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 1b2a3ea9551358eaa54b9c57dc2fe7744afd4cbf Author: hussein-awala <[email protected]> AuthorDate: Sun Aug 25 19:22:36 2024 +0200 update helm resource --- helm/ci-helmfile.yaml | 2 +- helm/infra-helmfile.yaml | 4 ++-- helm/values/actions-runner-controller.yaml | 4 ---- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/helm/ci-helmfile.yaml b/helm/ci-helmfile.yaml index 432b36a..eda1b4b 100644 --- a/helm/ci-helmfile.yaml +++ b/helm/ci-helmfile.yaml @@ -23,7 +23,7 @@ releases: - name: actions-runner-controller chart: actions-runner-controller/actions-runner-controller namespace: ci - version: 0.23.5 + version: 0.23.7 values: - ./values/actions-runner-controller.yaml diff --git a/helm/infra-helmfile.yaml b/helm/infra-helmfile.yaml index 1bd9f5e..f69bc41 100644 --- a/helm/infra-helmfile.yaml +++ b/helm/infra-helmfile.yaml @@ -30,7 +30,7 @@ releases: - name: cert-manager chart: jetstack/cert-manager namespace: infra - version: v1.13.1 + version: v1.15.3 values: - ./values/cert-manager.yaml @@ -38,6 +38,6 @@ releases: - name: autoscaler chart: autoscaler/cluster-autoscaler namespace: infra - version: 9.29.3 + version: 9.37.0 values: - ./values/cluster-autoscaler.yaml diff --git a/helm/values/actions-runner-controller.yaml b/helm/values/actions-runner-controller.yaml index 78e609e..bb5786f 100644 --- a/helm/values/actions-runner-controller.yaml +++ b/helm/values/actions-runner-controller.yaml @@ -25,7 +25,3 @@ syncPeriod: 10s nodeSelector: node-type: default - -image: - actionsRunnerRepositoryAndTag: public.ecr.aws/u9s5q9f7/airflow-gha-runner:2.309.0-airflow11 - dindSidecarRepositoryAndTag: public.ecr.aws/u9s5q9f7/docker:dind
