From abbee48aad341a953e805412030c7b4ddfdcef88 Mon Sep 17 00:00:00 2001 From: Tower deploy Date: Sat, 2 May 2026 09:34:11 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20addon=20publish=20is=20async=20(op=20+?= =?UTF-8?q?=20poll,=20no=20Traefik=20timeout)=20=E2=80=94=20tower=200.66.6?= 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 e68bdc1..d64d0e7 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.5" + tag: "0.66.6" 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.5" + tag: "0.66.6" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull