This is an automated email from the ASF dual-hosted git repository. chufenggao pushed a commit to branch Fix-minio-version-in-helm-chart in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
commit 3495849a81969f96e45a843e5d39d55837990ec4 Author: EricGao888 <[email protected]> AuthorDate: Tue Jan 10 21:23:31 2023 +0800 Fix minio version in helm chart --- 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
