Skip to content

Commit

Permalink
bump test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie committed Apr 17, 2024
1 parent e7c527b commit e064608
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.0
--version 0.9.1
env:
KUBECONFIG: /tmp/config
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-ubi8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Write out the kubeconfig info
run: |
echo ${{ secrets.DEPLOY_ACCOUNT }} | base64 -d > /tmp/config
- name: Update deployment (using latest chart of actions-runner-controller-charts/auto-scaling-runner-set)
run: |
helm install test-ubi8 \
Expand All @@ -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.0
--version 0.9.1
env:
KUBECONFIG: /tmp/config
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-ubi9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Write out the kubeconfig info
run: |
echo ${{ secrets.DEPLOY_ACCOUNT }} | base64 -d > /tmp/config
- name: Update deployment (using latest chart of actions-runner-controller-charts/auto-scaling-runner-set)
run: |
helm install test-ubi9 \
Expand All @@ -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.0
--version 0.9.1
env:
KUBECONFIG: /tmp/config
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Write out the kubeconfig info
run: |
echo ${{ secrets.DEPLOY_ACCOUNT }} | base64 -d > /tmp/config
- name: Deploy
run: |
helm uninstall test-ubi9 --namespace "test-runners"
Expand Down

0 comments on commit e064608

Please sign in to comment.