From da704ecda2995b4223533ac75e1db6e826eccad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 01:38:14 +0000 Subject: [PATCH] chore(deps): bump azure/setup-helm from 4.2.0 to 4.3.0 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/setup-helm/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/on_call_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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