From 375445a10cf3a055f74edd731d96b3196b64b158 Mon Sep 17 00:00:00 2001 From: git_admin Date: Tue, 28 Apr 2026 07:47:21 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20tower=200.35.0=20+=20ui=200.34.1=20?= =?UTF-8?q?=E2=80=94=20OpStore=20persistence=20(PVC=20+=20JSON=20snapshot)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- values.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index c9ba98f..b95ea48 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.34.1" + tag: "0.35.0" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull @@ -21,12 +21,15 @@ backend: limits: cpu: "1" memory: 256Mi + persistence: + enabled: true + size: 1Gi frontend: enabled: true image: repository: registry.odoosky.cloud/odoosky/docker-mirror/tower-ui - tag: "0.34.0" + tag: "0.34.1" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull