diff --git a/charts/argocd-config/templates/app-of-apps.yaml b/charts/argocd-config/templates/app-of-apps.yaml index 1801ed9..bd5ef07 100644 --- a/charts/argocd-config/templates/app-of-apps.yaml +++ b/charts/argocd-config/templates/app-of-apps.yaml @@ -9,9 +9,9 @@ spec: project: {{ .Values.environment }} source: path: charts/argocd-apps - repoURL: https://github.com/wbstack/charts.git - targetRevision: api-argocd # debug: should be HEAD - #chart: argocd-apps + repoURL: https://wbstack.github.io/charts + targetRevision: 1.0.1 + chart: argocd-apps helm: values: | {{ toYaml .Values | indent 8 }}