Skip to content

Commit

Permalink
chore(deps): update valkey package dependencies (#10)
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://github.com/bitnami/containers)
([source](https://github.com/bitnami/containers/tree/HEAD/bitnami/valkey))
| patch | `7.2.5-debian-12-r5` -> `7.2.5-debian-12-r6` |
|
[registry-1.docker.io/bitnamicharts/valkey](https://github.com/bitnami/charts)
([source](https://github.com/bitnami/charts/tree/HEAD/bitnami/valkey))
| patch | `0.3.5` -> `0.3.8` |

---

### Release Notes

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

###
[`v0.3.8`](https://github.com/bitnami/charts/blob/HEAD/bitnami/valkey/CHANGELOG.md#038-2024-07-03)

- \[bitnami/valkey] Release 0.3.8
([#&#8203;27723](https://github.com/bitnami/charts/pull/27723))

###
[`v0.3.7`](https://github.com/bitnami/charts/blob/HEAD/bitnami/valkey/CHANGELOG.md#small037-2024-06-18-small)

- \[bitnami/valkey] Release 0.3.7
([#&#8203;27425](https://github.com/bitnami/charts/issues/27425))
([9fe347f](https://github.com/bitnami/charts/commit/9fe347feff551a2e92440cf7a649f994964ab468)),
closes [#&#8203;27425](https://github.com/bitnami/charts/issues/27425)

###
[`v0.3.6`](https://github.com/bitnami/charts/blob/HEAD/bitnami/valkey/CHANGELOG.md#small036-2024-06-17-small)

- \[bitnami/valkey] Release 0.3.6
([#&#8203;27296](https://github.com/bitnami/charts/issues/27296))
([96136a1](https://github.com/bitnami/charts/commit/96136a1fef1e0725892d5831490ece7546a2713d)),
closes [#&#8203;27296](https://github.com/bitnami/charts/issues/27296)

</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://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: zamaz <71521611+zachariahmiller@users.noreply.github.com>
  • Loading branch information
renovate[bot] and zachariahmiller committed Jul 8, 2024
1 parent ebd1b18 commit df9af9f
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.5
version: 0.3.8
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-r5
image: docker.io/bitnami/valkey:7.2.5-debian-12-r6
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,4 +1,4 @@
image:
registry: docker.io
repository: bitnami/valkey
tag: 7.2.5-debian-12-r5
tag: 7.2.5-debian-12-r6
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ components:
valuesFiles:
- ./values/upstream-values.yaml
images:
- docker.io/bitnami/valkey:7.2.5-debian-12-r5
- docker.io/bitnami/valkey:7.2.5-debian-12-r6

0 comments on commit df9af9f

Please sign in to comment.