From 6ee1d2b82e8f0d613f3dab6dba6d68967db02ed6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 22:45:03 +0000 Subject: [PATCH] Update entur/gha-helm action from vv1.6.1 to v2 --- .github/workflows/push.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 375948b..1bdf018 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -53,7 +53,7 @@ jobs: image_artifact: ${{ needs.docker-build.outputs.image_artifact }} helm-lint: - uses: entur/gha-helm/.github/workflows/lint.yml@v1.6.1 + uses: entur/gha-helm/.github/workflows/lint.yml@v2.0.0 with: environment: dev @@ -92,7 +92,7 @@ jobs: deploy-dev: if: ${{ !cancelled() && !contains(needs.*.result, 'failure') && github.ref == 'refs/heads/master' }} needs: [ helm-lint, tf-plan-dev, tf-apply-dev, docker-push ] - uses: entur/gha-helm/.github/workflows/deploy.yml@v1.6.1 + uses: entur/gha-helm/.github/workflows/deploy.yml@v2.0.0 with: environment: dev image: ${{ needs.docker-push.outputs.image_name }}:${{ needs.docker-push.outputs.image_tag}} @@ -145,7 +145,7 @@ jobs: deploy-tst: if: ${{ !cancelled() && !contains(needs.*.result, 'failure') && github.ref == 'refs/heads/master' }} needs: [ approval-tst, tf-plan-tst, tf-apply-tst, docker-push ] - uses: entur/gha-helm/.github/workflows/deploy.yml@v1.6.1 + uses: entur/gha-helm/.github/workflows/deploy.yml@v2.0.0 with: environment: tst image: ${{ needs.docker-push.outputs.image_name }}:${{ needs.docker-push.outputs.image_tag}} @@ -198,7 +198,7 @@ jobs: deploy-prd: if: ${{ !cancelled() && !contains(needs.*.result, 'failure') && github.ref == 'refs/heads/master' }} needs: [ approval-prd, tf-plan-prd, tf-apply-prd, docker-push ] - uses: entur/gha-helm/.github/workflows/deploy.yml@v1.6.1 + uses: entur/gha-helm/.github/workflows/deploy.yml@v2.0.0 with: environment: prd image: ${{ needs.docker-push.outputs.image_name }}:${{ needs.docker-push.outputs.image_tag}}