From 917e04c5f0ea824ded96a37492c33c8e1816099c Mon Sep 17 00:00:00 2001 From: Mitchell Nielsen Date: Mon, 6 Feb 2023 14:13:46 -0500 Subject: [PATCH 1/2] Update 'sync_images' job name Reflects the new name of the 'sync_images' job. --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 01e0d60630..3fe93de5e0 100644 --- a/values.yaml +++ b/values.yaml @@ -746,7 +746,7 @@ global: repository: registry.gitlab.com/gitlab-org/build/cng/kubectl # The digest below comes from a given tag pipeline because they are mirrored to .com, # ensuring that the image tag is available from both instances. The digest can be - # found in the 'sync_images' job. + # found in the 'sync-images-gitlab-com' job. # https://dev.gitlab.org/gitlab/charts/components/images/-/tags tag: 1.24.7@sha256:4be8ed0fb89c29c5bacf0dcedee803e1ac1298da9a45186eb5a391c2353c6bf6 # pullPolicy: IfNotPresent -- GitLab From e71001e800e7a6c728a2fa740bb31cefe2fff3b7 Mon Sep 17 00:00:00 2001 From: Mitchell Nielsen Date: Mon, 6 Feb 2023 14:14:07 -0500 Subject: [PATCH 2/2] Reference new kubectl tag for v4.30.8 References the new kubectl image tag that contains yq version 4.30.8. Created and synced crom dev to .com by https://dev.gitlab.org/gitlab/charts/components/images/-/jobs/14978595. Changelog: other --- values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/values.yaml b/values.yaml index 3fe93de5e0..03e3171a9e 100644 --- a/values.yaml +++ b/values.yaml @@ -744,11 +744,11 @@ global: kubectl: image: repository: registry.gitlab.com/gitlab-org/build/cng/kubectl - # The digest below comes from a given tag pipeline because they are mirrored to .com, - # ensuring that the image tag is available from both instances. The digest can be + # The tag below comes from a given tag pipeline because they are mirrored to .com, + # ensuring that the image tag is available from both instances. The tag can be # found in the 'sync-images-gitlab-com' job. # https://dev.gitlab.org/gitlab/charts/components/images/-/tags - tag: 1.24.7@sha256:4be8ed0fb89c29c5bacf0dcedee803e1ac1298da9a45186eb5a391c2353c6bf6 + tag: 0baa9a626199c8817f83c72e980f12027419b026 # pullPolicy: IfNotPresent # pullSecrets: [] securityContext: -- GitLab