diff --git a/releases/gha-runner-scale-set-controller/helmfile.yaml.gotmpl b/releases/gha-runner-scale-set-controller/helmfile.yaml.gotmpl index af50554..b278b53 100644 --- a/releases/gha-runner-scale-set-controller/helmfile.yaml.gotmpl +++ b/releases/gha-runner-scale-set-controller/helmfile.yaml.gotmpl @@ -6,6 +6,6 @@ releases: createNamespace: true namespace: arc-system chart: oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller - version: 0.14.0 + version: 0.14.1 inherit: - template: default diff --git a/releases/gha-runner-scale-set/helmfile.yaml.gotmpl b/releases/gha-runner-scale-set/helmfile.yaml.gotmpl index 9f87ae7..998b1cf 100644 --- a/releases/gha-runner-scale-set/helmfile.yaml.gotmpl +++ b/releases/gha-runner-scale-set/helmfile.yaml.gotmpl @@ -5,6 +5,6 @@ releases: - name: my-arc-runners namespace: arc-runners chart: oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set - version: 0.14.0 + version: 0.14.1 inherit: - template: default