From 55369bf8460f8925273e7e360eb204367f476c11 Mon Sep 17 00:00:00 2001 From: Callum Tait <15716903+toast-gear@users.noreply.github.com> Date: Fri, 29 Apr 2022 09:15:27 +0100 Subject: [PATCH] fix: forgot to do the chart (#1388) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: toast-gear Co-authored-by: Yusuke Kuoka > chart test is failing due to `flag provided but not defined: -default-scale-down-delay` which seems to come from the fact that we still use ARC 0.22.3 for chart testing. > > Probably we'd better figure out how to test it against both the latest release version of ARC and the canary version of ARC? > > Or just test it against the canary version so that it won't fail when the chart depends on features that are available only in the canary version of ARC? 🤔 yup, lets get this merged though so we can do a release today --- charts/actions-runner-controller/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/actions-runner-controller/values.yaml b/charts/actions-runner-controller/values.yaml index efa04c89..c11476da 100644 --- a/charts/actions-runner-controller/values.yaml +++ b/charts/actions-runner-controller/values.yaml @@ -6,7 +6,7 @@ labels: {} replicaCount: 1 -syncPeriod: 10m +syncPeriod: 1m defaultScaleDownDelay: 10m enableLeaderElection: true