From bb876f1e3ec1fb77643cf203575f21b2ac8b9da1 Mon Sep 17 00:00:00 2001 From: OdooSky v3 Date: Wed, 6 May 2026 10:41:21 +0200 Subject: [PATCH] fix: bump tower+tower-ui -> 0.77.5 (defend MetricSparkline against null points) --- values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index 00e95da..d7ff767 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.77.4" + tag: "0.77.5" 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.77.3" + tag: "0.77.5" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull