Dependency updates, update where postgresql password is set

This commit is contained in:
David Burke 2022-05-02 15:25:55 -04:00
parent f5bef70e04
commit 013c879d32
8 changed files with 10 additions and 19 deletions

View file

@ -1,5 +1,5 @@
image:
tag: v1.11.1 # Make this the latest version, then change it to upgrade
tag: v1.12.0 # Make this the latest version, then change it to upgrade
pullPolicy: IfNotPresent
env:
normal:
@ -10,7 +10,8 @@ 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
auth:
postgresPassword: change_this # Without setting this, you'll have to set the password on each upgrade
primary:
persistence:
size: 10Gi # Default is 8, may want this considerably higher