Fixed typo that causes chart failed to render using DH param in TLS options. (#12872)

Signed-off-by: masteryyh <yanhong.yang@suse.com>

Signed-off-by: masteryyh <yanhong.yang@suse.com>
This commit is contained in:
Yanhong Yang
2022-10-10 15:26:42 +08:00
committed by GitHub
parent 49d422d848
commit 7f3f7f7cd8
2 changed files with 2 additions and 2 deletions

View File

@@ -22,4 +22,4 @@ maintainers:
name: redis
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/redis
version: 17.3.2
version: 17.3.3

View File

@@ -343,7 +343,7 @@ spec:
value: {{ template "redis.tlsCACert" . }}
{{- if .Values.tls.dhParamsFilename }}
- name: REDIS_SENTINEL_TLS_DH_PARAMS_FILE
value: {{ template "redis.tls.dhParamsFilename" . }}
value: {{ template "redis.tlsDHParams" . }}
{{- end }}
{{- else }}
- name: REDIS_SENTINEL_PORT