diff --git a/charts/motel-mothership/Chart.lock b/charts/motel-mothership/Chart.lock index aa61d21..7e6d0ce 100644 --- a/charts/motel-mothership/Chart.lock +++ b/charts/motel-mothership/Chart.lock @@ -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" diff --git a/charts/motel-mothership/Chart.yaml b/charts/motel-mothership/Chart.yaml index 53fb40e..6cba835 100644 --- a/charts/motel-mothership/Chart.yaml +++ b/charts/motel-mothership/Chart.yaml @@ -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 diff --git a/charts/motel-mothership/values.yaml b/charts/motel-mothership/values.yaml index 7372707..ace293f 100644 --- a/charts/motel-mothership/values.yaml +++ b/charts/motel-mothership/values.yaml @@ -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