From c99c73711552d6146166f23d4855eeeeb4928fbb Mon Sep 17 00:00:00 2001 From: OdooSky v3 Date: Tue, 5 May 2026 12:59:45 +0200 Subject: [PATCH] =?UTF-8?q?feat(billing):=20Phase=201=20=E2=80=94=20pricin?= =?UTF-8?q?g.yaml=20+=20Subscription=20primitive=20+=20tenant=20/billing?= =?UTF-8?q?=20surface=20(tower=200.66.100=E2=86=920.67.0=20/=20ui=200.66.1?= =?UTF-8?q?03=E2=86=920.67.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 48b5a56..d36fc0d 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.100" + tag: "0.67.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.66.103" + tag: "0.67.0" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull