You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ke...@apache.org on 2022/06/13 02:27:40 UTC

[dolphinscheduler] branch dev updated: Update chart.yaml dependencies version (#10420)

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

kezhenxu94 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 a7e20798cb Update chart.yaml dependencies version (#10420)
a7e20798cb is described below

commit a7e20798cbef28ca9d5d2a1a5fc4e5436a8a4c6d
Author: Mr.An <42...@users.noreply.github.com>
AuthorDate: Mon Jun 13 10:27:34 2022 +0800

    Update chart.yaml dependencies version (#10420)
---
 deploy/kubernetes/dolphinscheduler/Chart.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deploy/kubernetes/dolphinscheduler/Chart.yaml b/deploy/kubernetes/dolphinscheduler/Chart.yaml
index cf800562c1..51c036a149 100644
--- a/deploy/kubernetes/dolphinscheduler/Chart.yaml
+++ b/deploy/kubernetes/dolphinscheduler/Chart.yaml
@@ -43,10 +43,10 @@ appVersion: dev-SNAPSHOT
 
 dependencies:
 - name: postgresql
-  version: 10.3.18
+  version: 11.6.6
   repository: https://charts.bitnami.com/bitnami
   condition: postgresql.enabled
 - name: zookeeper
-  version: 6.5.3
+  version: 9.2.5
   repository: https://charts.bitnami.com/bitnami
   condition: zookeeper.enabled