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

[dolphinscheduler] 09/16: Update chart.yaml dependencies version (#10420)

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

liudongkai pushed a commit to branch 3.0.0-beta-2-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git

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

    Update chart.yaml dependencies version (#10420)
    
    (cherry picked from commit a7e20798cbef28ca9d5d2a1a5fc4e5436a8a4c6d)
---
 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 d3f2b9644c..cf93992d6d 100644
--- a/deploy/kubernetes/dolphinscheduler/Chart.yaml
+++ b/deploy/kubernetes/dolphinscheduler/Chart.yaml
@@ -43,10 +43,10 @@ appVersion: 3.0.0-beta-1
 
 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