chore: tower 0.35.0 + ui 0.34.1 — OpStore persistence (PVC + JSON snapshot)

This commit is contained in:
2026-04-28 07:47:21 +00:00
parent 5cb4a10b00
commit 375445a10c

View File

@@ -9,7 +9,7 @@ backend:
# so every cluster that runs Tower needs the same imagePullSecret # so every cluster that runs Tower needs the same imagePullSecret
# provisioned out-of-band (until cluster-platform-v3 owns it). # provisioned out-of-band (until cluster-platform-v3 owns it).
repository: registry.odoosky.cloud/odoosky/docker-mirror/tower repository: registry.odoosky.cloud/odoosky/docker-mirror/tower
tag: "0.34.1" tag: "0.35.0"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
imagePullSecrets: imagePullSecrets:
- name: docker-mirror-pull - name: docker-mirror-pull
@@ -21,12 +21,15 @@ backend:
limits: limits:
cpu: "1" cpu: "1"
memory: 256Mi memory: 256Mi
persistence:
enabled: true
size: 1Gi
frontend: frontend:
enabled: true enabled: true
image: image:
repository: registry.odoosky.cloud/odoosky/docker-mirror/tower-ui repository: registry.odoosky.cloud/odoosky/docker-mirror/tower-ui
tag: "0.34.0" tag: "0.34.1"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
imagePullSecrets: imagePullSecrets:
- name: docker-mirror-pull - name: docker-mirror-pull