From bf5345cfa9ca1773f9f363e2206ac77e7c0db5c4 Mon Sep 17 00:00:00 2001 From: David Burke Date: Sun, 3 Apr 2022 11:07:51 -0400 Subject: [PATCH] Use newer version in sample values file --- values.sample.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/values.sample.yaml b/values.sample.yaml index e641a5a..163d39a 100644 --- a/values.sample.yaml +++ b/values.sample.yaml @@ -1,5 +1,5 @@ image: - tag: v1.10.3 # Make this the latest version, then change it to upgrade + tag: v1.11.1 # Make this the latest version, then change it to upgrade pullPolicy: IfNotPresent env: normal: @@ -10,6 +10,7 @@ env: # DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres postgresql: enabled: true # Be careful upgrading. The postgresql helm chart does not support major upgrades. + postgresqlPassword: mypass primary: persistence: size: 10Gi # Default is 8, may want this considerably higher