From 96f16a44d886dddfec9aef769b5009a7f1679505 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 11 Dec 2025 16:20:30 -0600 Subject: [PATCH] upgrade --- clusters/cl01tl/helm/blocky/Chart.yaml | 2 +- clusters/cl01tl/helm/blocky/templates/redis-replication.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/helm/blocky/Chart.yaml b/clusters/cl01tl/helm/blocky/Chart.yaml index 943029b02..836a17bcd 100644 --- a/clusters/cl01tl/helm/blocky/Chart.yaml +++ b/clusters/cl01tl/helm/blocky/Chart.yaml @@ -18,4 +18,4 @@ dependencies: repository: https://bjw-s-labs.github.io/helm-charts/ version: 4.5.0 icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/blocky.png -appVersion: v0.25 +appVersion: v0.28.2 diff --git a/clusters/cl01tl/helm/blocky/templates/redis-replication.yaml b/clusters/cl01tl/helm/blocky/templates/redis-replication.yaml index eb410adf7..2776c743f 100644 --- a/clusters/cl01tl/helm/blocky/templates/redis-replication.yaml +++ b/clusters/cl01tl/helm/blocky/templates/redis-replication.yaml @@ -13,7 +13,7 @@ spec: runAsUser: 1000 fsGroup: 1000 kubernetesConfig: - image: quay.io/opstree/redis:v8.0.3 + image: quay.io/opstree/redis:v8.4.0 imagePullPolicy: IfNotPresent resources: requests: @@ -29,4 +29,4 @@ spec: storage: 1Gi redisExporter: enabled: true - image: quay.io/opstree/redis-exporter:v1.48.0 + image: quay.io/opstree/redis-exporter:v1.80.1