-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
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
How to make autopilot use a specific version of argocd? #453
Comments
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? |
@MMartyn I gave up using autopilot and switched to argo-cd helm chart with app of apps pattern. https://artifacthub.io/packages/helm/argo/argo-cd |
replied in #557 |
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 installv2.7.0-rc1
, which just came out.The text was updated successfully, but these errors were encountered: