Skip to content

Commit

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

---

### Release Notes

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

###
[`v0.3.12`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/valkey/CHANGELOG.md#0312-2024-07-25)

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

###
[`v0.3.11`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/valkey/CHANGELOG.md#small0311-2024-07-24-small)

- \[bitnami/valkey] Release 0.3.11
([#&#8203;28376](https://togithub.com/bitnami/charts/issues/28376))
([04f440d](https://togithub.com/bitnami/charts/commit/04f440d1b013f19fc76ac04bcc40d2574db09c60)),
closes [#&#8203;28376](https://togithub.com/bitnami/charts/issues/28376)

###
[`v0.3.10`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/valkey/CHANGELOG.md#small0310-2024-07-16-small)

- \[bitnami/valkey] Global StorageClass as default value
([#&#8203;28105](https://togithub.com/bitnami/charts/issues/28105))
([2ea2f2a](https://togithub.com/bitnami/charts/commit/2ea2f2af9a27ca6b15c6b9becfbf2e8bfff0da9a)),
closes [#&#8203;28105](https://togithub.com/bitnami/charts/issues/28105)

###
[`v0.3.9`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/valkey/CHANGELOG.md#small039-2024-07-11-small)

- \[bitnami/valkey] Release 0.3.9
([#&#8203;27903](https://togithub.com/bitnami/charts/issues/27903))
([d0d6cbc](https://togithub.com/bitnami/charts/commit/d0d6cbc8ca22f8f27ea0147875ba5506c8f7a80b)),
closes [#&#8203;27903](https://togithub.com/bitnami/charts/issues/27903)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJwYWNrYWdlLWRlcHMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent c5ad30c commit 72e7bff
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.8
version: 0.3.12
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-r6
image: docker.io/bitnami/valkey:7.2.5-debian-12-r9
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-r6
tag: 7.2.5-debian-12-r9
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-r6
- docker.io/bitnami/valkey:7.2.5-debian-12-r9

0 comments on commit 72e7bff

Please sign in to comment.