From dd0d73036ed5065aa4f4920700aaa0aabc13ef7e Mon Sep 17 00:00:00 2001 From: Eric Gao Date: Wed, 11 Jan 2023 00:40:17 +0800 Subject: [PATCH] Fix minio version in helm chart (#13368) --- deploy/kubernetes/dolphinscheduler/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/kubernetes/dolphinscheduler/Chart.yaml b/deploy/kubernetes/dolphinscheduler/Chart.yaml index 2f93e51d81..f7ff2617a4 100644 --- a/deploy/kubernetes/dolphinscheduler/Chart.yaml +++ b/deploy/kubernetes/dolphinscheduler/Chart.yaml @@ -61,6 +61,6 @@ dependencies: repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami condition: mysql.enabled - name: minio - version: 2022.10.29 + version: 11.10.13 repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami condition: minio.enabled