Skip to content

Commit

Permalink
Modify config
Browse files Browse the repository at this point in the history
  • Loading branch information
liwenhe1993 committed Apr 23, 2020
1 parent b0aa3c2 commit 362e5f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kubernetes/dolphinscheduler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/dolphinscheduler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ timezone: "Asia/Shanghai"
image:
registry: "docker.io"
repository: "dolphinscheduler"
tag: "1.2.1"
tag: "1.3.0"
pullPolicy: "IfNotPresent"

imagePullSecrets: []
Expand Down

0 comments on commit 362e5f5

Please sign in to comment.