Skip to content

Commit

Permalink
Update temporal version to 1.21.0 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
mindaugasrukas authored Jun 23, 2023
1 parent 6362dde commit 0f0372b
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.22.1
version: 0.23.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.20.3
appVersion: 1.21.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.20.3
tag: 1.21.0
pullPolicy: IfNotPresent

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

service:
Expand Down

0 comments on commit 0f0372b

Please sign in to comment.