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

``` $ helm install plugin helm-push_0.10.4_linux_amd64.tar.gz Error: INSTALLATION FAILED: chart illegally contains content outside the base directory: "LICENSE" ``` `helm v3.10.1`, though it seems to be the case for some...

Updating Golang from 1.20 to 1.21 and updating dependencies to current versions (2023-11-28)

Wrong escaping of `appVersion` if it is a number in scientific notation. `helm repo add...`, e.g. for our GitLab pipeline `helm repo add --force-update --username gitlab-ci-token --password ${CI_JOB_TOKEN} ${CI_PROJECT_NAME} ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/stable`,...

Any chance we could get a release to fix the security issues Trivy is currently detecting?

Hi, What I understand is that the current latest version of cm-push plugin only supports pushing a chart file to the chartmuseum repo. 1. Is there any plan for support...

i want to delete a wrong chart version in remote repository, just like `helm cm-push --delete demochart --version 1.0.0`

i want to push the ".prov" file, what should i do?

When I use "sudo helm cm-push ". it does not work ,I think there are a lot of scenarios like this .Actually when I start an application use sudo ,...

```shell [root@node5 ~]# helm version version.BuildInfo{Version:"v3.11.0", GitCommit:"472c5736ab01133de504a826bd9ee12cbe4e7904", GitTreeState:"clean", GoVersion:"go1.18.10"} [root@node5 ~]# [root@node5 ~]# [root@node5 ~]# cd /root/.local/share/helm/plugins/helm-push/ [root@node5 helm-push]# [root@node5 helm-push]# helm plugin list NAME VERSION DESCRIPTION cm-push 0.10.3 Push...

can't pass security scanning after install `helm-push` in docker images. https://github.com/alpine-docker/k8s/issues/40 ``` /root/.local/share/helm/plugins/helm-push/testdata/tls/server.key /root/.local/share/helm/plugins/helm-push/testdata/tls/client.key /root/.cache/helm/plugins/https-github.com-chartmuseum-helm-push/testdata/tls/client.key /root/.cache/helm/plugins/https-github.com-chartmuseum-helm-push/testdata/tls/server.key ``` after discussed we found the test data in `helm-push` are not cleaned, so...