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 2a656ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions manifests/workloads/applicationset-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 2a656ca

Please sign in to comment.