From 6971549c6d64069dd45a656508464ec86cd1badd Mon Sep 17 00:00:00 2001 From: "spicerabot[bot]" <147452639+spicerabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 02:32:22 +0000 Subject: [PATCH] feat(container): update actions-runner group to v0.10.0 --- .../actions-runner-controller/app/helmrelease.yaml | 2 +- .../actions-runner-controller/runners/helmrelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/apps/actions-runner-system/actions-runner-controller/app/helmrelease.yaml b/kubernetes/apps/actions-runner-system/actions-runner-controller/app/helmrelease.yaml index 0a031f23f..8bc93587e 100644 --- a/kubernetes/apps/actions-runner-system/actions-runner-controller/app/helmrelease.yaml +++ b/kubernetes/apps/actions-runner-system/actions-runner-controller/app/helmrelease.yaml @@ -10,7 +10,7 @@ spec: chart: spec: chart: gha-runner-scale-set-controller - version: 0.9.3 + version: 0.10.0 sourceRef: kind: HelmRepository name: actions-runner-controller-charts diff --git a/kubernetes/apps/actions-runner-system/actions-runner-controller/runners/helmrelease.yaml b/kubernetes/apps/actions-runner-system/actions-runner-controller/runners/helmrelease.yaml index fbdea273a..17164dcb9 100644 --- a/kubernetes/apps/actions-runner-system/actions-runner-controller/runners/helmrelease.yaml +++ b/kubernetes/apps/actions-runner-system/actions-runner-controller/runners/helmrelease.yaml @@ -10,7 +10,7 @@ spec: chart: spec: chart: gha-runner-scale-set - version: 0.9.3 + version: 0.10.0 sourceRef: kind: HelmRepository name: actions-runner-controller-charts