-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
helm plugin update/install fails #337
Comments
Thanks. It should work now. |
Upd:
|
@evgkrsk I've force-pushed v3.3.0 so perhaps your helm plugins cache is broken. Could you run FYI, it's at |
In other words, what you're seeing now is more like a helm issue. Perhaps you find my comment in another place #322 (comment) helpful to see what's going on under the hood. |
Dropping helm cache helped me on local machine, but installation still fails in isolated CI environment: https://github.com/evgkrsk/kubernetes-helm/runs/4757862077 |
... and reverting version to v3.2.0 fixes issue: https://github.com/evgkrsk/kubernetes-helm/runs/4757899886 |
@evgkrsk We already handle This is where we use Lines 94 to 96 in 7464d75
Could you run it |
3.2.0 doesn't use https://github.com/databus23/helm-diff/blob/v3.2.0/install-binary.sh |
Okay so you use alpine and alpine/busybox version of mktemp isn't compatible with your script.
|
Yep |
Prepping 3.3.1 release with the possible fix |
@evgkrsk 3.3.1 is now live. Would you mind giving it a shot? |
Yes, later today... |
@evgkrsk OK. Thanks for your support anyway! I hope it works. |
Seems like v3.3.1 works: https://github.com/evgkrsk/kubernetes-helm/runs/4758030319 |
@evgkrsk Glad to hear it worked! Thanks for reporting 😄 |
The text was updated successfully, but these errors were encountered: