Skip to content

Commit

Permalink
Merge pull request #3508 from rxbn/renovate/valkey-valkey-8.x
Browse files Browse the repository at this point in the history
chore(deps): update valkey/valkey docker tag to v8
  • Loading branch information
rxbn authored Sep 22, 2024
2 parents 268f59a + 844b698 commit 95f9f6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/nextcloud/valkey/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nextcloud-valkey
image: valkey/valkey:7.2.6-alpine
image: valkey/valkey:8.0.0-alpine
env:
- name: TZ
value: Europe/Zurich
Expand Down
2 changes: 1 addition & 1 deletion apps/renovate/valkey/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: renovate-valkey
image: valkey/valkey:7.2.6-alpine
image: valkey/valkey:8.0.0-alpine
env:
- name: TZ
value: Europe/Zurich
Expand Down
2 changes: 1 addition & 1 deletion infra/oauth2-proxy/valkey/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: oauth2-proxy-valkey
image: valkey/valkey:7.2.6-alpine
image: valkey/valkey:8.0.0-alpine
env:
- name: TZ
value: Europe/Zurich
Expand Down

0 comments on commit 95f9f6d

Please sign in to comment.