From f78934430242ee0896d5ea7c398e94066665c6a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 15:20:18 +0000 Subject: [PATCH] Bump redis from 7.2-alpine to 8.6 in /contrib/helm/nginx-declarative-api Bumps redis from 7.2-alpine to 8.6. --- updated-dependencies: - dependency-name: redis dependency-version: '8.6' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- contrib/helm/nginx-declarative-api/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/helm/nginx-declarative-api/values.yaml b/contrib/helm/nginx-declarative-api/values.yaml index 234153e..f0f1dc3 100644 --- a/contrib/helm/nginx-declarative-api/values.yaml +++ b/contrib/helm/nginx-declarative-api/values.yaml @@ -142,7 +142,7 @@ redis: image: repository: redis - tag: "7.2-alpine" + tag: "8.6" pullPolicy: IfNotPresent replicaCount: 1 @@ -440,4 +440,4 @@ ingress: networkPolicy: enabled: false extraIngress: [] - extraEgress: [] + extraEgress: [] \ No newline at end of file