diff --git a/charts/motel-mothership/Chart.lock b/charts/motel-mothership/Chart.lock index 56602e3..7e6d0ce 100644 --- a/charts/motel-mothership/Chart.lock +++ b/charts/motel-mothership/Chart.lock @@ -8,5 +8,8 @@ dependencies: - name: cluster-api-visualizer repository: https://jont828.github.io/cluster-api-visualizer/charts version: 1.4.0 -digest: sha256:9a438f4f7eb7fe7a6905c6c9489dabac5de1c9f9234fb7d4804ac822ed5cc909 -generated: "2025-01-03T10:54:19.243418+02:00" +- 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 3e7ad6f..6cba835 100644 --- a/charts/motel-mothership/Chart.yaml +++ b/charts/motel-mothership/Chart.yaml @@ -16,3 +16,7 @@ dependencies: 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 e5eab0b..ace293f 100644 --- a/charts/motel-mothership/values.yaml +++ b/charts/motel-mothership/values.yaml @@ -52,6 +52,8 @@ victoria-metrics-operator: plain: true cluster-api-visualizer: enabled: true +sveltos-dashboard: + enabled: true promxy: replicaCount: 1 enabled: true