From a6a4cd17acc32cb27ba562b0b6da273e33e454db Mon Sep 17 00:00:00 2001 From: Yi Siqi Date: Fri, 31 Dec 2021 20:36:10 +0800 Subject: [PATCH] remove password empty validation (#8534) --- bitnami/postgresql/Chart.yaml | 2 +- bitnami/postgresql/templates/NOTES.txt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index 10ffa1d6cd..0bd1b29d62 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -26,4 +26,4 @@ name: postgresql sources: - https://github.com/bitnami/bitnami-docker-postgresql - https://www.postgresql.org/ -version: 10.14.0 +version: 10.14.1 diff --git a/bitnami/postgresql/templates/NOTES.txt b/bitnami/postgresql/templates/NOTES.txt index a2c4913190..f35ebc5a63 100644 --- a/bitnami/postgresql/templates/NOTES.txt +++ b/bitnami/postgresql/templates/NOTES.txt @@ -87,5 +87,3 @@ To connect to your database from outside the cluster execute the following comma {{- include "postgresql.validateValues" . -}} {{- include "common.warnings.rollingTag" .Values.image -}} {{- include "common.warnings.rollingTag" .Values.volumePermissions.image }} -{{- $passwordValidationErrors := include "common.validations.values.postgresql.passwords" (dict "secret" (include "common.names.fullname" .) "context" $) -}} -{{- include "common.errors.upgrade.passwords.empty" (dict "validationErrors" (list $passwordValidationErrors) "context" $) -}}