Skip to content

Commit b52fedf

Browse files
renovate[bot]zOnlyKroksgithub-actions[bot]
authored
[valkey/valkey] Update charts/valkey/values.yaml valkey/valkey to v8.1.4 (patch) (CloudPirates-io#266)
* [valkey/valkey] Update charts/valkey/values.yaml valkey/valkey to v8.1.4 * Bump chart version * Update CHANGELOG.md Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Finn Rades <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent df11e54 commit b52fedf

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

charts/valkey/CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# Changelog
22

3-
## 0.3.2 (2025-09-16)
3+
## 0.4.1 (2025-10-09)
44

5-
* [valkey] Fix scheduling directives with disabled persistance ([#96](https://github.com/CloudPirates-io/helm-charts/pull/96))
5+
* [valkey/valkey] Update charts/valkey/values.yaml valkey/valkey to v8.1.4 (patch) ([#266](https://github.com/CloudPirates-io/helm-charts/pull/266))
6+
7+
## 0.4.0 (2025-10-06)
8+
9+
* [rabbitmq] make rabbitmq run on openshift (#201) ([df4deeb](https://github.com/CloudPirates-io/helm-charts/commit/df4deeb)), closes [#201](https://github.com/CloudPirates-io/helm-charts/issues/201)
10+
* fix templating of `affinity`, `nodeSelector` and `tolerations` values ([e98c8ea](https://github.com/CloudPirates-io/helm-charts/commit/e98c8ea))
11+
* make valkey run on openshift (#206) ([b1f530c](https://github.com/CloudPirates-io/helm-charts/commit/b1f530c)), closes [#206](https://github.com/CloudPirates-io/helm-charts/issues/206)
12+
* Fix scheduling directives with disabled persistance ([7485b37](https://github.com/CloudPirates-io/helm-charts/commit/7485b37))
13+
* Oops, wrong bump ([1d2fefa](https://github.com/CloudPirates-io/helm-charts/commit/1d2fefa))
14+
* Update CHANGELOG.md ([3005f2f](https://github.com/CloudPirates-io/helm-charts/commit/3005f2f))
15+
* Update CHANGELOG.md ([36da816](https://github.com/CloudPirates-io/helm-charts/commit/36da816))
616

717
## 0.3.0 (2025-09-02)
818

charts/valkey/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: valkey
33
description: High performance in-memory data structure store, fork of Redis. Valkey is an open-source, high-performance key/value datastore that supports a variety of workloads such as caching, message queues, and can act as a primary database.
44
type: application
5-
version: 0.4.0
5+
version: 0.4.1
66
appVersion: "8.1.3"
77
home: https://www.cloudpirates.io
88
sources:

charts/valkey/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ image:
2222
## @param image.repository Valkey image repository
2323
repository: valkey/valkey
2424
## @param image.tag Valkey image tag (immutable tags are recommended)
25-
tag: "8.1.3-alpine3.22@sha256:d827e7f7552cdee40cc7482dbae9da020f42bc47669af6f71182a4ef76a22773"
25+
tag: "8.1.4-alpine3.22@sha256:e706d1213aaba6896c162bb6a3a9e1894e1a435f28f8f856d14fab2e10aa098b"
2626
## @param image.imagePullPolicy Valkey image pull policy
2727
imagePullPolicy: Always
2828

0 commit comments

Comments
 (0)