We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to upgrade my Flagger installation using Helm from 0.12.0 to 0.15.0 and I'm getting this error:
Error: failed to create patch: merging an object in json but data type is not struct, instead is: map
Apparently this is an issue upgrading CRDs (see helm/helm#5853).
The text was updated successfully, but these errors were encountered:
Upgrade workaround:
helm delete flagger --purge
kubectl apply -f https://raw.githubusercontent.com/weaveworks/flagger/master/artifacts/flagger/crd.yaml
helm upgrade -i flagger --set crd.create=false
Sorry, something went wrong.
This has been fixed in Helm v2.14.3, I've tested it by upgrading from Flagger 0.12.0 to 0.15.0 to 0.18.1 🎉
No branches or pull requests
I'm trying to upgrade my Flagger installation using Helm from 0.12.0 to 0.15.0 and I'm getting this error:
Apparently this is an issue upgrading CRDs (see helm/helm#5853).
The text was updated successfully, but these errors were encountered: