Skip to content

Commit

Permalink
Update Chart to 0.45.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
temporal-data committed Sep 7, 2024
1 parent 3d0561e commit 36cf97f
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 @@ -39,7 +39,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.44.0
version: 0.45.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.2
appVersion: 1.25.0
6 changes: 3 additions & 3 deletions charts/temporal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ server:
sidecarContainers: []
image:
repository: temporalio/server
tag: 1.24.2
tag: 1.25.0
pullPolicy: IfNotPresent
# Global default settings (can be overridden per service)
replicaCount: 1
Expand Down Expand Up @@ -297,7 +297,7 @@ admintools:
enabled: true
image:
repository: temporalio/admin-tools
tag: 1.24.2-tctl-1.18.1-cli-0.13.0
tag: 1.25.0-tctl-1.18.1-cli-1.0.0
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -318,7 +318,7 @@ web:
replicaCount: 1
image:
repository: temporalio/ui
tag: 2.28.0
tag: 2.30.5
pullPolicy: IfNotPresent
service:
# set type to NodePort if access to web needs access from outside the cluster
Expand Down

0 comments on commit 36cf97f

Please sign in to comment.