From 58ce3b40bb6842fc61525afbf4994bbf1541f2fb Mon Sep 17 00:00:00 2001 From: git_admin Date: Mon, 27 Apr 2026 18:57:37 +0000 Subject: [PATCH] chore: ship reshape primitive (tower 0.29.0 + ui 0.28.0) --- values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index 11de7b2..176fca2 100644 --- a/values.yaml +++ b/values.yaml @@ -9,7 +9,7 @@ backend: # so every cluster that runs Tower needs the same imagePullSecret # provisioned out-of-band (until cluster-platform-v3 owns it). repository: registry.odoosky.cloud/odoosky/docker-mirror/tower - tag: "0.28.0" + tag: "0.29.0" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull @@ -26,7 +26,7 @@ frontend: enabled: true image: repository: registry.odoosky.cloud/odoosky/docker-mirror/tower-ui - tag: "0.27.2" + tag: "0.28.0" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull