From bdcf131583f83fcccfbe1ecca8cb023450091578 Mon Sep 17 00:00:00 2001 From: gopaljayanythi Date: Tue, 6 Sep 2022 19:50:05 +0530 Subject: [PATCH] pwd for postgres --- charts/example/Chart.yaml | 2 +- charts/postgresql/Chart.yaml | 2 +- charts/postgresql/myvalues.yaml | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/example/Chart.yaml b/charts/example/Chart.yaml index fc35ae4..72e3666 100644 --- a/charts/example/Chart.yaml +++ b/charts/example/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.2 +version: 0.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/postgresql/Chart.yaml b/charts/postgresql/Chart.yaml index e161ea9..382749e 100644 --- a/charts/postgresql/Chart.yaml +++ b/charts/postgresql/Chart.yaml @@ -21,4 +21,4 @@ name: postgresql sources: - https://github.com/bitnami/containers/tree/main/bitnami/postgresql - https://www.postgresql.org/ -version: 11.8.2 +version: 11.8.3 diff --git a/charts/postgresql/myvalues.yaml b/charts/postgresql/myvalues.yaml index 051e36b..8bb7607 100644 --- a/charts/postgresql/myvalues.yaml +++ b/charts/postgresql/myvalues.yaml @@ -2,5 +2,7 @@ ## Please, note that this will override the parameters, including dependencies, configured to use the global value ## global: + postgresql: auth: - postgresPassword: "bendakayalu" + password: "bendakayalu" + postgresPassword: "dondakayalu"