diff --git a/.github/workflows/tags.yml b/.github/workflows/tags.yml index 53937ae..80c170f 100644 --- a/.github/workflows/tags.yml +++ b/.github/workflows/tags.yml @@ -230,10 +230,15 @@ jobs: # TODO: Include the changelog in Chart.yml as annotations.artifacthub.io/changes # See more here: https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations - - name: Package helm chart + - name: Package helm chart with vX.Y.Z uses: WyriHaximus/github-action-helm3@v3 with: - exec: helm package --app-version $RELEASE_VERSION --version "${RELEASE_VERSION#v}" --destination ./gh-pages helm/mail + 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 + with: + exec: helm package --app-version "${RELEASE_VERSION#v}" --version "${RELEASE_VERSION#v}" --destination ./gh-pages helm/mail - name: Create helm chart index uses: WyriHaximus/github-action-helm3@v3 diff --git a/README.md b/README.md index c85ac1b..f0850f2 100644 --- a/README.md +++ b/README.md @@ -625,7 +625,7 @@ You may enable metrics on the cart by simply setting `metrics.enabled=true`. Of - Postfix logs will (by default, if you don't override this) go to `/var/log/mail.log` _as well_ as to stdout. - `/var/log/mail.log` will be in plain-text format (always), no matter what you set `LOG_FORMAT` to -Please se helm chart's `values.yaml` for further configuration options and how to enable `ServiceMonitor`, if you need it for +Please see helm chart's `values.yaml` for further configuration options and how to enable `ServiceMonitor`, if you need it for Prometheus. ## Extending the image