Skip to content

Commit f5bd511

Browse files
committed
[Improvement-17560][Helm] Migrate Helm chart dependencies to current Bitnami repository
- Update PostgreSQL chart from 10.3.18 to 12.1.5 (recommended by Copilot AI review) - Update Zookeeper chart from 11.4.11 to 13.8.7 (latest stable in 13.8.x series) - Update MySQL chart from 9.4.1 to 9.23.0 (backward compatible) - Update MinIO chart from 11.10.13 to 12.13.2 (backward compatible) - Migrate all dependencies from archive-full-index to current Bitnami repository - Remove outdated comments about Bitnami repository changes This conservative update approach: - Uses PostgreSQL 12.1.5 as suggested to avoid breaking configuration schema changes - Maintains backward compatibility with existing values.yaml and templates - Migrates from legacy Bitnami registry to current repository - All dependencies verified to download successfully from new repository Addresses Copilot AI review feedback about breaking changes in newer chart versions. Closes #17561 Closes #17562 Closes #17563 Part of #17560
1 parent 5b5a933 commit f5bd511

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

deploy/kubernetes/dolphinscheduler/Chart.yaml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,18 @@ 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: 12.1.5
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.7
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: 9.23.0
55+
repository: https://charts.bitnami.com/bitnami
6256
condition: mysql.enabled
6357
- name: minio
64-
version: 11.10.13
65-
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
58+
version: 12.13.2
59+
repository: https://charts.bitnami.com/bitnami
6660
condition: minio.enabled

0 commit comments

Comments
 (0)