Skip to content

Commit

Permalink
Build(deps): Bump WyriHaximus/github-action-helm3 from 3 to 4
Browse files Browse the repository at this point in the history
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](WyriHaximus/github-action-helm3@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bokysan committed Apr 17, 2024
1 parent b358d71 commit a26f85d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,17 +256,17 @@ jobs:
# See more here: https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations

- name: Package helm chart with vX.Y.Z
uses: WyriHaximus/github-action-helm3@v3
uses: WyriHaximus/github-action-helm3@v4
with:
exec: helm package --app-version $RELEASE_VERSION --version "${RELEASE_VERSION}" --destination ./gh-pages helm/mail

- name: Package helm chart with X.Y.Z
uses: WyriHaximus/github-action-helm3@v3
uses: WyriHaximus/github-action-helm3@v4
with:
exec: helm package --app-version "${RELEASE_VERSION_NO_v}" --version "${RELEASE_VERSION_NO_v}" --destination ./gh-pages helm/mail

- name: Create helm chart index
uses: WyriHaximus/github-action-helm3@v3
uses: WyriHaximus/github-action-helm3@v4
with:
exec: cd gh-pages && rm -rf .git && helm repo index . --url https://bokysan.github.io/docker-postfix

Expand Down

0 comments on commit a26f85d

Please sign in to comment.