diff --git a/apps/templates/argocd.yaml b/apps/templates/argocd.yaml index 4e8b445..aeb7aec 100644 --- a/apps/templates/argocd.yaml +++ b/apps/templates/argocd.yaml @@ -12,6 +12,6 @@ server: {{ .Values.spec.destination.server }} project: {{ .Values.spec.project }} source: - chart: charts/argocd + path: charts/argocd repoURL: {{.Values.spec.source.repoURL }} - targetRevision: 2.9.5 \ No newline at end of file + targetRevision: HEAD \ No newline at end of file