Skip to content

Commit 07a0857

Browse files
Nepoxxbitnami-botcarrodher
authored
[bitnami/redis] Fix Redis sentinel initialization with single replica (#35667)
* Fix Redis sentinel initialization with single replica The get_service_ip function was called unconditionally during master initialization but only defined when external access is enabled. This caused single-replica Redis deployments to fail during startup when using the default internal-only configuration. The fix makes the initialization logic consistent with the comparison logic by using get_full_hostname when external access is disabled. Signed-off-by: Pier-Luc Gagnon <gagnon.pierluc@gmail.com> * Bump Redis chart version to 21.2.18 Signed-off-by: Pier-Luc Gagnon <gagnon.pierluc@gmail.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update Chart.yaml Signed-off-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Pier-Luc Gagnon <gagnon.pierluc@gmail.com> Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Signed-off-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com> Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com> Co-authored-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com>
1 parent c42b277 commit 07a0857

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

bitnami/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-
## 22.0.6 (2025-08-26)
3+
## 22.0.7 (2025-08-27)
44

5-
* [bitnami/charts/issues/35435] Fix Redis configuration when using sentinel and 1 replica ([#36170](https://github.com/bitnami/charts/pull/36170))
5+
* [bitnami/redis] Fix Redis sentinel initialization with single replica ([#35667](https://github.com/bitnami/charts/pull/35667))
6+
7+
## <small>22.0.6 (2025-08-26)</small>
8+
9+
* [bitnami/charts/issues/35435] Fix Redis configuration when using sentinel and 1 replica (#36170) ([7bc9738](https://github.com/bitnami/charts/commit/7bc9738651c99dc1a9d960da83f4502d9c2d352e)), closes [#36170](https://github.com/bitnami/charts/issues/36170)
610

711
## <small>22.0.5 (2025-08-23)</small>
812

bitnami/redis/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ maintainers:
3939
name: redis
4040
sources:
4141
- https://github.com/bitnami/charts/tree/main/bitnami/redis
42-
version: 22.0.6
42+
version: 22.0.7

0 commit comments

Comments
 (0)