From 07a3052b0e2df888768fb5bbb0dce3cc0809ecbd Mon Sep 17 00:00:00 2001 From: brownzebra Date: Fri, 16 Jan 2026 10:23:19 +0200 Subject: [PATCH] Adding change to allow repos in cluster values --- root/templates/cluster-apps.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/templates/cluster-apps.yaml b/root/templates/cluster-apps.yaml index 360d849c..0dd21326 100644 --- a/root/templates/cluster-apps.yaml +++ b/root/templates/cluster-apps.yaml @@ -15,8 +15,8 @@ metadata: spec: project: default source: - repoURL: {{ $clusterForgeRepoUrl }} - targetRevision: {{ $clusterForgeTargetRevision }} + repoURL: {{ .repoURL | default $clusterForgeRepoUrl }} + targetRevision: {{ .repoVersion | default $clusterForgeTargetRevision }} path: sources/{{ .path }} {{- if .valuesFile }} helm: