Dependency updates, update where postgresql password is set
This commit is contained in:
parent
f5bef70e04
commit
013c879d32
8 changed files with 10 additions and 19 deletions
|
@ -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
|
||||
|
|
Reference in a new issue