From 07a178e0fcd2fd9f5f0635189540d9e1914d0aab Mon Sep 17 00:00:00 2001 From: OdooSky Tower Date: Sat, 2 May 2026 11:00:12 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20tower=20image=20to=200.66.9=20=E2=80=94?= =?UTF-8?q?=20CF/S3=20token=20rotation=20propagates=20to=20all=20owned=20c?= =?UTF-8?q?luster=20Secrets=20(#330)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index 620e9dc..bac1c34 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.66.8" + tag: "0.66.9" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull @@ -29,7 +29,7 @@ frontend: enabled: true image: repository: registry.odoosky.cloud/odoosky/docker-mirror/tower-ui - tag: "0.66.8" + tag: "0.66.9" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull