Skip to content

Commit 5b40b25

Browse files
Bump redis from 7.2-alpine to 8.6 in /contrib/helm/nginx-declarative-api (#108)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e8f9b0 commit 5b40b25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/helm/nginx-declarative-api/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ redis:
142142

143143
image:
144144
repository: redis
145-
tag: "7.2-alpine"
145+
tag: "8.6"
146146
pullPolicy: IfNotPresent
147147

148148
replicaCount: 1
@@ -440,4 +440,4 @@ ingress:
440440
networkPolicy:
441441
enabled: false
442442
extraIngress: []
443-
extraEgress: []
443+
extraEgress: []

0 commit comments

Comments
 (0)