Skip to content

Commit

Permalink
Update dependency docker.io/library/redis to v7
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <tech+renovate@vshn.ch>
  • Loading branch information
vshn-renovate committed Jul 12, 2022
1 parent 05a2fb0 commit 499b072
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ parameters:
tag: v2.3.4
redis:
image: docker.io/library/redis
tag: '6.2.6'
tag: '7.0.3'
kapitan:
image: docker.io/projectsyn/kapitan
tag: 'v0.29.5@sha256:1cc6b834cda93d7b3728a10631237a45c46224f25c1b7bec2b244353a113e581'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- ''
- --appendonly
- 'no'
image: docker.io/library/redis:6.2.6
image: docker.io/library/redis:7.0.3
imagePullPolicy: IfNotPresent
name: redis
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- ''
- --appendonly
- 'no'
image: docker.io/library/redis:6.2.6
image: docker.io/library/redis:7.0.3
imagePullPolicy: IfNotPresent
name: redis
ports:
Expand Down
2 changes: 1 addition & 1 deletion tests/golden/params/argocd/argocd/40_redis/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- ''
- --appendonly
- 'no'
image: mymirror.io/library/redis:6.2.6
image: mymirror.io/library/redis:7.0.3
imagePullPolicy: IfNotPresent
name: redis
ports:
Expand Down

0 comments on commit 499b072

Please sign in to comment.