Skip to content

Commit

Permalink
Prepare v1.15.2 patch (temporalio#279)
Browse files Browse the repository at this point in the history
* Update to v1.15.2
  • Loading branch information
yux0 authored Mar 5, 2022
1 parent 4bbc3de commit 889e8a6
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.15.1
version: 0.15.2

# 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.15.1
appVersion: 1.15.2
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.15.1
tag: 1.15.2
pullPolicy: IfNotPresent

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

service:
Expand Down

0 comments on commit 889e8a6

Please sign in to comment.