We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
helm push
helm cm-push
This has led to my pipelines failing with this error:
Error: unknown command "push" for "helm" Did you mean this? pull
Some options:
cm-push
push
Note, I'm using version 1.0.0 of this resource image from dockerhub.
The text was updated successfully, but these errors were encountered:
Hi pete, could you please share the exact steps that need to be followed to fix this issue.
Sorry, something went wrong.
No branches or pull requests
The container for this resource installs Helm at version 3.2.2, but installs the chartmuseum push plugin at head:
As of Helm 3.7, the
helm push
command is built-in, so the chartmuseum changed tohelm cm-push
: chartmuseum/helm-push#116This has led to my pipelines failing with this error:
Some options:
cm-push
push
tocm-push
Note, I'm using version 1.0.0 of this resource image from dockerhub.
The text was updated successfully, but these errors were encountered: