diff --git a/charts/argocd-apps/templates/wbaas-ui.yaml b/charts/argocd-apps/templates/wbaas-ui.yaml index 9af7e0537..acc5c3009 100644 --- a/charts/argocd-apps/templates/wbaas-ui.yaml +++ b/charts/argocd-apps/templates/wbaas-ui.yaml @@ -13,12 +13,12 @@ spec: sources: - repoURL: {{ .Values.repoUrls.charts }} path: charts/ui - targetRevision: de/ui-add-annotations #TODO change to HEAD + targetRevision: HEAD helm: valueFiles: - $values/k8s/argocd/{{ .Values.environment }}/ui.values.yaml - repoURL: {{ .Values.repoUrls.deploy }} - targetRevision: de/argo-ui-simple #TODO change to HEAD + targetRevision: HEAD ref: values syncPolicy: diff --git a/charts/argocd-config/templates/app-of-apps.yaml b/charts/argocd-config/templates/app-of-apps.yaml index 44e07b629..bd3fdd5f1 100644 --- a/charts/argocd-config/templates/app-of-apps.yaml +++ b/charts/argocd-config/templates/app-of-apps.yaml @@ -10,7 +10,7 @@ spec: source: path: charts/argocd-apps repoURL: {{ .Values.repoUrls.deploy }} - targetRevision: de/argo-ui-simple #TODO change to HEAD + targetRevision: HEAD helm: values: | {{ toYaml .Values | indent 8 }}