-
Notifications
You must be signed in to change notification settings - Fork 311
Closed
Labels
Description
Steps
I upgraded from 2.8.0+1 to 2.9.0+2:
$ helm plugin list
NAME VERSION DESCRIPTION
diff 2.8.0+1 Preview helm upgrade changes as a diff
$ helm plugin update diff
Updated plugin: diff
$ helm plugin list
NAME VERSION DESCRIPTION
diff 2.9.0+2 Preview helm upgrade changes as a diff
Observation
Now, the binary is not available anymore:
$ helm diff
Error: fork/exec /Users/ced/.helm/plugins/helm-diff/bin/diff: no such file or directory
Remarks
Could an update hook in plugin.yaml help here?
Workaround
Reinstalling resolves the situation:
$ helm plugin remove diff && helm plugin install https://github.com/databus23/helm-diff --version v2.9.0+2