From b9eb8a94904f82bea7d823db5cababa4650608a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 03:09:52 +0000 Subject: [PATCH] Bump redis from 8.6 to 8.8 in /contrib/helm/nginx-declarative-api Bumps redis from 8.6 to 8.8. --- updated-dependencies: - dependency-name: redis dependency-version: '8.8' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- contrib/helm/nginx-declarative-api/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/helm/nginx-declarative-api/values.yaml b/contrib/helm/nginx-declarative-api/values.yaml index f0f1dc3..ec8446c 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: "8.6" + tag: "8.8" pullPolicy: IfNotPresent replicaCount: 1