Skip to content

Commit

Permalink
Update actions-runner-controller-charts to v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent c7827de commit fed502b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e-test/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fed502b

Please sign in to comment.