Upgrade Gitlab to 14.3.1
Gitlab upgrade to application version 14.3.1 chart version 5.3.1
Closes #44
Merge request reports
Activity
changed milestone to %1.19.0
added gitlab priority4 statusblocked teamcore/security + 1 deleted label
added statusdoing label and removed statusblocked label
requested review from @ryan.j.garcia
The gitlab upgrade from 13.x to 14.x requires a manual step of upgrading the postgresql database. Use these instructions to test the rolling upgrade from 13.12.9 --> 14.0.5 --> 14.3.1. Create an external in-cluster postgres 12 database before deploying version 13.
helm repo add bitnami https://charts.bitnami.com/bitnami helm install postgres bitnami/postgresql -n postgres --create-namespace --set postgresqlPostgresPassword=postgres --set postgresqlPassword=postgres -f ../overrides/bitnami-postgres-values.yaml
bitnami-postgres-values.yaml
image: registry: docker.io repository: bitnami/postgresql tag: 12.8.0-debian-10-r39
then deploy BigBang with these values
addons: gitlab-runner: enabled: true git: tag: "0.29.0-bb.1" # app version 13.12.0 # tag: "0.32.0-bb.0" # app version 14.2.0 gitlab: enabled: true git: tag: "4.12.9-bb.6" # app version 13.12.9 # tag: "5.0.5-bb.0" # app version 14.0.5 # tag: null # branch: "44-gitlab-upgrade-14-3-x" # app version 14.3.1 hostnames: gitlab: gitlab registry: registry sso: enabled: true label: "Platform One SSO" client_id: "platform1_a8604cc9-f5e9-4656-802d-d05624370245_bb8-gitlab" client_secret: "" database: host: postgres-postgresql-headless.postgres.svc.cluster.local port: 5432 username: postgres database: postgres password: postgres
Then switch the git: values and deploy again. Nothing will happen until the helmrelease times out after 10 minutes.
Edited by kevin.wilder