From 96380feb7c6d51ddafde5dad0d6edd2695a8b51a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 17:10:20 +0000 Subject: [PATCH] Update entur/gha-helm action from vv1.6.1 to v2 --- .github/workflows/manual-deploy.yml | 2 +- .github/workflows/push.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/manual-deploy.yml b/.github/workflows/manual-deploy.yml index 91b3f41c..d2d321b2 100644 --- a/.github/workflows/manual-deploy.yml +++ b/.github/workflows/manual-deploy.yml @@ -69,7 +69,7 @@ jobs: permissions: contents: read id-token: write - uses: entur/gha-helm/.github/workflows/deploy.yml@v1.6.1 + uses: entur/gha-helm/.github/workflows/deploy.yml@v2.0.0 with: environment: ${{ inputs.environment }} git_ref: ${{ inputs.tag }} diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index b9db8696..2c158d24 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -74,7 +74,7 @@ jobs: uses: entur/gha-docker/.github/workflows/push.yml@v1.11.0 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 @@ -82,7 +82,7 @@ jobs: deploy-dev: if: ${{ github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }} needs: [ helm-lint, 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}} @@ -105,7 +105,7 @@ jobs: deploy-tst: if: ${{ github.ref == 'refs/heads/master' }} needs: [ docker-push, approval-tst ] - 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}} @@ -128,7 +128,7 @@ jobs: deploy-prd: if: ${{ github.ref == 'refs/heads/master' }} needs: [ docker-push, approval-prd ] - 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}}