Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: unknown command "push" for "helm" #3

Open
petewall opened this issue Apr 13, 2022 · 1 comment
Open

Error: unknown command "push" for "helm" #3

petewall opened this issue Apr 13, 2022 · 1 comment

Comments

@petewall
Copy link

The container for this resource installs Helm at version 3.2.2, but installs the chartmuseum push plugin at head:

RUN helm plugin install https://github.com/chartmuseum/helm-push.git

As of Helm 3.7, the helm push command is built-in, so the chartmuseum changed to helm cm-push: chartmuseum/helm-push#116

This has led to my pipelines failing with this error:

Error: unknown command "push" for "helm"

Did you mean this?
	pull

Some options:

  1. Upgrade to the latest helm and use the newly built-in push
  2. Change to use cm-push
  3. Pin the version of the chartmuseum plugin to before the rename from push to cm-push

Note, I'm using version 1.0.0 of this resource image from dockerhub.

@sujith0408
Copy link

Hi pete, could you please share the exact steps that need to be followed to fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants