From fd0274b6988c2aa7252f524feaabaeb3cc9a0c9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Wed, 25 Feb 2026 16:35:48 +0100 Subject: [PATCH] fix: Add diadash to plume --- charts/plume/Chart.yaml | 5 +++++ charts/plume/values.yaml | 3 +++ values/headscale/values/values.yaml | 1 + 3 files changed, 9 insertions(+) diff --git a/charts/plume/Chart.yaml b/charts/plume/Chart.yaml index b9a63503..dd507949 100644 --- a/charts/plume/Chart.yaml +++ b/charts/plume/Chart.yaml @@ -8,3 +8,8 @@ version: v1.6.13 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: v1.6.13 +dependencies: + - name: diagrid-dashboard + version: "0.1.0" + repository: "file://../diagrid-dashboard" + condition: diagrid-dashboard.enabled diff --git a/charts/plume/values.yaml b/charts/plume/values.yaml index 5c8392be..5ab8dbe9 100644 --- a/charts/plume/values.yaml +++ b/charts/plume/values.yaml @@ -90,3 +90,6 @@ serviceMonitor: nodeSelector: {} tolerations: [] affinity: {} + +diagrid-dashboard: + enabled: false diff --git a/values/headscale/values/values.yaml b/values/headscale/values/values.yaml index 8703b91d..d20fa332 100644 --- a/values/headscale/values/values.yaml +++ b/values/headscale/values/values.yaml @@ -351,6 +351,7 @@ configMaps: { "name": "mrtz-sorcerer.ekman.oceanbox.io", "type": "A", "value": "10.255.241.99" }, { "name": "mrtz-sorcerer.dev.vtn.obx", "type": "A", "value": "172.16.239.221" }, { "name": "mrtz-plume.ekman.oceanbox.io", "type": "A", "value": "10.255.241.99" }, + { "name": "mrtz-diadash.ekman.oceanbox.io", "type": "A", "value": "10.255.241.99" }, { "name": "simkir-atlantis.dev.oceanbox.io", "type": "A", "value": "10.255.241.11" }, { "name": "simkir-maps.dev.oceanbox.io", "type": "A", "value": "10.255.241.11" }, { "name": "simkir-codex.dev.oceanbox.io", "type": "A", "value": "10.255.241.11" },