From 42f3bc3049d81a183e268870dfb5a7f0e3c534f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 10:14:18 +0000 Subject: [PATCH] Update entur/gha-helm action from vv1.7.0 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 893cb6c..30770d9 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.7.0 + 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 0ddb42f..da1b6fc 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -79,7 +79,7 @@ jobs: image_name: nuska helm-lint: - uses: entur/gha-helm/.github/workflows/lint.yml@v1.7.0 + uses: entur/gha-helm/.github/workflows/lint.yml@v2.0.0 with: environment: dev @@ -87,7 +87,7 @@ jobs: deploy-dev: if: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }} needs: [ helm-lint, docker-push ] - uses: entur/gha-helm/.github/workflows/deploy.yml@v1.7.0 + 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}} @@ -111,7 +111,7 @@ jobs: deploy-tst: if: ${{ github.ref == 'refs/heads/main' }} needs: [ docker-push, approval-tst ] - uses: entur/gha-helm/.github/workflows/deploy.yml@v1.7.0 + 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}} @@ -135,7 +135,7 @@ jobs: deploy-prd: if: ${{ github.ref == 'refs/heads/main' }} needs: [ docker-push, approval-prd ] - uses: entur/gha-helm/.github/workflows/deploy.yml@v1.7.0 + 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}}