diff --git a/mise.toml b/mise.toml index c6f3b1f..651b84f 100644 --- a/mise.toml +++ b/mise.toml @@ -1,3 +1,3 @@ [tools] helm = "4.2.0" -helmfile = "1.5.1" +helmfile = "1.5.2" diff --git a/releases/gha-runner-scale-set-controller/helmfile.yaml.gotmpl b/releases/gha-runner-scale-set-controller/helmfile.yaml.gotmpl index b278b53..6df8019 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.1 + version: 0.14.2 inherit: - template: default diff --git a/releases/gha-runner-scale-set/helmfile.yaml.gotmpl b/releases/gha-runner-scale-set/helmfile.yaml.gotmpl index 998b1cf..7898f11 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.1 + version: 0.14.2 inherit: - template: default