From cb13cd3e33a62ac39504a522cbe616a45b161ebe Mon Sep 17 00:00:00 2001 From: Tower deploy Date: Sat, 2 May 2026 09:16:05 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20backfill=20handles=20canonical-already-e?= =?UTF-8?q?xists=20case=20(delete=20orphan=20short=20tag)=20=E2=80=94=20to?= =?UTF-8?q?wer=200.66.4?= 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 3c42fea..7c8cdbe 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.3" + tag: "0.66.4" 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.3" + tag: "0.66.4" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull