From 37eb9535ad08de4e37f5da4aaa5795e1e6f8457b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Thu, 18 Jun 2026 14:15:19 +0200 Subject: [PATCH] fix(temporal): Bump admintools image --- charts/yolo-registry/values.yaml | 2 +- values/temporal/manifests/namespaces-setup.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/yolo-registry/values.yaml b/charts/yolo-registry/values.yaml index 25acac5d..d1e5be2b 100644 --- a/charts/yolo-registry/values.yaml +++ b/charts/yolo-registry/values.yaml @@ -63,7 +63,7 @@ cluster: instances: 1 backupEnabled: true backupRetention: 60d - size: 5Gi + size: 1Gi resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little diff --git a/values/temporal/manifests/namespaces-setup.yaml b/values/temporal/manifests/namespaces-setup.yaml index 1eabaade..2620afc4 100644 --- a/values/temporal/manifests/namespaces-setup.yaml +++ b/values/temporal/manifests/namespaces-setup.yaml @@ -18,7 +18,7 @@ spec: restartPolicy: OnFailure containers: - name: tctl - image: temporalio/admin-tools:1.25.2 + image: temporalio/admin-tools:1.31.0 env: - name: TEMPORAL_ADDRESS value: temporal-frontend.temporal:7233