Skip to content

Commit f699d00

Browse files
renovate[bot]zOnlyKroksgithub-actions[bot]
authored
[redis] Update charts/redis/values.yaml redis to v8.2.2 (patch) (CloudPirates-io#264)
* [redis] Update charts/redis/values.yaml redis to v8.2.2 * 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 b607e10 commit f699d00

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

charts/redis/CHANGELOG.md

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

3-
## 0.5.6 (2025-10-08)
3+
## 0.5.7 (2025-10-09)
44

5-
* [oliver006/redis_exporter] Update oliver006/redis_exporter to v1.78.0 ([#235](https://github.com/CloudPirates-io/helm-charts/pull/235))
5+
* [redis] Update charts/redis/values.yaml redis to v8.2.2 (patch) ([#264](https://github.com/CloudPirates-io/helm-charts/pull/264))
6+
7+
## <small>0.5.6 (2025-10-08)</small>
8+
9+
* [oliver006/redis_exporter] Update oliver006/redis_exporter to v1.78.0 (#235) ([508fd61](https://github.com/CloudPirates-io/helm-charts/commit/508fd61)), closes [#235](https://github.com/CloudPirates-io/helm-charts/issues/235)
610

711
## <small>0.5.5 (2025-10-08)</small>
812

charts/redis/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: redis
33
description: An open source, in-memory data structure store used as a database, cache, and message broker.
44
type: application
5-
version: 0.5.6
5+
version: 0.5.7
66
appVersion: "8.2.1"
77
keywords:
88
- redis

charts/redis/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 Redis image repository
2323
repository: redis
2424
## @param image.tag Redis image tag
25-
tag: "8.2.1@sha256:5fa2edb1e408fa8235e6db8fab01d1afaaae96c9403ba67b70feceb8661e8621"
25+
tag: "8.2.2@sha256:f0957bcaa75fd58a9a1847c1f07caf370579196259d69ac07f2e27b5b389b021"
2626
## @param image.pullPolicy Redis image pull policy
2727
pullPolicy: Always
2828

0 commit comments

Comments
 (0)