From 362e5f5f7fbb061771c395d7d2cbaa079a87377d Mon Sep 17 00:00:00 2001 From: liwenhe1993 <411934049@qq.com> Date: Thu, 23 Apr 2020 16:55:13 +0800 Subject: [PATCH] Modify config --- kubernetes/dolphinscheduler/Chart.yaml | 4 ++-- kubernetes/dolphinscheduler/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kubernetes/dolphinscheduler/Chart.yaml b/kubernetes/dolphinscheduler/Chart.yaml index 081fcd1b60..ac989d571f 100644 --- a/kubernetes/dolphinscheduler/Chart.yaml +++ b/kubernetes/dolphinscheduler/Chart.yaml @@ -35,11 +35,11 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 1.1.0 +version: 1.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: latest +appVersion: 1.3.0 dependencies: - name: postgresql diff --git a/kubernetes/dolphinscheduler/values.yaml b/kubernetes/dolphinscheduler/values.yaml index efd25ca849..4f70afade5 100644 --- a/kubernetes/dolphinscheduler/values.yaml +++ b/kubernetes/dolphinscheduler/values.yaml @@ -27,7 +27,7 @@ timezone: "Asia/Shanghai" image: registry: "docker.io" repository: "dolphinscheduler" - tag: "1.2.1" + tag: "1.3.0" pullPolicy: "IfNotPresent" imagePullSecrets: []