Failing on plugin installation
getting error like below
Helm 3.7.1 and 3.8.1 used but same issue
./linux-amd64/helm plugin install https://github.com/helm/helm-mapkubeapis Downloading and installing helm-mapkubeapis v0.3.0 ... https://github.com/helm/helm-mapkubeapis/releases/download/v0.3.0/helm-mapkubeapis_0.3.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 "mapkubeapis" exited with error
@priyadesai23 I am unable to reproduce the error. I installed the plugin on Ubuntu as follows:
$ helm plugin install https://github.com/helm/helm-mapkubeapis
Downloading and installing helm-mapkubeapis v0.3.0 ...
https://github.com/helm/helm-mapkubeapis/releases/download/v0.3.0/helm-mapkubeapis_0.3.0_linux_amd64.tar.gz
Installed plugin: mapkubeapis
$ helm plugin list
NAME VERSION DESCRIPTION
2to3 0.7.0 migrate and cleanup Helm v2 configuration and releases in-place to Helm v3
diff 3.1.3 Preview helm upgrade changes as a diff
mapkubeapis 0.3.0 Map release deprecated Kubernetes APIs in-place
Would you be able to provide more details to help troubleshoot the issue?
Ping @priyadesai23
Closing as no response from OP.