diff --git a/manifests/workloads/applicationset-helm.yaml b/manifests/workloads/applicationset-helm.yaml index 7fc58b5d..e6c3fdac 100644 --- a/manifests/workloads/applicationset-helm.yaml +++ b/manifests/workloads/applicationset-helm.yaml @@ -7,7 +7,7 @@ spec: - list: elements: - namespace: kube-system - helmRepo: emberstack.github.io/helm-charts + helmRepo: https://emberstack.github.io/helm-charts appName: reflector helmTargetRev: 7.1.216 valueBranch: main @@ -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: