Skip to content

Commit 6a72e00

Browse files
renovate[bot]zOnlyKroksgithub-actions[bot]
authored
[redis] chore(deps): update redis:8.2.1 Docker digest to 5fa2edb (CloudPirates-io#188)
* [redis] chore(deps): update redis:8.2.1 Docker digest to 5fa2edb * [redis] chore(deps): update redis:8.2.1 Docker digest to 5fa2edb * 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 fe21dc2 commit 6a72e00

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.1 (2025-10-06)
3+
## 0.5.2 (2025-10-06)
44

5-
* [redis] chore(deps): update docker.io/redis:8.2.1 Docker digest to 5fa2edb ([#187](https://github.com/CloudPirates-io/helm-charts/pull/187))
5+
* [redis] chore(deps): update redis:8.2.1 Docker digest to 5fa2edb ([#188](https://github.com/CloudPirates-io/helm-charts/pull/188))
6+
7+
## <small>0.5.1 (2025-10-06)</small>
8+
9+
* chore(deps): update docker.io/redis:8.2.1 Docker digest to 5fa2edb (#187) ([fe21dc2](https://github.com/CloudPirates-io/helm-charts/commit/fe21dc2)), closes [#187](https://github.com/CloudPirates-io/helm-charts/issues/187)
610

711
## 0.5.0 (2025-10-01)
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.1
5+
version: 0.5.2
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
@@ -173,7 +173,7 @@ sentinel:
173173
## @param sentinel.image.repository Redis Sentinel image repository
174174
image:
175175
repository: redis
176-
tag: "8.2.1@sha256:acb90ced0bd769b7c04cb4c32c4494ba7b3e0ee068bdbfff0eeb0d31c2a21078"
176+
tag: "8.2.1@sha256:5fa2edb1e408fa8235e6db8fab01d1afaaae96c9403ba67b70feceb8661e8621"
177177
pullPolicy: Always
178178
## @param sentinel.masterName Name of the master server (default: mymaster)
179179
masterName: mymaster

0 commit comments

Comments
 (0)