From f0385dbc498c3df1655e968ac88b67fecbc7a0ad Mon Sep 17 00:00:00 2001 From: Tower deploy Date: Sat, 2 May 2026 07:48:41 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20hide=20tenant=20pill=20from=20non-super-?= =?UTF-8?q?admins=20=E2=80=94=20tower-ui=200.65.5?= 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 52bdf8f..217d265 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.65.4" + tag: "0.65.5" 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.65.4" + tag: "0.65.5" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull