Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion k8s/production/gitlab/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion k8s/production/metabase/metabase-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion k8s/production/prometheus/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion k8s/production/runners/protected/graviton/3/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion k8s/production/runners/protected/graviton/4/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions k8s/production/runners/protected/x86_64/v2-win/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion k8s/production/runners/protected/x86_64/v2/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion k8s/production/runners/protected/x86_64/v3/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion k8s/production/runners/protected/x86_64/v4/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion k8s/production/runners/public/graviton/3/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion k8s/production/runners/public/graviton/4/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions k8s/production/runners/public/x86_64/v2-win/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion k8s/production/runners/public/x86_64/v2/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion k8s/production/runners/public/x86_64/v3/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion k8s/production/runners/public/x86_64/v4/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion k8s/production/runners/signing/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading