Skip to content

Commit

Permalink
Update Chart to 0.42.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
temporal-data committed Jun 17, 2024
1 parent 589d670 commit 3d4faa6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/temporal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
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.41.1
version: 0.42.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.24.1
appVersion: 1.24.2
6 changes: 3 additions & 3 deletions charts/temporal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ server:
sidecarContainers: []
image:
repository: temporalio/server
tag: 1.24.1
tag: 1.24.2
pullPolicy: IfNotPresent
# Global default settings (can be overridden per service)
replicaCount: 1
Expand Down Expand Up @@ -266,7 +266,7 @@ admintools:
enabled: true
image:
repository: temporalio/admin-tools
tag: 1.24.1-tctl-1.18.1-cli-0.12.0
tag: 1.24.2-tctl-1.18.1-cli-0.13.0
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -287,7 +287,7 @@ web:
replicaCount: 1
image:
repository: temporalio/ui
tag: 2.27.2
tag: 2.27.10
pullPolicy: IfNotPresent
service:
# set type to NodePort if access to web needs access from outside the cluster
Expand Down

0 comments on commit 3d4faa6

Please sign in to comment.