This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch branch-1.0
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-1.0 by this push:
new bf81c3963d [#8597] Fix image not found (#8604)
bf81c3963d is described below
commit bf81c3963dc57f82128efad878901c7db08b0741
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 18 14:35:40 2025 +0800
[#8597] Fix image not found (#8604)
### What changes were proposed in this pull request?
1. Change MySQL repository to bitnamilegacy
2. Verify Kubenetes 1.28 support
### Why are the changes needed?
Fix: #8597
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
Chart testing CI
Co-authored-by: Danhua Wang <[email protected]>
---
dev/charts/gravitino/Chart.yaml | 2 +-
dev/charts/gravitino/values.yaml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev/charts/gravitino/Chart.yaml b/dev/charts/gravitino/Chart.yaml
index 41b7f13a56..c6ef917bb5 100644
--- a/dev/charts/gravitino/Chart.yaml
+++ b/dev/charts/gravitino/Chart.yaml
@@ -32,7 +32,7 @@ dependencies:
name: mysql
repository: https://charts.bitnami.com/bitnami
version: 10.2.1
-kubeVersion: '>=1.29.0-0'
+kubeVersion: '>=1.28.0-0'
maintainers:
- name: Gravitino
email: [email protected]
diff --git a/dev/charts/gravitino/values.yaml b/dev/charts/gravitino/values.yaml
index f7b352447a..acb4f22d1e 100644
--- a/dev/charts/gravitino/values.yaml
+++ b/dev/charts/gravitino/values.yaml
@@ -48,6 +48,7 @@ mysql:
## @param image.tag MySQL image tag
##
image:
+ repository: bitnamilegacy/mysql
tag: 8.0.36-debian-12-r12
## MySQL Authentication parameters
##