From ec901d5b6444ee883c9d4545081685ae15a6b495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pereira?= Date: Tue, 11 Feb 2020 11:19:40 +0000 Subject: [PATCH 1/2] Bump Container Registry to v2.7.8-gitlab --- .../unreleased/bump-registry-version-v2-7-8-gitlab.yml | 5 +++++ charts/registry/values.yaml | 2 +- doc/charts/registry/index.md | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 changelogs/unreleased/bump-registry-version-v2-7-8-gitlab.yml diff --git a/changelogs/unreleased/bump-registry-version-v2-7-8-gitlab.yml b/changelogs/unreleased/bump-registry-version-v2-7-8-gitlab.yml new file mode 100644 index 0000000000..7649948f59 --- /dev/null +++ b/changelogs/unreleased/bump-registry-version-v2-7-8-gitlab.yml @@ -0,0 +1,5 @@ +--- +title: Bump Container Registry to v2.7.8-gitlab +merge_request: # number (not the link) of the version bump merge request +author: +type: changed diff --git a/charts/registry/values.yaml b/charts/registry/values.yaml index d5a93aaeff..319eab67f3 100644 --- a/charts/registry/values.yaml +++ b/charts/registry/values.yaml @@ -1,6 +1,6 @@ image: repository: registry.gitlab.com/gitlab-org/build/cng/gitlab-container-registry - tag: 'v2.7.7-gitlab' + tag: 'v2.7.8-gitlab' pullPolicy: 'IfNotPresent' pullSecrets: [] diff --git a/doc/charts/registry/index.md b/doc/charts/registry/index.md index facf0f706d..ddd519e58a 100644 --- a/doc/charts/registry/index.md +++ b/doc/charts/registry/index.md @@ -44,7 +44,7 @@ registry: readOnly: enabled: false image: - tag: 'v2.7.7-gitlab' + tag: 'v2.7.8-gitlab' pullPolicy: IfoNtPresent annotations: service: @@ -119,7 +119,7 @@ If you chose to deploy this chart as a standalone, remove the `registry` at the | `image.pullPolicy` | | Pull policy for the registry image | | `image.pullSecrets` | | Secrets to use for image repository | | `image.repository` | `registry` | Registry image | -| `image.tag` | `v2.7.7-gitlab` | Version of the image to use | +| `image.tag` | `v2.7.8-gitlab` | Version of the image to use | | `init.image.repository` | | initContainer image | | `init.image.tag` | | initContainer image tag | | `log` | `{level: warn, fields: {service: registry}}` | Configure the logging options | @@ -195,7 +195,7 @@ You can change the included version of the Registry and `pullPolicy`. Default settings: -- `tag: 'v2.7.7-gitlab'` +- `tag: 'v2.7.8-gitlab'` - `pullPolicy: 'IfNotPresent'` ## Configuring the `service` -- GitLab From f1fc29f387c6c1714fbfe01286b376f30f58c921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pereira?= Date: Tue, 11 Feb 2020 11:25:00 +0000 Subject: [PATCH 2/2] Update bump-registry-version-v2-7-8-gitlab.yml --- changelogs/unreleased/bump-registry-version-v2-7-8-gitlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/unreleased/bump-registry-version-v2-7-8-gitlab.yml b/changelogs/unreleased/bump-registry-version-v2-7-8-gitlab.yml index 7649948f59..b6d5c0e253 100644 --- a/changelogs/unreleased/bump-registry-version-v2-7-8-gitlab.yml +++ b/changelogs/unreleased/bump-registry-version-v2-7-8-gitlab.yml @@ -1,5 +1,5 @@ --- title: Bump Container Registry to v2.7.8-gitlab -merge_request: # number (not the link) of the version bump merge request +merge_request: 1171 author: type: changed -- GitLab