Skip to content
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

Error: plugin "diff" exited with error #493

Open
calbot opened this issue Sep 15, 2023 · 2 comments
Open

Error: plugin "diff" exited with error #493

calbot opened this issue Sep 15, 2023 · 2 comments
Labels

Comments

@calbot
Copy link

calbot commented Sep 15, 2023

I'm getting the following error...

I'm running the following command:
helm diff upgrade --install --detailed-exitcode --allow-unreleased --disable-validation apis ./helm/apis
[DIFF OF ONLY ONE SERVICE HERE BUT NOT OTHER EXPECTED DIFFS]
Error: identified at least one change, exiting with non-zero exit code (detailed-exitcode parameter enabled)
Error: plugin "diff" exited with error

If I run the following I get no output but expect there to be a diff since a image version was changed...
helm diff upgrade --install apis ./helm/apis

How do I diagnose and fix the diff?

@calbot
Copy link
Author

calbot commented Sep 15, 2023

If I manually diff using the following two commands output it looks correct. For some reason helm diff gives the above error.
helm get manifest apis
helm upgrade --install apis ./helm/apis --dry-run

@yxxhero
Copy link
Collaborator

yxxhero commented Jan 27, 2024

--detailed-exitcode @calbot please read the help message of this flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants