I have Helm installed before i installed Lens, helm is version
version.BuildInfo{Version:“v3.19.4”, GitCommit:“7cfb6e486dac026202556836bb910c37d847793e”, GitTreeState:“clean”, GoVersion:“go1.24.11”}
the plugin diff version is :
| NAME | VERSION | DESCRIPTION |
|---|---|---|
| diff | 3.14.1 | Preview helm upgrade changes as a diff |
when i installed Lens, it can’t read the plugin diff, it gives this message
failed to load plugins: failed to load plugin at “/home/xxxx/.local/share/helm/plugins/helm-diff/plugin.yaml”: error unmarshaling JSON: while decoding JSON: json: unknown field “args”
Seems a helm version incompatibility, I tried to set this variable before starting Lens but it didn’t work
export HELM_NO_PLUGINS=1
Any ideas ?