Skip to content

Commit

Permalink
fix: forgot to do the chart (#1388)
Browse files Browse the repository at this point in the history
Co-authored-by: toast-gear <toast-gear@users.noreply.github.com>
Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>

> 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
  • Loading branch information
toast-gear authored Apr 29, 2022
1 parent 1f6303d commit 55369bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/actions-runner-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ labels: {}

replicaCount: 1

syncPeriod: 10m
syncPeriod: 1m
defaultScaleDownDelay: 10m

enableLeaderElection: true
Expand Down

0 comments on commit 55369bf

Please sign in to comment.