19.0.x requires `global.psql.host`, while using Main and CI external Postgres database
<!-- NOTICE: This Issue tracker is for the GitLab Helm chart, not the GitLab Rails application. Support: Please do not raise support issues for GitLab.com on this tracker. See https://about.gitlab.com/support/ --> ## Summary Upgrading GitLab Helm chart v18.11.3 to v19.0.1 says I need to set an external Postgres database at `global.psql.host`. I have a separate Main and CI database set in the Helm values, 19.0.x is ignoring that. ## Steps to reproduce Helm upgrade from v18.11.x to v19.0.1, remove the `postgresql` section. ## Current behavior I get this error when performing a Helm upgrade: ```text Error: UPGRADE FAILED: execution error at (gitlab/templates/NOTES.txt:214:3): CONFIGURATION CHECKS: postgresql: You must configure an PostgreSQL connetion. Please set `global.psql.host`. Since chart v10.0.0, external PostgreSQL became required. If you were using the bundled PostgreSQL chart refer to https://docs.gitlab.com/charts/installation/migration/bundled_chart_migration/. postgresql: You must configure an PostgreSQL connetion. Please set `global.psql.password.secret`. Since chart v10.0.0, external PostgreSQL became required. If you were using the bundled PostgreSQL chart refer to https://docs.gitlab.com/charts/installation/migration/bundled_chart_migration/. ``` ## Expected behavior Utilize `global.psql.main` and `global.psql.ci` configuration, like v18.x.x did. ## Versions - Chart: v19.0.1
issue