From 318b5d21af39905c4712e643bf21eb62b1f046b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:30:08 +0100 Subject: [PATCH] chore(deps): bump WyriHaximus/github-action-helm3 from 3 to 4 (#1147) Bumps [WyriHaximus/github-action-helm3](https://github.com/wyrihaximus/github-action-helm3) from 3 to 4. - [Release notes](https://github.com/wyrihaximus/github-action-helm3/releases) - [Commits](https://github.com/wyrihaximus/github-action-helm3/compare/v3...v4) --- updated-dependencies: - dependency-name: WyriHaximus/github-action-helm3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cornelius Roemer --- .github/workflows/e2e-k3d.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-k3d.yml b/.github/workflows/e2e-k3d.yml index 93c3bf9f4..b4068997f 100644 --- a/.github/workflows/e2e-k3d.yml +++ b/.github/workflows/e2e-k3d.yml @@ -37,7 +37,7 @@ jobs: ./deploy.py cluster - name: Test helm template - uses: WyriHaximus/github-action-helm3@v3 + uses: WyriHaximus/github-action-helm3@v4 with: exec: helm template does-not-matter ./kubernetes/loculus > defaultTemplate.yaml @@ -94,7 +94,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Deploy with helm - uses: WyriHaximus/github-action-helm3@v3 + uses: WyriHaximus/github-action-helm3@v4 with: exec: ./deploy.py helm --branch ${{ github.ref_name }} --dockerconfigjson ${{ secrets.GHCR_DOCKER_CONFIG }}