From 9fd5ff09eaab20f73eff3b43d5542a6d987e527a Mon Sep 17 00:00:00 2001 From: Aleksei Larkov Date: Fri, 3 Jan 2025 10:59:03 +0200 Subject: [PATCH 1/2] Add capi-visualizer helm chart deployment --- charts/motel-mothership/Chart.lock | 7 +++++-- charts/motel-mothership/Chart.yaml | 4 ++++ charts/motel-mothership/values.yaml | 2 ++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/charts/motel-mothership/Chart.lock b/charts/motel-mothership/Chart.lock index aa61d21..56602e3 100644 --- a/charts/motel-mothership/Chart.lock +++ b/charts/motel-mothership/Chart.lock @@ -5,5 +5,8 @@ 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 +digest: sha256:9a438f4f7eb7fe7a6905c6c9489dabac5de1c9f9234fb7d4804ac822ed5cc909 +generated: "2025-01-03T10:54:19.243418+02:00" diff --git a/charts/motel-mothership/Chart.yaml b/charts/motel-mothership/Chart.yaml index 53fb40e..3e7ad6f 100644 --- a/charts/motel-mothership/Chart.yaml +++ b/charts/motel-mothership/Chart.yaml @@ -12,3 +12,7 @@ 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 diff --git a/charts/motel-mothership/values.yaml b/charts/motel-mothership/values.yaml index 7372707..e5eab0b 100644 --- a/charts/motel-mothership/values.yaml +++ b/charts/motel-mothership/values.yaml @@ -50,6 +50,8 @@ victoria-metrics-operator: enabled: true crds: plain: true +cluster-api-visualizer: + enabled: true promxy: replicaCount: 1 enabled: true From ee9a2c51f0e7398b633533458f31991b38924798 Mon Sep 17 00:00:00 2001 From: Aleksei Larkov Date: Fri, 3 Jan 2025 11:37:36 +0200 Subject: [PATCH 2/2] Add sveltos dashboard --- charts/motel-mothership/Chart.lock | 7 +++++-- charts/motel-mothership/Chart.yaml | 4 ++++ charts/motel-mothership/values.yaml | 2 ++ 3 files changed, 11 insertions(+), 2 deletions(-) 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