helm-push icon indicating copy to clipboard operation
helm-push copied to clipboard

Helm plugin to push chart package to ChartMuseum

Results 83 helm-push issues
Sort by recently updated
recently updated
newest added

Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.9.0 to 3.9.3. Release notes Sourced from helm.sh/helm/v3's releases. Helm 3.9.3 Helm v3.9.3 is a patch release. Users are encouraged to upgrade for the best experience. Users...

dependencies

Hi! I'm using `helm push` on my CI/CD pipeline and I found that an option is missing for a simple use-case. On a chart monorepo, think about a CI/CD pipeline...

We are trying to push a tgz file to a gitlab registry using the cm-push plugin. The helm cm-push command ends with the error message 'Error: 403: insufficient_scope'. We have...

I can't successfully install this plugin on Windows 11. See errors below. ``` C:\Users\TrevorSullivan> helm plugin install https://github.com/chartmuseum/helm-push Downloading and installing helm-push v0.10.2 ... https://github.com/chartmuseum/helm-push/releases/download/v0.10.2/helm-push_0.10.2_windows_amd64.tar.gz mv: can't rename 'releases/v0.10.2/bin/helm-cm-push': No...

Hi All, I installed chartmuseum on a POD in EKS cluster. I can access chartmuseum using nginx ingress that points to chartmuseum service. However when I am adding chartmuseum as...

It seems that in the last (0.10.2) release the version in plugin.yaml was not increased and is still on version v0.10.1 https://github.com/chartmuseum/helm-push/blob/v0.10.2/plugin.yaml#L2 ```yaml name: "cm-push" version: "0.10.1" usage: "Please see...

I understand that helm can not push to chartmuseum without this plugin, but what is the reason for creating the plugin vs making chartmuseum compliant to helms native push?

Hello I started using the push plugin (Thanks!). It seems like the plugin does not handle pushing the provenance file. Am I missing something? How would you advise to do...

Hello, I am using this module in current project and noticed that the Go version 1.17 has vulnerabilities. Would it be possible to bump the Go version to 1.18?

Hi, currently it's only possible to upload an helm chart or to overwrite it via `--force`, but it is not possible to delete the helm chart via `--delete` like git...