This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new 5f42f03894 [#8597] Fix image not found (#8599)
5f42f03894 is described below
commit 5f42f038940a522f45e762e6275565b49ca7d688
Author: Danhua Wang <[email protected]>
AuthorDate: Thu Sep 18 13:04:02 2025 +0800
[#8597] Fix image not found (#8599)
### 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
---
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 fc13cc1b41..02e4c90eb9 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 139446622c..b163778605 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
##