argoproj-labs / argocd-autopilot

Argo-CD Autopilot

Home Page:https://argocd-autopilot.readthedocs.io/en/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to make autopilot use a specific version of argocd?

jeffjose opened this issue · comments

Is there a way to make argocd-autopilot to install a specific version of argocd? At the time of writing, the stable release of argocd is v2.6.7, which is what argocd-autopilot install. I'd like to install v2.7.0-rc1, which just came out.

I think you can do this by using Kustomize patches on the argocd folder within the root folder of your auto-pilot repo. For example I think I could provide patches to this file:

https://github.com/polinchw/auto-pilot/blob/main/bootstrap/argo-cd/kustomization.yaml

@polinchw, do you know how?

Did you end up figuring this out?

replied in #557