From 14cdceadcb192f86aa036f85e93347188379561e Mon Sep 17 00:00:00 2001 From: Temporal Data Date: Thu, 10 Oct 2024 21:14:11 +0000 Subject: [PATCH] Update Chart to 0.48.0. --- charts/temporal/Chart.yaml | 4 ++-- charts/temporal/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/temporal/Chart.yaml b/charts/temporal/Chart.yaml index 0570be00..0c16f88c 100644 --- a/charts/temporal/Chart.yaml +++ b/charts/temporal/Chart.yaml @@ -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.47.0 +version: 0.48.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.25.0 +appVersion: 1.25.1 diff --git a/charts/temporal/values.yaml b/charts/temporal/values.yaml index 03afa2b0..51ec6707 100644 --- a/charts/temporal/values.yaml +++ b/charts/temporal/values.yaml @@ -20,7 +20,7 @@ server: sidecarContainers: [] image: repository: temporalio/server - tag: 1.25.0 + tag: 1.25.1 pullPolicy: IfNotPresent # Global default settings (can be overridden per service) replicaCount: 1 @@ -307,7 +307,7 @@ admintools: enabled: true image: repository: temporalio/admin-tools - tag: 1.25.0-tctl-1.18.1-cli-1.0.0 + tag: 1.25.1-tctl-1.18.1-cli-1.1.0 pullPolicy: IfNotPresent service: type: ClusterIP @@ -328,7 +328,7 @@ web: replicaCount: 1 image: repository: temporalio/ui - tag: 2.31.0 + tag: 2.31.2 pullPolicy: IfNotPresent service: # set type to NodePort if access to web needs access from outside the cluster