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
- pinning helm diff version, workaround for https://github.com/databus23/helm-diff/issues/322 pinning helm secrets version while we are at it — committed to private-circle/actions-setup-k8s-cli by deleted user 2 years ago
- pin helm-diff version to work around broken master See https://github.com/databus23/helm-diff/issues/322 — committed to ecosia/setup-helmfile by jonboulle 2 years ago
- pinning helm diff version, workaround for https://github.com/databus23/helm-diff/issues/322 (#4) pinning helm secrets version while we are at it Co-authored-by: Prashant Warrier <warrierprashant93... — committed to private-circle/actions-setup-k8s-cli by prashant-warrier-echelonvi 2 years ago
- Merge pull request #339 from michaelsauter/fix/install-script Fix install script See https://github.com/databus23/helm-diff/issues/322#issuecomment-1008660815. — committed to databus23/helm-diff by mumoshu 2 years ago
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-diffand 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