Skip to content

Commit

Permalink
Bump arc (some-natalie#231)
Browse files Browse the repository at this point in the history
* bump arc release

* also bump compose cuz why not?
  • Loading branch information
some-natalie authored Jan 26, 2024
1 parent 034fcad commit 0765951
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
--set githubConfigSecret.github_app_installation_id="${{ vars.ARC_INSTALL_ID }}" \
--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
oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set \
--version 0.8.2
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.8.1
--version 0.8.2
env:
KUBECONFIG: /tmp/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.8.1
--version 0.8.2
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.8.1
--version 0.8.2
env:
KUBECONFIG: /tmp/config
Expand Down
2 changes: 1 addition & 1 deletion images/ghes-demo.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG RUNNER_CONTAINER_HOOKS_VERSION=0.5.0

# Docker and Compose arguments
ARG DOCKER_VERSION=24.0.7
ARG COMPOSE_VERSION=v2.24.1
ARG COMPOSE_VERSION=v2.24.2

# Dumb-init version
ARG DUMB_INIT_VERSION=1.2.5
Expand Down
2 changes: 1 addition & 1 deletion images/rootless-ubuntu-jammy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG RUNNER_CONTAINER_HOOKS_VERSION=0.5.0

# Docker and Compose arguments
ARG DOCKER_VERSION=24.0.7
ARG COMPOSE_VERSION=v2.24.1
ARG COMPOSE_VERSION=v2.24.2

# Dumb-init version
ARG DUMB_INIT_VERSION=1.2.5
Expand Down

0 comments on commit 0765951

Please sign in to comment.