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}}