From 443519b5adae8a252fb40b253f4a8a3bd38f3d53 Mon Sep 17 00:00:00 2001 From: Deniz Erdogan Date: Fri, 2 Aug 2024 15:23:51 +0200 Subject: [PATCH] change targetRevisions to HEAD --- charts/argocd-apps/templates/wbaas-ui.yaml | 4 ++-- charts/argocd-config/templates/app-of-apps.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }}