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.6-debian-12-r0 | 8.0.0-debian-12-r0 |
| docker     | registry-1.docker.io/bitnamicharts/valkey | 0.3.13             | 1.0.1              |
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 242e61a commit 98b1a1e
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 @@ -13,7 +13,7 @@ components:
version: 0.1.0
localPath: ../chart
- name: valkey
version: 0.3.13
version: 1.0.1
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 @@ -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 98b1a1e

Please sign in to comment.