Skip to content

Commit

Permalink
chore(deps): update valkey package dependencies
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 | 8.0.1-debian-12-r2 |
| docker     | registry-1.docker.io/bitnamicharts/valkey | 0.3.17             | 2.0.0              |
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent f413d11 commit 27c7267
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ components:
version: 0.1.0
localPath: ../chart
- name: valkey
version: 0.3.17
version: 2.0.0
namespace: valkey
url: oci://registry-1.docker.io/bitnamicharts/valkey
valuesFiles:
Expand Down
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:8.0.1-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: 8.0.1-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:8.0.1-debian-12-r2
- docker.io/bitnami/redis-exporter:1.65.0-debian-12-r1

0 comments on commit 27c7267

Please sign in to comment.