From 22040ad4d649cdddee2d6ac6cf012ef79b35399a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 15:06:38 +0000 Subject: [PATCH] chore(deps): update dependency helm to v4 --- .github/actions/test-charts/action.yml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/pre-commit.yaml | 2 +- .github/workflows/snyk.yaml | 2 +- .github/workflows/sync-lightspeed-configs.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/test-charts/action.yml b/.github/actions/test-charts/action.yml index 99385dab..d6a55665 100644 --- a/.github/actions/test-charts/action.yml +++ b/.github/actions/test-charts/action.yml @@ -36,7 +36,7 @@ runs: - name: Set up Helm uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 with: - version: v3.21.4 + version: v4.2.4 - name: Set up Python uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 167e1ff2..4cbc8196 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -27,7 +27,7 @@ jobs: - name: Set up Helm uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 with: - version: v3.21.4 + version: v4.2.4 - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7 with: diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 57d655a6..0d7d6fef 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -40,7 +40,7 @@ jobs: - name: Set up Helm uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 with: - version: v3.21.4 + version: v4.2.4 - name: Setup helm-docs run: go install github.com/norwoodj/helm-docs/cmd/helm-docs@latest diff --git a/.github/workflows/snyk.yaml b/.github/workflows/snyk.yaml index 17a1601e..06d85892 100644 --- a/.github/workflows/snyk.yaml +++ b/.github/workflows/snyk.yaml @@ -30,7 +30,7 @@ jobs: - name: Set up Helm uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 with: - version: v3.21.4 + version: v4.2.4 - name: Render Templates for ${{ matrix.chartConfig.name }} run: | diff --git a/.github/workflows/sync-lightspeed-configs.yaml b/.github/workflows/sync-lightspeed-configs.yaml index 0f3da780..83f28aeb 100644 --- a/.github/workflows/sync-lightspeed-configs.yaml +++ b/.github/workflows/sync-lightspeed-configs.yaml @@ -34,7 +34,7 @@ jobs: - name: Set up Helm uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 with: - version: v3.21.4 + version: v4.2.4 - name: Set up yq uses: mikefarah/yq@c14f446382944492701b16c1ddb48bb9dbe683e3 # v4.53.6