Complete upgrade to latest stable/postgresql chart
This is mostly implemented in !608 (closed)
Still to do:
- Use the current latest version of the chart (6.3.0 at the time this issue was opened)
- With postgresqlUsername set to
gitlab
, thepg_trgm
extension fails to be loaded into the database since the user is not a superuser. We should use the defaultpostgres
username forpostgresqlUsername
, and add thegitlab
user later as a script in theinitdbConfigmap
. The goal is to be able to keep thegitlab
user as a non-superuser account. This will also require splitting out the password for thegitlab
user to a different value thanpostgres
user. -
image.tag
value should default to match what is in omnibus-gitlab (10.9 at the time this issue was created).