This is an automated email from the ASF dual-hosted git repository. shahar1 pushed a commit to branch gha-arc-rebase in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git
commit 7e7bf54b0adc7acaa8bd36c0fb4ffdafd0e81088 Author: Hussein Awala <[email protected]> AuthorDate: Sun Jul 23 19:24:04 2023 +0200 use Airflow docker images for runners --- helm/values/actions-runner-controller.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/helm/values/actions-runner-controller.yaml b/helm/values/actions-runner-controller.yaml index da61b02..291e076 100644 --- a/helm/values/actions-runner-controller.yaml +++ b/helm/values/actions-runner-controller.yaml @@ -24,4 +24,8 @@ labels: syncPeriod: 10s nodeSelector: - node-type: default \ No newline at end of file + node-type: default + +image: + actionsRunnerRepositoryAndTag: public.ecr.aws/u9s5q9f7/airflow-gha-runner:2.304.0-airflow8 + dindSidecarRepositoryAndTag: public.ecr.aws/u9s5q9f7/docker:dind \ No newline at end of file
