Open dtrabanca opened 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.
ArgoCD versions 2.10 and below have reached EOL. Can you upgrade and let us know if the issue is still present, please?
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:
selfHeal: true
My version from ARGOCD is 2.9.3
Thanks.