helm-diff: Installation fails

Our CI workflow install the diff plugin. Since an hour ago it start failing (commit 4790fb13b990e7cd146211ef22cb0f5fbbba4c57) We are running:

helm plugin install https://github.com/databus23/helm-diff

Error:

awk: cmd. line:1: warning: regexp escape sequence `"’ is not a known regexp operator Downloading curl: (3) URL using bad/illegal format or missing URL Failed to install helm-diff For support, go to https://github.com/databus23/helm-diff. Error: plugin install hook for “diff” exited with error Error: Process completed with exit code 1.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 15
  • Comments: 39 (3 by maintainers)

Commits related to this issue

Most upvoted comments

It works fine when you run it with specific version: helm plugin install https://github.com/databus23/helm-diff --version 3.1.3

Thanks @mumoshu to ensure I had a clean environment, I ran helm plugin uninstall diff; sudo rm -r ~/Library/Caches/helm/plugins/https-github.com-databus23-helm-diff; helm plugin install https://github.com/databus23/helm-diff and everything installed locally as expected 😃

Just added arch-specific archives to the existing v3.1.3 release. I hope those fix the issue https://github.com/databus23/helm-diff/releases/tag/v3.1.3