From 74bf3443407d0a51eab2b4ce970ce68d8d69515a Mon Sep 17 00:00:00 2001 From: Temporal Data Date: Wed, 6 Nov 2024 02:03:31 +0000 Subject: [PATCH] Update Chart to 0.51.0. --- charts/temporal/Chart.yaml | 4 ++-- charts/temporal/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/temporal/Chart.yaml b/charts/temporal/Chart.yaml index 8574a259..a38a3330 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.50.0 +version: 0.51.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.1 +appVersion: 1.25.2 diff --git a/charts/temporal/values.yaml b/charts/temporal/values.yaml index a5f35944..39e93593 100644 --- a/charts/temporal/values.yaml +++ b/charts/temporal/values.yaml @@ -21,7 +21,7 @@ server: sidecarContainers: [] image: repository: temporalio/server - tag: 1.25.1 + tag: 1.25.2 pullPolicy: IfNotPresent # Global default settings (can be overridden per service) replicaCount: 1 @@ -318,7 +318,7 @@ admintools: enabled: true image: repository: temporalio/admin-tools - tag: 1.25.1-tctl-1.18.1-cli-1.1.0 + tag: 1.25.2-tctl-1.18.1-cli-1.1.1 pullPolicy: IfNotPresent service: type: ClusterIP