Registry: make use of gitlab-org/container-registry
Summary
GitLab has been fixing bugs within the Docker Distribution (registry v2) codebase at https://gitlab.com/gitlab-org/container-registry/
We should include said fixes within this chart, by changing registry.image.*
, so that our users can benefit.
image:
repository: registry
tag: '2.7.1'
...
image:
repository: registry.gitlab.com/gitlab-org/build/CNG/gitlab-container-registry
tag: 'v2.7.6-gitlab'
Steps to reproduce
$ helm template . -f build/base.yaml -x charts/registry/templates/deployment.yaml | grep 'image.*registry:'
image: "registry:2.7.1"
Configuration used
Default values.yaml
for registry
Current behavior
Using registry:2.7.1
Expected behavior
Using gitlab-container-registry:v2.7.6-gitlab
Versions
- Chart: b8463b57