Skip to content

Commit a7b5ab1

Browse files
committed
Update Chart to 0.65.0.
1 parent 22413b6 commit a7b5ab1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/temporal/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
type: application
4040
# This is the chart version. This version number should be incremented each time you make changes
4141
# to the chart and its templates, including the app version.
42-
version: 0.64.0
42+
version: 0.65.0
4343
# This is the version number of the application being deployed. This version number should be
4444
# incremented each time you make changes to the application.
45-
appVersion: 1.28.0
45+
appVersion: 1.28.1

charts/temporal/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ server:
2020
enabled: true
2121
image:
2222
repository: temporalio/server
23-
tag: 1.28.0
23+
tag: 1.28.1
2424
pullPolicy: IfNotPresent
2525
# Global default settings (can be overridden per service)
2626
replicaCount: 1
@@ -352,7 +352,7 @@ admintools:
352352
enabled: true
353353
image:
354354
repository: temporalio/admin-tools
355-
tag: 1.28.0-tctl-1.18.2-cli-1.3.0
355+
tag: 1.28.1-tctl-1.18.4-cli-1.4.1
356356
pullPolicy: IfNotPresent
357357
service:
358358
type: ClusterIP
@@ -381,7 +381,7 @@ web:
381381
replicaCount: 1
382382
image:
383383
repository: temporalio/ui
384-
tag: 2.38.3
384+
tag: 2.39.0
385385
pullPolicy: IfNotPresent
386386
service:
387387
# set type to NodePort if access to web needs access from outside the cluster

0 commit comments

Comments
 (0)