diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a109987..063b8ef 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v6 - name: Run helmfile lint - uses: helmfile/helmfile-action@v2.3.1 + uses: helmfile/helmfile-action@v2.4.1 with: helmfile-args: lint helmfile-version: "v1.2.3" diff --git a/mise.toml b/mise.toml index 164fe67..fa6020b 100644 --- a/mise.toml +++ b/mise.toml @@ -1,3 +1,3 @@ [tools] helm = "4.1.3" -helmfile = "1.4.2" +helmfile = "1.4.3" diff --git a/releases/gha-runner-scale-set-controller/helmfile.yaml.gotmpl b/releases/gha-runner-scale-set-controller/helmfile.yaml.gotmpl index 2d42bd1..af50554 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.13.1 + version: 0.14.0 inherit: - template: default diff --git a/releases/gha-runner-scale-set/helmfile.yaml.gotmpl b/releases/gha-runner-scale-set/helmfile.yaml.gotmpl index 1a46c10..9f87ae7 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.13.1 + version: 0.14.0 inherit: - template: default