From 741669190ab8c9b94d435e7850a2042813de4a17 Mon Sep 17 00:00:00 2001 From: OdooSky v3 Date: Tue, 5 May 2026 13:29:24 +0200 Subject: [PATCH] =?UTF-8?q?feat(billing):=20Phase=201R=20=E2=80=94=20BYOS?= =?UTF-8?q?=20plans=20+=209=20managed=20tiers=20+=20plan-limit=20gates=20(?= =?UTF-8?q?tower=200.67.0->0.68.0=20/=20ui=200.67.0->0.68.0)?= 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 d36fc0d..24819af 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.67.0" + tag: "0.68.0" 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.67.0" + tag: "0.68.0" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull