Skip to content

Commit 363468b

Browse files
renovate[bot]zOnlyKroksgithub-actions[bot]
authored
[redis] Update redis to v8.2.2 (CloudPirates-io#233)
* [redis] Update 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 9f7f1e8 commit 363468b

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.4 (2025-10-08)
3+
## 0.5.5 (2025-10-08)
44

5-
* [redis]: fix dual stack networking issues ([#227](https://github.com/CloudPirates-io/helm-charts/pull/227))
5+
* [redis] Update redis to v8.2.2 ([#233](https://github.com/CloudPirates-io/helm-charts/pull/233))
6+
7+
## <small>0.5.4 (2025-10-08)</small>
8+
9+
* [redis]: fix dual stack networking issues (#227) ([381bd76](https://github.com/CloudPirates-io/helm-charts/commit/381bd76)), closes [#227](https://github.com/CloudPirates-io/helm-charts/issues/227)
610

711
## <small>0.5.3 (2025-10-06)</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.4
5+
version: 0.5.5
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
@@ -179,7 +179,7 @@ sentinel:
179179
## @param sentinel.image.repository Redis Sentinel image repository
180180
image:
181181
repository: redis
182-
tag: "8.2.1@sha256:5fa2edb1e408fa8235e6db8fab01d1afaaae96c9403ba67b70feceb8661e8621"
182+
tag: "8.2.2@sha256:f0957bcaa75fd58a9a1847c1f07caf370579196259d69ac07f2e27b5b389b021"
183183
pullPolicy: Always
184184
## @param sentinel.masterName Name of the master server (default: mymaster)
185185
masterName: mymaster

0 commit comments

Comments
 (0)