Skip to content

Commit

Permalink
chore(deps): update package-deps to v8
Browse files Browse the repository at this point in the history
| datasource | package                  | from               | to                 |
| ---------- | ------------------------ | ------------------ | ------------------ |
| docker     | docker.io/bitnami/valkey | 7.2.6-debian-12-r0 | 8.0.0-debian-12-r0 |
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 242e61a commit 6f210db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/valkey/valkey-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
containers:
- name: valkey-cli
image: docker.io/bitnami/valkey:7.2.6-debian-12-r0
image: docker.io/bitnami/valkey:8.0.0-debian-12-r0
command: ["/bin/sh"]
args: ["-c", "while true; do echo hello; sleep 10;done"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
registry: docker.io
repository: bitnami/valkey
tag: 7.2.6-debian-12-r0
tag: 8.0.0-debian-12-r0

metrics:
image:
Expand Down
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ components:
valuesFiles:
- ./values/upstream-values.yaml
images:
- docker.io/bitnami/valkey:7.2.6-debian-12-r0
- docker.io/bitnami/valkey:8.0.0-debian-12-r0
- docker.io/bitnami/redis-exporter:1.62.0-debian-12-r2

0 comments on commit 6f210db

Please sign in to comment.