Skip to content

Commit

Permalink
Bump version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin committed Jan 26, 2021
1 parent 00ac63e commit dca6162
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ version: 0.2.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.6.1
appVersion: 1.6.2
6 changes: 3 additions & 3 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ server:
enabled: true
image:
repository: temporalio/server
tag: 1.6.1
tag: 1.6.2
pullPolicy: IfNotPresent

kafka:
Expand Down Expand Up @@ -216,7 +216,7 @@ admintools:
enabled: true
image:
repository: temporalio/admin-tools
tag: 1.6.1
tag: 1.6.2
pullPolicy: IfNotPresent

service:
Expand All @@ -231,7 +231,7 @@ web:

image:
repository: temporalio/web
tag: 1.6.1
tag: 1.6.0
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit dca6162

Please sign in to comment.