From 033876f2eb31dd03cbb8d80cd693564b97ecee24 Mon Sep 17 00:00:00 2001 From: Salah Al Saleh Date: Tue, 25 Jun 2024 20:47:39 +0000 Subject: [PATCH] Pin ARC charts versions (cherry picked from commit 20853b8bd65f3f2109d7b029c685b4de1406526b) --- .github/workflows/arm64-arc-runner-set.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/arm64-arc-runner-set.yaml b/.github/workflows/arm64-arc-runner-set.yaml index d2cc0beeb8..8f811c4cdc 100644 --- a/.github/workflows/arm64-arc-runner-set.yaml +++ b/.github/workflows/arm64-arc-runner-set.yaml @@ -49,6 +49,7 @@ jobs: helm install arc \ --namespace arc-systems \ --create-namespace \ + --version 0.9.2 \ oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller kubectl create namespace arc-runners @@ -60,6 +61,7 @@ jobs: --namespace arc-runners \ --set githubConfigUrl="https://github.com/replicatedhq/kots" \ --set githubConfigSecret="github-config-secret" \ + --version 0.9.2 \ oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set # bubblewrap (which is a sandbox tool used by melange) requires privileged docker containers.