diff --git a/k8s/shared/infrastructure/controllers/gha-runner-scale-set-controller/helm-release.yaml b/k8s/shared/infrastructure/controllers/gha-runner-scale-set-controller/helm-release.yaml index 03f92422..360faae4 100644 --- a/k8s/shared/infrastructure/controllers/gha-runner-scale-set-controller/helm-release.yaml +++ b/k8s/shared/infrastructure/controllers/gha-runner-scale-set-controller/helm-release.yaml @@ -16,4 +16,6 @@ spec: kind: HelmRepository name: gha-runner-scale-set-controller # https://github.com/actions/actions-runner-controller/blob/master/charts/gha-runner-scale-set-controller/values.yaml - values: {} + values: + flags: + updateStrategy: "eventual"