From 348be11fd462eccf4bdfa6bd52a9b7c1ca24fec5 Mon Sep 17 00:00:00 2001 From: Mike VanDenburgh Date: Thu, 2 Jan 2025 10:51:25 -0500 Subject: [PATCH 1/2] Upgrade GitLab runners to 17.7.0 --- k8s/production/runners/protected/graviton/3/release.yaml | 2 +- k8s/production/runners/protected/x86_64/v2-win/release.yaml | 4 ++-- k8s/production/runners/protected/x86_64/v2/release.yaml | 2 +- k8s/production/runners/protected/x86_64/v3/release.yaml | 2 +- k8s/production/runners/protected/x86_64/v4/release.yaml | 2 +- k8s/production/runners/public/graviton/3/release.yaml | 2 +- k8s/production/runners/public/x86_64/v2-win/release.yaml | 2 +- k8s/production/runners/public/x86_64/v2/release.yaml | 2 +- k8s/production/runners/public/x86_64/v3/release.yaml | 2 +- k8s/production/runners/public/x86_64/v4/release.yaml | 2 +- k8s/production/runners/signing/release.yaml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/k8s/production/runners/protected/graviton/3/release.yaml b/k8s/production/runners/protected/graviton/3/release.yaml index 97438c3e6..3f15ae071 100644 --- a/k8s/production/runners/protected/graviton/3/release.yaml +++ b/k8s/production/runners/protected/graviton/3/release.yaml @@ -19,7 +19,7 @@ spec: chart: spec: chart: gitlab-runner - version: 0.71.0 # gitlab-runner@17.6.0 + version: 0.72.0 # gitlab-runner@17.7.0 sourceRef: kind: HelmRepository name: runner-graviton3-prot diff --git a/k8s/production/runners/protected/x86_64/v2-win/release.yaml b/k8s/production/runners/protected/x86_64/v2-win/release.yaml index 5014cbcc2..85ce8bb35 100644 --- a/k8s/production/runners/protected/x86_64/v2-win/release.yaml +++ b/k8s/production/runners/protected/x86_64/v2-win/release.yaml @@ -20,7 +20,7 @@ spec: spec: chart: gitlab-runner # Note: ensure this stays in sync with the `helper_image` field below - version: 0.71.0 # gitlab-runner@17.6.0 + version: 0.72.0 # gitlab-runner@17.7.0 sourceRef: kind: HelmRepository name: runner-x86-v2-prot-windows @@ -111,7 +111,7 @@ spec: # Image for windows 2022, runner helper image = "mcr.microsoft.com/windows/servercore:ltsc2022" - helper_image = "registry.gitlab.com/gitlab-org/gitlab-runner/gitlab-runner-helper:x86_64-v17.3.3-servercore21H2" + helper_image = "registry.gitlab.com/gitlab-org/gitlab-runner/gitlab-runner-helper:x86_64-v17.7.0-servercore21H2" ephemeral_storage_request = "500M" helper_ephemeral_storage_request = "500M" diff --git a/k8s/production/runners/protected/x86_64/v2/release.yaml b/k8s/production/runners/protected/x86_64/v2/release.yaml index 051259d49..9f2a86114 100644 --- a/k8s/production/runners/protected/x86_64/v2/release.yaml +++ b/k8s/production/runners/protected/x86_64/v2/release.yaml @@ -19,7 +19,7 @@ spec: chart: spec: chart: gitlab-runner - version: 0.71.0 # gitlab-runner@17.6.0 + version: 0.72.0 # gitlab-runner@17.7.0 sourceRef: kind: HelmRepository name: runner-x86-v2-prot diff --git a/k8s/production/runners/protected/x86_64/v3/release.yaml b/k8s/production/runners/protected/x86_64/v3/release.yaml index 72f4680f8..6a1a3ea70 100644 --- a/k8s/production/runners/protected/x86_64/v3/release.yaml +++ b/k8s/production/runners/protected/x86_64/v3/release.yaml @@ -19,7 +19,7 @@ spec: chart: spec: chart: gitlab-runner - version: 0.71.0 # gitlab-runner@17.6.0 + version: 0.72.0 # gitlab-runner@17.7.0 sourceRef: kind: HelmRepository name: runner-x86-v3-prot diff --git a/k8s/production/runners/protected/x86_64/v4/release.yaml b/k8s/production/runners/protected/x86_64/v4/release.yaml index 87b06727c..03fec9eaa 100644 --- a/k8s/production/runners/protected/x86_64/v4/release.yaml +++ b/k8s/production/runners/protected/x86_64/v4/release.yaml @@ -19,7 +19,7 @@ spec: chart: spec: chart: gitlab-runner - version: 0.71.0 # gitlab-runner@17.6.0 + version: 0.72.0 # gitlab-runner@17.7.0 sourceRef: kind: HelmRepository name: runner-x86-v4-prot diff --git a/k8s/production/runners/public/graviton/3/release.yaml b/k8s/production/runners/public/graviton/3/release.yaml index 2f309e7c1..59cdc6524 100644 --- a/k8s/production/runners/public/graviton/3/release.yaml +++ b/k8s/production/runners/public/graviton/3/release.yaml @@ -19,7 +19,7 @@ spec: chart: spec: chart: gitlab-runner - version: 0.71.0 # gitlab-runner@17.6.0 + version: 0.72.0 # gitlab-runner@17.7.0 sourceRef: kind: HelmRepository name: runner-graviton3-pub diff --git a/k8s/production/runners/public/x86_64/v2-win/release.yaml b/k8s/production/runners/public/x86_64/v2-win/release.yaml index eefe28941..0b4dd2b78 100644 --- a/k8s/production/runners/public/x86_64/v2-win/release.yaml +++ b/k8s/production/runners/public/x86_64/v2-win/release.yaml @@ -20,7 +20,7 @@ spec: spec: chart: gitlab-runner # Note: ensure this stays in sync with the `helper_image` field below - version: 0.71.0 # gitlab-runner@17.6.0 + version: 0.72.0 # gitlab-runner@17.7.0 sourceRef: kind: HelmRepository name: runner-x86-v2-pub-windows diff --git a/k8s/production/runners/public/x86_64/v2/release.yaml b/k8s/production/runners/public/x86_64/v2/release.yaml index 73e601e49..350d5c4b3 100644 --- a/k8s/production/runners/public/x86_64/v2/release.yaml +++ b/k8s/production/runners/public/x86_64/v2/release.yaml @@ -19,7 +19,7 @@ spec: chart: spec: chart: gitlab-runner - version: 0.71.0 # gitlab-runner@17.6.0 + version: 0.72.0 # gitlab-runner@17.7.0 sourceRef: kind: HelmRepository name: runner-x86-v2-pub diff --git a/k8s/production/runners/public/x86_64/v3/release.yaml b/k8s/production/runners/public/x86_64/v3/release.yaml index 5c509935a..a8a299c9e 100644 --- a/k8s/production/runners/public/x86_64/v3/release.yaml +++ b/k8s/production/runners/public/x86_64/v3/release.yaml @@ -19,7 +19,7 @@ spec: chart: spec: chart: gitlab-runner - version: 0.71.0 # gitlab-runner@17.6.0 + version: 0.72.0 # gitlab-runner@17.7.0 sourceRef: kind: HelmRepository name: runner-x86-v3-pub diff --git a/k8s/production/runners/public/x86_64/v4/release.yaml b/k8s/production/runners/public/x86_64/v4/release.yaml index cb64aff58..786d6c9eb 100644 --- a/k8s/production/runners/public/x86_64/v4/release.yaml +++ b/k8s/production/runners/public/x86_64/v4/release.yaml @@ -19,7 +19,7 @@ spec: chart: spec: chart: gitlab-runner - version: 0.71.0 # gitlab-runner@17.6.0 + version: 0.72.0 # gitlab-runner@17.7.0 sourceRef: kind: HelmRepository name: runner-x86-v4-pub diff --git a/k8s/production/runners/signing/release.yaml b/k8s/production/runners/signing/release.yaml index e50f316e4..63a411805 100644 --- a/k8s/production/runners/signing/release.yaml +++ b/k8s/production/runners/signing/release.yaml @@ -19,7 +19,7 @@ spec: chart: spec: chart: gitlab-runner - version: 0.71.0 # gitlab-runner@17.6.0 + version: 0.72.0 # gitlab-runner@17.7.0 sourceRef: kind: HelmRepository name: runner-spack-package-signing From 2f84aa4543a0cd6a2e3a8c5c45477efd4f9ed6a4 Mon Sep 17 00:00:00 2001 From: Mike VanDenburgh Date: Thu, 2 Jan 2025 10:51:59 -0500 Subject: [PATCH 2/2] Upgrade GitLab to 17.7.0 --- k8s/production/gitlab/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/production/gitlab/release.yaml b/k8s/production/gitlab/release.yaml index a07b7801b..d7cb75a9f 100644 --- a/k8s/production/gitlab/release.yaml +++ b/k8s/production/gitlab/release.yaml @@ -21,7 +21,7 @@ spec: chart: spec: chart: gitlab - version: 8.6.2 # gitlab@17.6.2 + version: 8.7.2 # gitlab@17.7.0 sourceRef: kind: HelmRepository name: gitlab