-
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
release --disable-openapi-validation #220
Comments
Oh, hilarious, this is literally the tip of master right now. My bad! 26d61fa |
(Will close when this releases) |
(In the meantime I threw it up on a fork so |
@iameli Finally this has been released in v3.1.2. Thanks for patience! JFYI, I had to use For your original issue, |
EDIT: Whoops, this already exists. Could we get a 3.1.2 release that includes the fix? Thanks!
Love the plugin, thanks so much for writing it!
I'm running against a cluster with the ServiceTopology feature gate enabled. Helm doesn't know about it, so it fails OpenAPI validation.
With the regular
helm upgrade
command, I can bypass validation and still upgrade my cluster usinghelm upgrade --disable-openapi-validation
. It would be nice if I could usehelm-diff
in the same way.The text was updated successfully, but these errors were encountered: