-
Notifications
You must be signed in to change notification settings - Fork 217
Open
Description
When I update the version of my Helm Chart and trigger this action, the new version will correctly be uploaded and created as a release. The index.yaml will also be correct.
However, the chart_version output will contain the version BEFORE the update instead of the newest version.
Example:
When updating from 0.1.1 to 0.1.2 the logs from the release action will look like this:
Discovering changed charts since 'common-service-0.1.1'...
Packaging chart 'charts/common-service'...
Using config file: ./.github/configs/cr.yaml
Successfully packaged chart in /home/runner/work/AiO-Helm-Charts/AiO-Helm-Charts/charts/common-service and saved it to: .cr-release-packages/common-service-0.1.2.tgz
Found common-service-0.1.2.tgz
Extracting chart metadata from .cr-release-packages/common-service-0.1.2.tgz
Calculating Hash for .cr-release-packages/common-service-0.1.2.tgz
Updating index ./index.yaml
But the outputs will look like this:
changed_charts: charts/common-service
chart_version: common-service-0.1.1
Is this intended or a bug?
And if it is intended, is there another way to get the new version of helm charts that were published?
Metadata
Metadata
Assignees
Labels
No labels