helm-gh-pages icon indicating copy to clipboard operation
helm-gh-pages copied to clipboard

A GitHub Action for publishing Helm charts to Github Pages

Results 11 helm-gh-pages issues
Sort by recently updated
recently updated
newest added

Hello, I use helm-gh-pages to store my Helm charts in a private Github repository. I discovered that when one tries to publish a chart that depends on a subchart present...

Hi there! Not sure if you're interested in this PR but at least I wanted to offer this to you. I like this action a lot but it's important to...

Helm provides a method to sign charts see the [provenance](https://helm.sh/docs/topics/provenance/) documentation for more.

I have multiple charts in my repo. I am setting up workflow to run it for specific chart i.e. charts/common I am passing my charts dir path to Github action...

Hi, I'm comparing this to https://github.com/helm/chart-releaser-action and besides using github releases, one major difference is that this logic will replace an already published chart (` git add ${TARGET_DIR}`) while the...

I'm running my own runners and get this error on checkout on subsequent builds: ``` => Checkout Run actions/checkout@v2 Syncing repository: user/repo Getting Git version info Deleting the contents of...

Hi there, I'm refering to https://github.com/fluxcd/charts/issues/2 It would be awesome to pull fluxcd trough an artifactory mirror. To archive this, the urls in the [index.yaml](https://charts.fluxcd.io/index.yaml) need to be relative. This...

Does this action support packaging charts that are at the root of the directory? I'm currently seeing ```Error: need at least one argument, the path to the chart``` whenever I...

This allows for packaging a chart that is at the root of a repository (i.e. the only content of a repository). Fixes #37

This PR supports packaging and pushing a specified chart only. I want to release a specified chart with a specified chartVersion in a repository containing multiple charts. For example, the...