Skip to content
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

Update to ArgoCD 2.11.x #730

Open
whitfiea opened this issue Jun 7, 2024 · 1 comment
Open

Update to ArgoCD 2.11.x #730

whitfiea opened this issue Jun 7, 2024 · 1 comment

Comments

@whitfiea
Copy link

whitfiea commented Jun 7, 2024

Is it possible to update this gitops-operator to pick up ArgoCD 2.11.x as it has a fix we require: argoproj/argo-cd@e5c88c9

Is there a general process around when new versions in https://github.com/argoproj/argo-cd/releases will be picked up by this gitops-operator? or maybe a mechanism to allow users to state the ArgoCD version (within some boundary limits)?

@svghadi
Copy link
Member

svghadi commented Jun 19, 2024

gitops-operator v1.13 will pick up ArgoCD 2.11.x. We bump up minor version of Argo CD in each minor gitops-operator version release. For example

gitops-operator 1.10.x -> Argo CD 2.8.x  
gitops-operator 1.11.x -> Argo CD 2.9.x
gitops-operator 1.12.x -> Argo CD 2.10.x
gitops-operator 1.13.x -> Argo CD 2.11.x (not released)
gitops-operator 1.14.x -> Argo CD 2.12.x (not released)

If you want to try out some new Argo CD feature which is not yet available in gitops-operator, you can set .spec.image & .spec.version in gitops-operator's ArgoCD CR to point to the upstream Argo CD image.

apiVersion: argoproj.io/v1alpha1
kind: ArgoCD
metadata:
  name: <your-argocd-instance>
spec:
  image: quay.io/argoproj/argocd
  version: v2.11.3

Note that the image upstream image is not built in Red Hat environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants