From 03b3770f30a244ec62af0a035354fe4e4a41a76d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:01:35 +0900 Subject: [PATCH] Update actions-runner-controller-charts to v0.10.1 (#612) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- e2e-test/helmfile.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e-test/helmfile.yaml b/e2e-test/helmfile.yaml index a9c28b09..8c12b811 100644 --- a/e2e-test/helmfile.yaml +++ b/e2e-test/helmfile.yaml @@ -9,13 +9,13 @@ releases: - name: arc namespace: arc-systems chart: actions-runner-controller-charts/gha-runner-scale-set-controller - version: 0.9.3 + version: 0.10.1 - needs: [arc-systems/arc] name: '{{ requiredEnv "ARC_RUNNER_NAME" }}' namespace: arc-runners chart: actions-runner-controller-charts/gha-runner-scale-set - version: 0.9.3 + version: 0.10.1 values: - githubConfigUrl: 'https://github.com/{{ requiredEnv "GITHUB_REPOSITORY" }}' githubConfigSecret: github-config @@ -31,7 +31,7 @@ releases: name: '{{ requiredEnv "ARC_RUNNER_UBUNTU20_NAME" }}' namespace: arc-runners chart: actions-runner-controller-charts/gha-runner-scale-set - version: 0.9.3 + version: 0.10.1 values: - githubConfigUrl: 'https://github.com/{{ requiredEnv "GITHUB_REPOSITORY" }}' githubConfigSecret: github-config