plugin fails to install: wrong version in plugin.yaml
tgunsch opened this issue ยท 2 comments
tgunsch commented
installing the plugin fails:
helm3 plugin install https://github.com/helm/helm-2to3
Downloading and installing helm-2to3 v0.5.0 ...
https://github.com/helm/helm-2to3/releases/download/v0.5.0/helm-2to3_0.5.0_linux_amd64.tar.gz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Error: plugin install hook for "2to3" exited with error
The problem seems to be the version number 0.5.0 in ~/.local/share/helm/plugins/helm-2to3/plugin.yaml
which is not yet released. Unfortunately this occurs during build of the build-agent-image, so I can't manually edit ~/.local/share/helm/plugins/helm-2to3/plugin.yaml
hickeyma commented