Skip to content

Commit

Permalink
Merge branch 'main' into store-failed-jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnesbitt authored Aug 21, 2024
2 parents f44d1c6 + e721012 commit 3c243e3
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion k8s/production/gitlab/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
chart:
spec:
chart: gitlab
version: 7.11.6 # gitlab@16.11.6
version: 7.11.8 # gitlab@16.11.8
sourceRef:
kind: HelmRepository
name: gitlab
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 @@ -20,7 +20,7 @@ spec:
chart:
spec:
chart: kube-prometheus-stack
version: 61.6.0 # prometheus-operator@v0.75.2, grafana@8.3.*
version: 61.8.0 # prometheus-operator@v0.75.2, grafana@8.3.*
sourceRef:
kind: HelmRepository
name: kube-prometheus-stack
Expand Down
2 changes: 1 addition & 1 deletion k8s/production/runners/protected/graviton/2/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.64.1 # gitlab-runner@16.11.1
version: 0.64.3 # gitlab-runner@16.11.3
sourceRef:
kind: HelmRepository
name: runner-graviton2-prot
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.64.1 # gitlab-runner@16.11.1
version: 0.64.3 # gitlab-runner@16.11.3
sourceRef:
kind: HelmRepository
name: runner-graviton3-prot
Expand Down
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.64.1 # gitlab-runner@16.11.1
version: 0.64.3 # gitlab-runner@16.11.3
sourceRef:
kind: HelmRepository
name: runner-x86-v2-prot-windows
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.64.1 # gitlab-runner@16.11.1
version: 0.64.3 # gitlab-runner@16.11.3
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.64.1 # gitlab-runner@16.11.1
version: 0.64.3 # gitlab-runner@16.11.3
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.64.1 # gitlab-runner@16.11.1
version: 0.64.3 # gitlab-runner@16.11.3
sourceRef:
kind: HelmRepository
name: runner-x86-v4-prot
Expand Down
2 changes: 1 addition & 1 deletion k8s/production/runners/public/graviton/2/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.64.1 # gitlab-runner@16.11.1
version: 0.64.3 # gitlab-runner@16.11.3
sourceRef:
kind: HelmRepository
name: runner-graviton2-pub
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.64.1 # gitlab-runner@16.11.1
version: 0.64.3 # gitlab-runner@16.11.3
sourceRef:
kind: HelmRepository
name: runner-graviton3-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.64.1 # gitlab-runner@16.11.1
version: 0.64.3 # gitlab-runner@16.11.3
sourceRef:
kind: HelmRepository
name: runner-x86-v2-pub-windows
Expand Down Expand Up @@ -106,7 +106,7 @@ spec:
# Image for windows 2022, runner helper
image = "mcr.microsoft.com/windows/servercore:ltsc2022"
helper_image = "gitlab/gitlab-runner-helper:x86_64-v16.11.1-servercore21H2"
helper_image = "gitlab/gitlab-runner-helper:x86_64-v16.11.3-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.64.1 # gitlab-runner@16.11.1
version: 0.64.3 # gitlab-runner@16.11.3
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.64.1 # gitlab-runner@16.11.1
version: 0.64.3 # gitlab-runner@16.11.3
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.64.1 # gitlab-runner@16.11.1
version: 0.64.3 # gitlab-runner@16.11.3
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.64.1 # gitlab-runner@16.11.1
version: 0.64.3 # gitlab-runner@16.11.3
sourceRef:
kind: HelmRepository
name: runner-spack-package-signing
Expand Down

0 comments on commit 3c243e3

Please sign in to comment.