Skip to content

Fix digest of GitLab NGINX Ingress Controller

Mitchell Nielsen requested to merge fix-gitlab-ingress-nginx-digest into master

What does this MR do?

Fix digest of GitLab NGINX Ingress Controller

Fixes the digest of the GitLab NGINX Ingress Controller image
created by
https://gitlab.com/gitlab-org/cloud-native/charts/gitlab-ingress-nginx/-/jobs/2736356091#L2185.

Came across the inability to pull at the current digest in:
https://gitlab.com/gitlab-org/charts/gitlab/-/issues/3492#note_1075175464

Related issues

Related to #3498 (closed)

Testing

$ docker pull registry.gitlab.com/gitlab-org/cloud-native/charts/gitlab-ingress-nginx/controller@sha256:ac77552a7ace8645eaccd8ffa23129a427ec3373e14836f8790a92616a0ec817
registry.gitlab.com/gitlab-org/cloud-native/charts/gitlab-ingress-nginx/controller@sha256:ac77552a7ace8645eaccd8ffa23129a427ec3373e14836f8790a92616a0ec817: Pulling from gitlab-org/cloud-native/charts/gitlab-ingress-nginx/controller
Digest: sha256:ac77552a7ace8645eaccd8ffa23129a427ec3373e14836f8790a92616a0ec817
Status: Image is up to date for registry.gitlab.com/gitlab-org/cloud-native/charts/gitlab-ingress-nginx/controller@sha256:ac77552a7ace8645eaccd8ffa23129a427ec3373e14836f8790a92616a0ec817
registry.gitlab.com/gitlab-org/cloud-native/charts/gitlab-ingress-nginx/controller@sha256:ac77552a7ace8645eaccd8ffa23129a427ec3373e14836f8790a92616a0ec817

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion.

Required

  • Merge Request Title and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for omnibus-gitlab opened
Edited by Mitchell Nielsen

Merge request reports