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
On this page
https://goharbor.io/docs/1.10/working-with-projects/working-with-images/managing-helm-charts/
it suggests that helm push is not available without a plug-in. It is now, but does not offer the same options as the suggested plug-in.
helm push
Easiest fix here is to change the page to say helm cm-push
helm cm-push
after the text
After a successful installation, run the push command to upload your charts:
The text was updated successfully, but these errors were encountered:
Thanks for pointing it out.
According to this: chartmuseum/helm-push#116 (comment) "helm push" is now a command as of helm release v3.7.0: https://github.com/helm/helm/releases/tag/v3.7.0 the plugin has been changed to a new command name from helm push to helm cm-push:
We may need to update the website docs.
Sorry, something went wrong.
We have raised a PR for this , pls refer to goharbor/website#258, and will keep updating it.
created a PR for this: goharbor/website#343
closing it now.
zyyw
No branches or pull requests
On this page
https://goharbor.io/docs/1.10/working-with-projects/working-with-images/managing-helm-charts/
it suggests that
helm push
is not available without a plug-in. It is now, but does not offer the same options as the suggested plug-in.Easiest fix here is to change the page to say
helm cm-push
after the text
The text was updated successfully, but these errors were encountered: