chart-releaser-action icon indicating copy to clipboard operation
chart-releaser-action copied to clipboard

A GitHub Action to turn a GitHub project into a self-hosted Helm chart repo, using helm/chart-releaser CLI tool

Results 74 chart-releaser-action issues
Sort by recently updated
recently updated
newest added

The `--charts-repo` option is no longer used, since https://github.com/helm/chart-releaser/pull/144. This PR removes it from the action as well. Fixes #122. It doesn't appear that this repo is participating in [Hacktoberfest](https://hacktoberfest.com/)....

size/S

Does this package has ability to add release notes to result release? Cause as I see there always one text - Repository "about" description

Running the action logs `ATTENTION: Flag --charts-repo is deprecated. It does not have any effect.` I believe the option can safely be removed, since https://github.com/helm/chart-releaser/pull/144. I'll open a PR to...

Said I'm doing manually releases before and now switch to `chart-releaser-action`. It seems all runs will be filtered out because: ``` Discovering changed charts since 'pulsar-2.9.4'... Nothing to do. No...

In the meantime, the default location for the package path is `.cr-release-packages`[^1], which is a path to a directory with chart packages[^2], and we don't have an input option to...

Hello, I have encountered an error in GitHub actions, and I am currently finding it quite challenging to resolve. I would greatly appreciate your guidance on how to proceed. Thank...

Is there a way to only upload the helm chart to GitHub Pages without creating a release and a tag?

The current code for `lookup_latest_tag` finds the latest tag, whether it was generated by helm or not. This option allows excluding a certain pattern of tags. e.g. `v*` to exclude...

size/S

cr.sh will fail if there are no tags in the repository. Steps to recreate: * Create an empty branch (`git checkout --orphan gh-pages`) and push to repo ``` Pushing to...

this optionally use chart-testing (ct list-changed) to detect changed charts. As of today, it's not much different than the implementation in shell, but it would be improved by PR in...

size/S