Skip to content

How to upgrade argo workflows? #12834

Closed Answered by agilgur5
static-moonlight asked this question in Q&A
Discussion options

You must be logged in to vote

I am under the impression, that a clean upgrade requires a complete removal of Argo Workflows from the cluster and re-deploy it again

No, you don't need to do that.
You can just deploy the new manifests or do a helm upgrade if you're using the Helm Chart. With Argo CD or other GitOps tools, you can similarly update the version and then sync.

That will update all manifests to the new versions, including CRDs as well as all Deployments to new images (etc). The Deployment updates will trigger a rolling deploy of the Pods (depending on your strategy configuration) and when that completes you'll be on the new version.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by agilgur5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type/support User support issue - likely not a bug
2 participants