diff --git a/.github/workflows/on_call_deploy.yaml b/.github/workflows/on_call_deploy.yaml index 9923db708..4f320341d 100644 --- a/.github/workflows/on_call_deploy.yaml +++ b/.github/workflows/on_call_deploy.yaml @@ -41,7 +41,7 @@ jobs: use-kubelogin: 'true' - name: Install Helm - uses: azure/setup-helm@v4.2.0 + uses: azure/setup-helm@v4.3.0 - name: Deploy run: helm upgrade --install split ${{ env.CHART-PATH }} -f ${{ inputs.CHART_OVERRIDE_PATH }} --set global.image.tag=${{ env.TAG }} --namespace=split-${{ inputs.ENVIRONMENT }} --create-namespace --atomic \ No newline at end of file