-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 upgrade failed: cannot patch "certificates.cert-manager.io" with kind CustomResourceDefinition: "" is invalid: patch: ... #3644
Comments
@wallrj: The provided milestone is not valid for this repository. Milestones in this repository: [ Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/milestone v1.2 |
/assign |
Some related chat on Slack here I observed the same issue when upgrading v1.0.4 -> v1.1.0 so perhaps this issue is not related to v1.2.0.alpha at all? With Helm v3.5.2 and Kubernetes 1.19: Running
Similar issues: |
It looks like the issue is conversion of
I think that perhaps we could remove the |
This was done to fix Helm data type conversion problem- see issue cert-manager#3644 for more context Signed-off-by: irbekrm <irbekrm@gmail.com>
This was done to fix Helm data type conversion problem- see issue cert-manager#3644 for more context Signed-off-by: irbekrm <irbekrm@gmail.com>
This was done to fix Helm data type conversion problem- see issue cert-manager#3644 for more context Signed-off-by: irbekrm <irbekrm@gmail.com>
According to @derekbit in longhorn/longhorn#3631 (comment) the root cause of this problem may have been solved in kubernetes/kubernetes#93250 :
Therefore this warning comment in cert-manager can probably be removed: cert-manager/pkg/apis/certmanager/v1/types_certificate.go Lines 25 to 35 in b01a834
|
@JoshVanL reported a failure in Helm upgrade from 1.1.0 to 1.2.0-alpha.2 fails with the following error:
@wallrj reproduced the error with Helm version 3.5.1 and 3.5.2
/milestone v1.2
/kind bug
The text was updated successfully, but these errors were encountered: