From c83e9cd1640829f699f2c935a8c5c24c51a9bee0 Mon Sep 17 00:00:00 2001
From: German Lashevich <design.ber@gmail.com>
Date: Fri, 9 Jun 2023 19:18:19 +0000
Subject: [PATCH 1/2] Fix key name of the postgresql chart values

---
 values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/values.yaml b/values.yaml
index 688acc3..7d4811b 100644
--- a/values.yaml
+++ b/values.yaml
@@ -179,4 +179,4 @@ redis:
 postgresql:
   enabled: false
   #auth:
-  #  password: # Must be set
+  #  postgresPassword: # Must be set

From d0ad5893b92ac18e8b374e86ef6b7f9b315330dd Mon Sep 17 00:00:00 2001
From: German Lashevich <german.lashevich@gmail.com>
Date: Thu, 13 Jul 2023 22:55:11 +0200
Subject: [PATCH 2/2] docs: add links to upstream charts documentation

---
 values.yaml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/values.yaml b/values.yaml
index 7d4811b..461cf46 100644
--- a/values.yaml
+++ b/values.yaml
@@ -165,7 +165,7 @@ serviceAccount:
   # If not set and create is true, a name is generated using the fullname template
   name:
 
-
+# For configuration options, see https://artifacthub.io/packages/helm/bitnami/redis
 redis:
   enabled: true
   architecture: standalone
@@ -176,7 +176,8 @@ redis:
       enabled: false
 
 # Default to disabled, use a managed database service. But can be enabled here.
+# For configuration options, see https://artifacthub.io/packages/helm/bitnami/postgresql
 postgresql:
   enabled: false
-  #auth:
-  #  postgresPassword: # Must be set
+  # auth:
+  #   postgresPassword: # Must be set