Skip to content

Commit

Permalink
bump arc controller
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie committed Jul 3, 2024
1 parent 6f74dc6 commit 19590fc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
--set githubConfigSecret.github_app_private_key="${{ secrets.ARC_APP_PRIVATE_KEY }}" \
-f deployments/helm-${{ github.event.inputs.target_scale_set }}.yml \
oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set \
--version 0.8.2
--version 0.9.3
env:
KUBECONFIG: /tmp/config
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-jammy-dind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
--set githubConfigSecret.github_app_private_key="${{ secrets.ARC_APP_PRIVATE_KEY }}" \
-f deployments/helm-jammy-dind-test.yml \
oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set \
--version 0.9.2
--version 0.9.3
env:
KUBECONFIG: kube-config
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-numbat-dind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
--set githubConfigSecret.github_app_private_key="${{ secrets.ARC_APP_PRIVATE_KEY }}" \
-f deployments/helm-numbat-dind-test.yml \
oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set \
--version 0.9.2
--version 0.9.3
env:
KUBECONFIG: kube-config
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ubi8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
--set githubConfigSecret.github_app_private_key="${{ secrets.ARC_APP_PRIVATE_KEY }}" \
-f deployments/helm-ubi8-test.yml \
oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set \
--version 0.9.2
--version 0.9.3
env:
KUBECONFIG: /tmp/config
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ubi9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
--set githubConfigSecret.github_app_private_key="${{ secrets.ARC_APP_PRIVATE_KEY }}" \
-f deployments/helm-ubi9-test.yml \
oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set \
--version 0.9.2
--version 0.9.3
env:
KUBECONFIG: /tmp/config
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-wolfi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
--set githubConfigSecret.github_app_private_key="${{ secrets.ARC_APP_PRIVATE_KEY }}" \
-f deployments/helm-wolfi-test.yml \
oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set \
--version 0.9.2
--version 0.9.3
env:
KUBECONFIG: /tmp/config
Expand Down

0 comments on commit 19590fc

Please sign in to comment.