Browse Source

Modify config

pull/2/head
liwenhe1993 4 years ago
parent
commit
362e5f5f7f
  1. 4
      kubernetes/dolphinscheduler/Chart.yaml
  2. 2
      kubernetes/dolphinscheduler/values.yaml

4
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 # 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. # 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 # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: latest appVersion: 1.3.0
dependencies: dependencies:
- name: postgresql - name: postgresql

2
kubernetes/dolphinscheduler/values.yaml

@ -27,7 +27,7 @@ timezone: "Asia/Shanghai"
image: image:
registry: "docker.io" registry: "docker.io"
repository: "dolphinscheduler" repository: "dolphinscheduler"
tag: "1.2.1" tag: "1.3.0"
pullPolicy: "IfNotPresent" pullPolicy: "IfNotPresent"
imagePullSecrets: [] imagePullSecrets: []

Loading…
Cancel
Save