Skip to content

Commit

Permalink
Fixing the helm app-of-apps
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanners committed Nov 10, 2023
1 parent 7a3970c commit fb77445
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions manifests/workloads/applicationset-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}}'
Expand Down
2 changes: 1 addition & 1 deletion manifests/workloads/kubeclarity/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fb77445

Please sign in to comment.