argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
18.05k stars 5.51k forks source link

Helm secrets problem with multiples sources. #16719

Open dtrabanca opened 11 months ago

dtrabanca commented 11 months ago

I currently have a Helm chart repository in GCP, with the values stored in Github. When I try to deploy by referencing the Github repository, it tells me that it doesn't exist, and I believe it's because it conflicts with secrets://.

This is my yaml:

apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: app namespace: argocd spec: project: default destination: server: https://kubernetes.default.svc namespace: default sources:

My version from ARGOCD is 2.9.3

Thanks.

andrii-korotkov-verkada commented 2 weeks ago

ArgoCD versions 2.10 and below have reached EOL. Can you upgrade and let us know if the issue is still present, please?