Skip to content

Commit

Permalink
chore(deps): update valkey package dependencies (#29)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/bitnami/valkey](https://togithub.com/bitnami/containers)
([source](https://togithub.com/bitnami/containers/tree/HEAD/bitnami/valkey))
| patch | `7.2.5-debian-12-r9` -> `7.2.6-debian-12-r0` |
|
[registry-1.docker.io/bitnamicharts/valkey](https://togithub.com/bitnami/charts)
([source](https://togithub.com/bitnami/charts/tree/HEAD/bitnami/valkey))
| patch | `0.3.12` -> `0.3.13` |

---

### Release Notes

<details>
<summary>bitnami/charts
(registry-1.docker.io/bitnamicharts/valkey)</summary>

###
[`v0.3.13`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/valkey/CHANGELOG.md#0313-2024-07-31)

- \[bitnami/valkey] Release 0.3.13
([#&#8203;28610](https://togithub.com/bitnami/charts/pull/28610))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/defenseunicorns/uds-package-valkey).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJwYWNrYWdlLWRlcHMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Release-As: v7.2.6-uds.0
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent 7e1775a commit 770953b
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.12
version: 0.3.13
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.5-debian-12-r9
image: docker.io/bitnami/valkey:7.2.6-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.5-debian-12-r9
tag: 7.2.6-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.5-debian-12-r9
- docker.io/bitnami/valkey:7.2.6-debian-12-r0
- docker.io/bitnami/redis-exporter:1.62.0-debian-12-r2

0 comments on commit 770953b

Please sign in to comment.