From d3df16611a2d107b5e34464f840f64439e7d9011 Mon Sep 17 00:00:00 2001 From: Tine Wittler <no-reply@edugit.org> Date: Mon, 16 Dec 2024 11:11:25 +0000 Subject: [PATCH] Update Helm release redis to v20 --- Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index 8e8067d..1519261 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -28,7 +28,7 @@ dependencies: repository: "https://charts.bitnami.com/bitnami" condition: postgresql.enabled - name: redis - version: "^16.0.0" + version: "^20.0.0" repository: "https://charts.bitnami.com/bitnami" condition: redis.enabled - name: k8s-linkup -- GitLab