diff --git a/bitnami/redis/Chart.yaml b/bitnami/redis/Chart.yaml index 70e1276e04..560bfe9845 100644 --- a/bitnami/redis/Chart.yaml +++ b/bitnami/redis/Chart.yaml @@ -34,4 +34,4 @@ maintainers: name: redis sources: - https://github.com/bitnami/charts/tree/main/bitnami/redis -version: 18.0.1 +version: 18.0.2 diff --git a/bitnami/redis/templates/secret-svcbind.yaml b/bitnami/redis/templates/secret-svcbind.yaml index e9ad541a2f..a1bfbe054e 100644 --- a/bitnami/redis/templates/secret-svcbind.yaml +++ b/bitnami/redis/templates/secret-svcbind.yaml @@ -30,7 +30,7 @@ data: port: {{ print $port | b64enc | quote }} password: {{ print $password | b64enc | quote }} {{- if $password }} - uri: {{ printf "redis://%s@%s:%s" $password $host $port | b64enc | quote }} + uri: {{ printf "redis://:%s@%s:%s" $password $host $port | b64enc | quote }} {{- else }} uri: {{ printf "redis://%s:%s" $host $port | b64enc | quote }} {{- end }}