From adfa60f8d5011e0384b7f7b0f4ea604fc9706476 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 17:54:33 +0000 Subject: [PATCH] fix: update helm chart redis to 18.6.3 Signed-off-by: Zee Aslam --- cluster/apps/auth/authentik/redis/helm-release.yaml | 2 +- cluster/apps/database/redis/helm-release.yaml | 2 +- cluster/apps/networking/blocky/redis/helm-release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/apps/auth/authentik/redis/helm-release.yaml b/cluster/apps/auth/authentik/redis/helm-release.yaml index e05446b4b7..4b28df9fb0 100644 --- a/cluster/apps/auth/authentik/redis/helm-release.yaml +++ b/cluster/apps/auth/authentik/redis/helm-release.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: redis - version: 18.6.2 + version: 18.6.3 sourceRef: kind: HelmRepository name: bitnami-charts diff --git a/cluster/apps/database/redis/helm-release.yaml b/cluster/apps/database/redis/helm-release.yaml index fd201308b8..ab6a3649e2 100644 --- a/cluster/apps/database/redis/helm-release.yaml +++ b/cluster/apps/database/redis/helm-release.yaml @@ -10,7 +10,7 @@ spec: spec: # renovate: registryUrl=https://charts.bitnami.com/bitnami chart: redis - version: 18.6.2 + version: 18.6.3 sourceRef: kind: HelmRepository name: bitnami-charts diff --git a/cluster/apps/networking/blocky/redis/helm-release.yaml b/cluster/apps/networking/blocky/redis/helm-release.yaml index 35787112b8..73bb229088 100644 --- a/cluster/apps/networking/blocky/redis/helm-release.yaml +++ b/cluster/apps/networking/blocky/redis/helm-release.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: redis - version: 18.6.2 + version: 18.6.3 sourceRef: kind: HelmRepository name: bitnami-charts