Skip to content

Commit

Permalink
Merge pull request #3530 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.0.1
  • Loading branch information
rxbn authored Oct 3, 2024
2 parents b8e8b1f + 11115ed commit 12908ab
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:8.0.0-alpine
image: valkey/valkey:8.0.1-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:8.0.0-alpine
image: valkey/valkey:8.0.1-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:8.0.0-alpine
image: valkey/valkey:8.0.1-alpine
env:
- name: TZ
value: Europe/Zurich
Expand Down

0 comments on commit 12908ab

Please sign in to comment.