You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: