What is the recommended way to upgrade CRDs? #5160
Replies: 2 comments 2 replies
-
Hi @michaelgeorgeattard ! I'm assuming that you have placed the CRDs in the In order to have Helm 3 upgrade charts for you, you would need to have two charts:
After that's done, you may have their sync'd using ArgoCD. Optionally, you may also need to take care of breaking changes which may affect existing CRs. You may want to consider use of resource hooks to take migrate CRs to a the newer version if needed. |
Beta Was this translation helpful? Give feedback.
-
Hi @sbose78 First of all thanks for your answer. To clarify, I am referring to the Argo CD Helm chart https://github.com/argoproj/argo-helm/tree/master/charts/argo-cd. Can I just manually apply the newest CRDs for |
Beta Was this translation helpful? Give feedback.
-
I installed Argo CD using Helm 3, and when upgrading the chart the CRDs are not touched.
What is the best way to upgrade the CRDs to the latest version defined in the Helm chart, preferably without incurring downtime?
Beta Was this translation helpful? Give feedback.
All reactions