[bitnami/several] Bump version and update READMEs (#7069)

* [bitnami/several] Bump version and update READMEs

* Replace TM with ™

* Replace R with ®

* Fix version
This commit is contained in:
Carlos Rodríguez Hernández
2021-07-27 17:41:53 +02:00
committed by GitHub
parent 4c867335c5
commit 6340bff66f
71 changed files with 1005 additions and 1002 deletions

View File

@@ -519,7 +519,7 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
{{- end -}}
{{/*
Return whether Redis(TM) uses password authentication or not
Return whether Redis™ uses password authentication or not
*/}}
{{- define "harbor.redis.auth.enabled" -}}
{{- if or (and .Values.redis.enabled .Values.redis.auth.enabled) (and (not .Values.redis.enabled) (or .Values.externalRedis.password .Values.externalRedis.existingSecret)) }}