Skip to content

Upgrade review-apps GitLab helm chart to 7.6.1

Context

I followed https://gitlab.com/gitlab-org/quality/engineering-productivity/team/-/blob/main/runbooks/review-apps.md#upgrade-gitlab-helm-chart to create this MR.

What does this MR do and why?

Upgrade the gitlab-org/gitlab helm chart for internal review-apps.

Proof of work

The review-app child pipeline passed , and it's using the new chart version:

Deploying with helm command:
	  helm upgrade
	 --namespace="review-ddieulivol-r1ieux"
	 --create-namespace
	 --install
	 --wait
	 --timeout "20m"
	 --set global.gitlab.license.secret="shared-gitlab-license"
	 --version="1104155009-5734486682"
	 -f "https://gitlab.com/gitlab-org/gitlab/raw/master/scripts/review_apps/base-config.yaml"
	 -f review_apps.values.yml
	 -v "1"
	 "review-ddieulivol-r1ieux" "gitlab-eace227d3465e17e37b1a2e3764dd244c8e2d716" <-- This is the important part

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by David Dieulivol

Merge request reports