From 933ed1512e109cb57254d27e579a48ca4f1b1ac2 Mon Sep 17 00:00:00 2001 From: Dan Manners Date: Fri, 10 Nov 2023 10:01:14 -0600 Subject: [PATCH] Fixing the helm app-of-apps --- manifests/workloads/applicationset-helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/workloads/applicationset-helm.yaml b/manifests/workloads/applicationset-helm.yaml index 7fc58b5d..6279bb2c 100644 --- a/manifests/workloads/applicationset-helm.yaml +++ b/manifests/workloads/applicationset-helm.yaml @@ -18,7 +18,7 @@ spec: project: default sources: - repoURL: https://github.com/danmanners/homelab-kube-cluster.git - targetRevision: '{{targetRev}}' + targetRevision: '{{ valueBranch }}' ref: values - repoUrl: '{{ helmRepo }}' chart: '{{ appName }}'