Skip to content

Commit

Permalink
Merge pull request #15 from gmlexx/main
Browse files Browse the repository at this point in the history
Add sveltos dashboard and cluster api visualizer helm charts
  • Loading branch information
gmlexx authored Jan 3, 2025
2 parents cac4037 + ee9a2c5 commit 7172e7b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
10 changes: 8 additions & 2 deletions charts/motel-mothership/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@ dependencies:
- name: victoria-metrics-operator
repository: https://victoriametrics.github.io/helm-charts/
version: 0.36.0
digest: sha256:2292ec0cf4531b9d855f474d8e4162ef142c2e2cf18fd1993aacb217003bb3e5
generated: "2024-12-20T11:23:39.362094+02:00"
- name: cluster-api-visualizer
repository: https://jont828.github.io/cluster-api-visualizer/charts
version: 1.4.0
- name: sveltos-dashboard
repository: https://projectsveltos.github.io/dashboard-helm-chart
version: 0.44.0
digest: sha256:a4e5ee199f5b77210ee75a20c0b4049faceb0865f85d8e06cef709ef2d3b2cc9
generated: "2025-01-03T11:10:33.954211+02:00"
8 changes: 8 additions & 0 deletions charts/motel-mothership/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ dependencies:
version: "0.36.*"
repository: "https://victoriametrics.github.io/helm-charts/"
condition: victoria-metrics-operator.enabled
- name: cluster-api-visualizer
version: "1.4.*"
repository: "https://jont828.github.io/cluster-api-visualizer/charts"
condition: cluster-api-visualizer.enabled
- name: sveltos-dashboard
version: "0.44.*"
repository: "https://projectsveltos.github.io/dashboard-helm-chart"
condition: sveltos-dashboard.enabled
4 changes: 4 additions & 0 deletions charts/motel-mothership/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ victoria-metrics-operator:
enabled: true
crds:
plain: true
cluster-api-visualizer:
enabled: true
sveltos-dashboard:
enabled: true
promxy:
replicaCount: 1
enabled: true
Expand Down

0 comments on commit 7172e7b

Please sign in to comment.