chart-releaser
chart-releaser copied to clipboard
Hosting Helm Charts via GitHub Pages and Releases
our github enterprise server have no unauthorized access. .cr.yaml ``` owner: git-repo: token: git-base-url: https:///api/v3/ git-upload-url: https:///api/uploads/ ``` So when i run ``` CR_TOKEN= cr index --config .cr.yaml --charts-repo https:///pages//...
By example: `Chart.yaml`: ```yaml apiVersion: v2 appVersion: '1.0' name: geoportal version: 0.1.0 dependencies: - name: common repository: https://camptocamp.github.io/helm-common version: 0.1.1 ``` `helm dependency update` => ``` Getting updates for unmanaged...
Remote dependencies does not work with docker image Chart.yaml ``` dependencies: - name: redis-ha version: "4.12.9" repository: "https://dandydeveloper.github.io/charts" ``` command running from docker image ``` cr package charts/sap-event-ticketing/ ``` error...
Hey, Thanks for a great package, but I have a small issue. The first time I uploaded my helm chart everything worked well, cr upload and then cr index did...
Hi, When using a private GitHub repository, the Helm client is not able to fetch the release artifacts due to the standard browser download url used in the generated `index.yaml`....
In our helm chart we are using a description that contains new lines. https://github.com/philips-labs/helm-charts/blob/spire-0.2.1/charts/spire/Chart.yaml#L3 These are not handled when creating the Github release, causing all this information to end up...
Right now, all your packages must be in your `--package-path` directory when you build your index. I'd like to add the ability to build your index with only new packages...
Hi, im unable to generate index.yaml when index file allready exist, for example when i want to index a new version of a chart. Checked all the permissions on folders,...
As mentioned in: https://github.com/helm/chart-releaser-action/issues/70, in different types of workflows it would be nice to be able to upload to an existing release instead of having to cut a seperate release...
Consider enabling chartmuseum as a target instead of GitHub pages.