From 5bf91d82b5cb1cec37311d59faca39f1015c8e2d Mon Sep 17 00:00:00 2001 From: git_admin Date: Sun, 3 May 2026 09:03:59 +0000 Subject: [PATCH] feat(addons): upload destination picker (#360, tower:0.66.45 / tower-ui:0.66.24) --- values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index 5c8cfb5..65d2d48 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.44" + tag: "0.66.45" 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.23" + tag: "0.66.24" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull