Skip to content

Commit

Permalink
Upgrade OSS to 1.20.0 (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
yycptt authored Feb 17, 2023
1 parent 0ab7fa5 commit f299220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ 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: 0.19.1
version: 0.20.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: 1.19.1
appVersion: 1.20.0
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ server:
sidecarContainers:
image:
repository: temporalio/server
tag: 1.19.1
tag: 1.20.0
pullPolicy: IfNotPresent

# Global default settings (can be overridden per service)
Expand Down Expand Up @@ -238,7 +238,7 @@ admintools:
enabled: true
image:
repository: temporalio/admin-tools
tag: 1.19.1
tag: 1.20.0
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit f299220

Please sign in to comment.