From 8183aa95a3d0f5d2c2887213d85d7b6ebfda8fa5 Mon Sep 17 00:00:00 2001 From: OdooSky v3 Date: Mon, 4 May 2026 15:29:15 +0200 Subject: [PATCH] fix: bump tower 0.66.87 -> 0.66.88 (harvester mutex fix) --- values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index bb8ae05..ecc1211 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.87" + tag: "0.66.88" 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.87" + tag: "0.66.88" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull