diff --git a/manifests/workloads/applicationset-helm.yaml b/manifests/workloads/applicationset-helm.yaml index 7fc58b5d..cdfe503f 100644 --- a/manifests/workloads/applicationset-helm.yaml +++ b/manifests/workloads/applicationset-helm.yaml @@ -18,14 +18,14 @@ spec: project: default sources: - repoURL: https://github.com/danmanners/homelab-kube-cluster.git - targetRevision: '{{targetRev}}' + targetRevision: '{{valueBranch}}' ref: values - - repoUrl: '{{ helmRepo }}' - chart: '{{ appName }}' - targetRevision: '{{ helmTargetRev }}' + - repoUrl: '{{helmRepo}}' + chart: '{{appName}}' + targetRevision: '{{helmTargetRev}}' helm: valueFiles: - - '$values/manifests/workloads/{{ appName }}/values.yaml' + - '$values/manifests/workloads/{{appName}}/values.yaml' destination: server: https://kubernetes.default.svc namespace: '{{namespace}}' diff --git a/manifests/workloads/kubeclarity/application.yaml b/manifests/workloads/kubeclarity/application.yaml index f9b677d8..6597a091 100644 --- a/manifests/workloads/kubeclarity/application.yaml +++ b/manifests/workloads/kubeclarity/application.yaml @@ -18,7 +18,7 @@ spec: targetRevision: main ref: values # Helm Chart Deployment - - repoURL: openclarity.github.io/kubeclarity + - repoURL: https://openclarity.github.io/kubeclarity chart: kubeclarity targetRevision: v2.22.0 helm: