Skip to content

Commit

Permalink
chore(deps): update package-deps to v7.2.7-debian-12-r2
Browse files Browse the repository at this point in the history
| datasource | package                  | from               | to                 |
| ---------- | ------------------------ | ------------------ | ------------------ |
| docker     | docker.io/bitnami/valkey | 7.2.7-debian-12-r1 | 7.2.7-debian-12-r2 |
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent b95ddbc commit cae6036
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 @@ -11,7 +11,7 @@ metadata:
spec:
containers:
- name: valkey-cli
image: docker.io/bitnami/valkey:7.2.7-debian-12-r1
image: docker.io/bitnami/valkey:7.2.7-debian-12-r2
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
Expand Up @@ -4,7 +4,7 @@
image:
registry: docker.io
repository: bitnami/valkey
tag: 7.2.7-debian-12-r1
tag: 7.2.7-debian-12-r2

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

0 comments on commit cae6036

Please sign in to comment.