Bump WyriHaximus/github-action-helm3 from 2 to 3

Bumps [WyriHaximus/github-action-helm3](https://github.com/WyriHaximus/github-action-helm3) from 2 to 3.
- [Release notes](https://github.com/WyriHaximus/github-action-helm3/releases)
- [Commits](https://github.com/WyriHaximus/github-action-helm3/compare/v2...v3)

---
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>
This commit is contained in:
dependabot[bot] 2023-02-21 03:57:21 +00:00 committed by GitHub
parent 4a8b4e7cc6
commit ac8ccced42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,12 +183,12 @@ jobs:
# See more here: https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations
- name: Package helm chart
uses: WyriHaximus/github-action-helm3@v2
uses: WyriHaximus/github-action-helm3@v3
with:
exec: helm package --app-version $RELEASE_VERSION --version $RELEASE_VERSION --destination ./gh-pages helm/mail
- name: Create helm chart index
uses: WyriHaximus/github-action-helm3@v2
uses: WyriHaximus/github-action-helm3@v3
with:
exec: cd gh-pages && rm -rf .git && helm repo index . --url https://bokysan.github.io/docker-postfix
- name: Upload gh-pages