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_trgmextension fails to be loaded into the database since the user is not a superuser. We should use the defaultpostgresusername forpostgresqlUsername, and add thegitlabuser later as a script in theinitdbConfigmap. The goal is to be able to keep thegitlabuser as a non-superuser account. This will also require splitting out the password for thegitlabuser to a different value thanpostgresuser. -
image.tagvalue should default to match what is in omnibus-gitlab (10.9 at the time this issue was created).