From b3b5d48d8a586d6bbc57bd3184816951f2f192fe Mon Sep 17 00:00:00 2001 From: j Date: Thu, 10 Jul 2025 11:39:03 +1000 Subject: [PATCH] Forgot to add nextcloud to be deployed --- Chart.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Chart.yaml b/Chart.yaml index d6c6e0b..7991e33 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -12,3 +12,6 @@ dependencies: - name: dns version: 0.1.0 repository: "file://charts/dns" + - name: nextcloud + version: 0.1.0 + repository: "file://charts/nextcloud"