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

Hosting Helm Charts via GitHub Pages and Releases

Results 51 chart-releaser issues
Sort by recently updated
recently updated
newest added

It appears I can upload to remote directory path of `releases/`, when I want to define my own repository structure (e.g. for development and production (correctly tagged) helm charts). It...

@cpanato I'd like to support using the URL from the API instead of the BrowserDownloadURL as that appears to be the only one that supports personal access tokens on private...

size/M

Version: [email protected] Hello, I have multiple helm charts in my projects-charts folder and I get GIT errors if I modify more than 1. I use this the below settigns, because...

It is reported that chart-releaser fails when the version number has some separator: https://github.com/helm/chart-releaser-action/issues/56 When a tag has the + symbol ie: 2.0.0+Chart1, which is semver compliant see https://github.com/helm/chart-releaser-action/issues/56. When...

size/M

Currently even if the option --skip-existing is not set, upload will fail when the release exists. This PR makes the behaviour more consistent, when the release was externally created, `chart-release...

size/S

After upgrading from 1.4 to 1.6.1 i know get a rebase issue when pushing the index. I do not have any un pushed changes. I went so far removing the...

These are the modifications I needed to run Actions so I could send a pull request.

size/S

cr upload -b ${BASE_URL} -r ${GIT_REPO} -u ${GIT_UPLOAD_URL} -o ${OWNER} -t ${GH_ENTERPRISE_TOKEN} -c $tag_commit_sha --generate-release-notes --make-release-latest false This creates the release as "Latest" which is not the desired behaviour. ```...

Change the way `--generate-release-notes` works. If `--release-notes-file` exists, then `--generate-release-notes` is ignored. It was previously appended after the release notes file's contents in the release description. Else if `--generate-release-notes`, then...

size/L