gansheer commented on code in PR #4927: URL: https://github.com/apache/camel-k/pull/4927#discussion_r1404339304
########## helm/camel-k/README.md: ########## @@ -56,15 +56,30 @@ additional parameters that can be set during installation. > **Tip**: List all releases using `helm list` +## Upgrading the Chart + +If you are upgrading the `camel-k` Deployment, you should always use a specific version of the chart and pre-install the CRDS: + +``` +$ kubectl replace -k "https://github.com/apache/camel-k/config/crd?ref=vx.y.z" Review Comment: I am not sure of this. The charts also contains the edit cluster role, so it would replacing them be one by one instead of the kustomize replace. AFAIK the CRDs in the charts should always be identical to the ones in config for one version. Also I wonder if we should improve the sync between both versions if we want consistency, WDYT? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org