Skip to content

Force Auto DevOps redeployment when application secrets are updated

What does this MR do?

This generates a check sum of the Auto DevOps application secrets and passes it to the helm chart.

Helm does not redeploy deployments if the value of a specified environment variable changes. They suggest to pass a checksum as an annotation to address this. See https://github.com/helm/helm/blob/master/docs/charts_tips_and_tricks.md#automatically-roll-deployments-when-configmaps-or-secrets-change.

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55540

Does this MR meet the acceptance criteria?

Merge request reports