[bitnami/redis] Always include sentinel-data volume (#9685)

* Always include sentinel-data volume

This volume is either an emptyDir if persistence is disabled or an pvc
if persistence is enabled.

Signed-off-by: Anselm Eberhardt <aeberhardt@dg-i.net>

* Bump chart version

Signed-off-by: Anselm Eberhardt <aeberhardt@dg-i.net>
This commit is contained in:
aeber
2022-04-05 18:16:50 +02:00
committed by GitHub
parent 6629454640
commit d5a4ab7bfa
2 changed files with 1 additions and 3 deletions

View File

@@ -24,4 +24,4 @@ maintainers:
name: redis
sources:
- https://github.com/bitnami/bitnami-docker-redis
version: 16.8.2
version: 16.8.3

View File

@@ -416,10 +416,8 @@ spec:
mountPath: /opt/bitnami/scripts/start-scripts
- name: health
mountPath: /health
{{- if .Values.sentinel.persistence.enabled }}
- name: sentinel-data
mountPath: /opt/bitnami/redis-sentinel/etc
{{- end }}
{{- if .Values.auth.usePasswordFiles }}
- name: redis-password
mountPath: /opt/bitnami/redis/secrets/