-
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: Error: global: Additional property is not allowed: prevents installation as a sub-chart and on Rancher RKE #7329
Comments
Seems I managed to fix it by adding
to helm upgrade command. But I guess the problem might be back with next release. I cannot recall if I had something special in values.yml when initially deploying. This should be in release notes that there might be a problem on RKE1. |
Second this. |
Same here with I install cert-manager as a subchart:
The latest version sets |
Thanks for reporting the issue. We'll investigate further.
|
Linked to this known issue in the 1.16.0 release page. |
/milestone 1.16 |
|
Thanks! The helm chart is not available yet. I will check it out when its there. CRDs already applied |
I confirm that I upgraded without --reset-values and it went fine. |
Describe the bug:
After trying to upgrade from v1.15.3 to v1.16.0 I encountered an issue. I believe its related to using RKE1 self-hosted as kubernetes engine. There is no way for me to delete the conflicting property "cattle" because it gets added automatically by Rancher Kubernetes Engine
Expected behaviour:
Deployment will pull the new image and successfully upgrade. I've read the breaking changes and I believe its because of new validation of the fields in values.yml
Steps to reproduce the bug:
First I've tried to upgrade from Rancher webui but the result is the same when using helm directly. Command and output above. To note I've made sure to apply CRDs before upgrade and that went well. No issues.
Anything else we need to know?:
The conflicting property from values.yml is the following:
I guess this property should be taken into account and/or getting whitelisted to solve the issue.
Environment details::
Rancher webui and helm upgrade
/kind bug
The text was updated successfully, but these errors were encountered: