Skip to content

Commit bf81c39

Browse files
[#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 <danhua@datastrato.com>
1 parent e50b01d commit bf81c39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev/charts/gravitino/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
name: mysql
3333
repository: https://charts.bitnami.com/bitnami
3434
version: 10.2.1
35-
kubeVersion: '>=1.29.0-0'
35+
kubeVersion: '>=1.28.0-0'
3636
maintainers:
3737
- name: Gravitino
3838
email: dev@gravitino.apache.org

dev/charts/gravitino/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ mysql:
4848
## @param image.tag MySQL image tag
4949
##
5050
image:
51+
repository: bitnamilegacy/mysql
5152
tag: 8.0.36-debian-12-r12
5253
## MySQL Authentication parameters
5354
##

0 commit comments

Comments
 (0)