From f95e9b9cbdc36cb89c0cd7998c6692d364866ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 15:06:19 +0000 Subject: [PATCH] chore(deps): bump azure/setup-helm from 3.4 to 3.5 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3.4 to 3.5. - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](https://github.com/azure/setup-helm/compare/v3.4...v3.5) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-chart.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-chart.yml b/.github/workflows/publish-chart.yml index 50b082f0..fc2decf8 100644 --- a/.github/workflows/publish-chart.yml +++ b/.github/workflows/publish-chart.yml @@ -39,7 +39,7 @@ jobs: kubectl wait --for=condition=Ready pod -l app=postee --timeout=300s kubectl wait --for=condition=Ready pod -l app=postee-ui --timeout=300s - name: Install Helm - uses: azure/setup-helm@v3.4 + uses: azure/setup-helm@v3.5 with: version: v3.6.0 - name: Testing Helm Postee manifest @@ -57,7 +57,7 @@ jobs: with: fetch-depth: 0 - name: Install Helm - uses: azure/setup-helm@v3.4 + uses: azure/setup-helm@v3.5 with: version: v3.6.0 - name: Install chart-releaser