From fab569a613be01b354a1cafe5fb84836288ae4f3 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Thu, 2 Feb 2023 11:46:04 +0100 Subject: [PATCH] fix(helm): refactor sources to a string array Signed-off-by: Richard Steinmetz --- helm-chart/Chart.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index e4ab93a6..83ad1dbc 100755 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -4,5 +4,6 @@ version: 4.2.0 apiVersion: v2 keywords: - latest -sources: https://github.com/nextcloud/all-in-one/tree/main/helm-chart +sources: + - https://github.com/nextcloud/all-in-one/tree/main/helm-chart home: https://github.com/nextcloud/all-in-one/tree/main/helm-chart