diff --git a/k8s/production/gitlab/release.yaml b/k8s/production/gitlab/release.yaml index e33b42a9a..ef0ac7a77 100644 --- a/k8s/production/gitlab/release.yaml +++ b/k8s/production/gitlab/release.yaml @@ -21,7 +21,7 @@ spec: chart: spec: chart: gitlab - version: 9.11.3 # gitlab@18.11.2 + version: 10.0.0 # gitlab@19.0.0 sourceRef: kind: HelmRepository name: gitlab @@ -169,6 +169,11 @@ spec: nodeSelector: spack.io/node-pool: gitlab gitlab-exporter: + # The gitlab helm chart bumped the image version of gitlab-exporter they use to 16.8.0, but 16.8.0 is not + # published here https://gitlab.com/gitlab-org/build/CNG/container_registry/673222 + # Once 16.8.0 is published, we can use that and remove this image tag specifier + image: + tag: 16.7.0 nodeSelector: spack.io/node-pool: gitlab diff --git a/k8s/production/metabase/metabase-deployment.yaml b/k8s/production/metabase/metabase-deployment.yaml index 668f09eb5..64f42ea11 100644 --- a/k8s/production/metabase/metabase-deployment.yaml +++ b/k8s/production/metabase/metabase-deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: metabase - image: metabase/metabase:v0.60.4 + image: metabase/metabase:v0.60.7 imagePullPolicy: "IfNotPresent" resources: requests: diff --git a/k8s/production/prometheus/release.yaml b/k8s/production/prometheus/release.yaml index 47fbbb580..52d672712 100644 --- a/k8s/production/prometheus/release.yaml +++ b/k8s/production/prometheus/release.yaml @@ -22,7 +22,7 @@ spec: chart: spec: chart: kube-prometheus-stack - version: 85.0.1 # prometheus-operator@v0.90.1, grafana@12.3.0 + version: 85.3.3 # prometheus-operator@v0.90.1, grafana@12.4.1 sourceRef: kind: HelmRepository name: kube-prometheus-stack diff --git a/k8s/production/runners/protected/graviton/3/release.yaml b/k8s/production/runners/protected/graviton/3/release.yaml index 7bd136440..c21092dbb 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.88.2 # gitlab-runner@18.11.2 + version: 0.89.0 # gitlab-runner@19.0.0 sourceRef: kind: HelmRepository name: runner-graviton3-prot diff --git a/k8s/production/runners/protected/graviton/4/release.yaml b/k8s/production/runners/protected/graviton/4/release.yaml index 37a69b658..af4d8e082 100644 --- a/k8s/production/runners/protected/graviton/4/release.yaml +++ b/k8s/production/runners/protected/graviton/4/release.yaml @@ -19,7 +19,7 @@ spec: chart: spec: chart: gitlab-runner - version: 0.88.2 # gitlab-runner@18.11.2 + version: 0.89.0 # gitlab-runner@19.0.0 sourceRef: kind: HelmRepository name: runner-graviton4-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 8e184d9f6..504f299c5 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.88.2 # gitlab-runner@18.11.2 + version: 0.89.0 # gitlab-runner@19.0.0 sourceRef: kind: HelmRepository name: runner-x86-v2-prot-windows @@ -115,7 +115,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-v18.11.2-servercore21H2" + helper_image = "registry.gitlab.com/gitlab-org/gitlab-runner/gitlab-runner-helper:x86_64-v19.0.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 1104a39b1..59fdd90c0 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.88.2 # gitlab-runner@18.11.2 + version: 0.89.0 # gitlab-runner@19.0.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 ed0d28f18..a5509f340 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.88.2 # gitlab-runner@18.11.2 + version: 0.89.0 # gitlab-runner@19.0.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 172c94988..67ad9d0f3 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.88.2 # gitlab-runner@18.11.2 + version: 0.89.0 # gitlab-runner@19.0.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 9ac280fd4..32cabb76f 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.88.2 # gitlab-runner@18.11.2 + version: 0.89.0 # gitlab-runner@19.0.0 sourceRef: kind: HelmRepository name: runner-graviton3-pub diff --git a/k8s/production/runners/public/graviton/4/release.yaml b/k8s/production/runners/public/graviton/4/release.yaml index fdd181bf7..c2f56896d 100644 --- a/k8s/production/runners/public/graviton/4/release.yaml +++ b/k8s/production/runners/public/graviton/4/release.yaml @@ -19,7 +19,7 @@ spec: chart: spec: chart: gitlab-runner - version: 0.88.2 # gitlab-runner@18.11.2 + version: 0.89.0 # gitlab-runner@19.0.0 sourceRef: kind: HelmRepository name: runner-graviton4-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 6a0619701..31a265f7a 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.88.2 # gitlab-runner@18.11.2 + version: 0.89.0 # gitlab-runner@19.0.0 sourceRef: kind: HelmRepository name: runner-x86-v2-pub-windows @@ -116,7 +116,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-v18.11.2-servercore21H2" + helper_image = "registry.gitlab.com/gitlab-org/gitlab-runner/gitlab-runner-helper:x86_64-v19.0.0-servercore21H2" ephemeral_storage_request = "500M" helper_ephemeral_storage_request = "500M" diff --git a/k8s/production/runners/public/x86_64/v2/release.yaml b/k8s/production/runners/public/x86_64/v2/release.yaml index 41f2ce998..a9086918d 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.88.2 # gitlab-runner@18.11.2 + version: 0.89.0 # gitlab-runner@19.0.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 4ca28eb28..d0f576bf6 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.88.2 # gitlab-runner@18.11.2 + version: 0.89.0 # gitlab-runner@19.0.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 804404cb1..57d566904 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.88.2 # gitlab-runner@18.11.2 + version: 0.89.0 # gitlab-runner@19.0.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 5f9f53664..a8ece9a58 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.88.2 # gitlab-runner@18.11.2 + version: 0.89.0 # gitlab-runner@19.0.0 sourceRef: kind: HelmRepository name: runner-spack-package-signing