From 718dbda6fe5e761100956771b077e398fda89515 Mon Sep 17 00:00:00 2001 From: Nikolai Emil Damm Date: Mon, 7 Oct 2024 17:28:38 +0200 Subject: [PATCH] Update Helm release gha-runner-scale-set-controller to use eventual update strategy --- .../gha-runner-scale-set-controller/helm-release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"