This is an automated email from the ASF dual-hosted git repository.

chufenggao pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new dd0d73036e Fix minio version in helm chart (#13368)
dd0d73036e is described below

commit dd0d73036ed5065aa4f4920700aaa0aabc13ef7e
Author: Eric Gao <[email protected]>
AuthorDate: Wed Jan 11 00:40:17 2023 +0800

    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

Reply via email to