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

helm plugin install unable to specify version? #146

Closed
ayunwSky opened this issue May 9, 2022 · 4 comments
Closed

helm plugin install unable to specify version? #146

ayunwSky opened this issue May 9, 2022 · 4 comments

Comments

@ayunwSky
Copy link

ayunwSky commented May 9, 2022

helm plugin install https://github.com/chartmuseum/helm-push command to install helm push plugin unable to specify version?

when i was use this command line to install my helm push plugin in my Dockerfile,after a few months, i had to add something to my Dockerfile.

Therefore, after the helm plugin install command is executed again, the latest Helm push plugin is installed, resulting in the failure of the original helm push mode, which needs to be changed to helm cm-push mode.

Or can I download the Centos7 helmpush binary without helm Plugin install, place it in /usr/local/bin/ on the system and use helmpush instead of helm cm-push?

@Crash-1
Copy link

Crash-1 commented Jul 11, 2022

Hi @allenjol,

Try this one:

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

Version 0.9.0 is the last version that supported helm push

@ayunwSky
Copy link
Author

ayunwSky commented Jul 12, 2022

@Crash-1 Thanks for you reply.Before that, I have try to use helm cm-push command to push my chart packages to harbor registry.It doesn't look like much of a change from Helm Push.

@Crash-1
Copy link

Crash-1 commented Jul 12, 2022

@allenjol
It's still the same.
The command had to be renamed due to changes in the original helm command structure starting from version 3.7.0

@ayunwSky
Copy link
Author

@Crash-1 I got it. Thanks agian!

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