Skip to content

Commit 2884195

Browse files
committed
[Improvement-17560][Helm] Update Bitnami chart versions for PostgreSQL, MySQL and Zookeeper
- Update PostgreSQL chart from 10.3.18 to 17.0.1 - Update MySQL chart from 9.4.1 to 14.0.4 - Update Zookeeper chart from 11.4.11 to 13.8.8 - Switch repository from archive-full-index to current Bitnami repo - Remove outdated comments about Bitnami repo changes This ensures compatibility with the latest Bitnami Helm charts and resolves the migration from Bitnami Legacy registry. Closes #17561 Closes #17562 Closes #17563
1 parent 5b5a933 commit 2884195

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

deploy/kubernetes/dolphinscheduler/Chart.yaml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,16 @@ appVersion: 3.1.0
4343

4444
dependencies:
4545
- name: postgresql
46-
version: 10.3.18
47-
# Due to a change in the Bitnami repo, https://charts.bitnami.com/bitnami was truncated only
48-
# containing entries for the latest 6 months (from January 2022 on).
49-
# This URL: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
50-
# contains the full 'index.yaml'.
51-
# See detail here: https://github.com/bitnami/charts/issues/10833
52-
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
46+
version: 17.0.1
47+
repository: https://charts.bitnami.com/bitnami
5348
condition: postgresql.enabled
5449
- name: zookeeper
55-
version: 11.4.11
56-
# Same as above.
57-
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
50+
version: 13.8.8
51+
repository: https://charts.bitnami.com/bitnami
5852
condition: zookeeper.enabled
5953
- name: mysql
60-
version: 9.4.1
61-
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
54+
version: 14.0.4
55+
repository: https://charts.bitnami.com/bitnami
6256
condition: mysql.enabled
6357
- name: minio
6458
version: 11.10.13

0 commit comments

Comments
 (0)