From c5cf6c66dbbd19d702592fe41d69248479ba7b9e Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 23 May 2024 14:19:36 +0300 Subject: [PATCH] remove empty flag and let helm show a clearer error (#2505) --- library/ix-dev/community/webdav/Chart.yaml | 2 +- library/ix-dev/community/webdav/questions.yaml | 1 - library/ix-dev/community/zerotier/Chart.yaml | 2 +- library/ix-dev/community/zerotier/questions.yaml | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/library/ix-dev/community/webdav/Chart.yaml b/library/ix-dev/community/webdav/Chart.yaml index 06c4bb757a..5c5bc50c67 100644 --- a/library/ix-dev/community/webdav/Chart.yaml +++ b/library/ix-dev/community/webdav/Chart.yaml @@ -4,7 +4,7 @@ description: WebDAV is a set of extensions to the HTTP protocol which allows use annotations: title: WebDAV type: application -version: 1.0.25 +version: 1.0.26 apiVersion: v2 appVersion: 2.4.59 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/webdav/questions.yaml b/library/ix-dev/community/webdav/questions.yaml index 80b9d13860..c3d77ed08e 100644 --- a/library/ix-dev/community/webdav/questions.yaml +++ b/library/ix-dev/community/webdav/questions.yaml @@ -157,7 +157,6 @@ questions: description: Shares for WebDAV. schema: type: list - empty: false required: true default: [] items: diff --git a/library/ix-dev/community/zerotier/Chart.yaml b/library/ix-dev/community/zerotier/Chart.yaml index 210e54f69c..64845826a0 100644 --- a/library/ix-dev/community/zerotier/Chart.yaml +++ b/library/ix-dev/community/zerotier/Chart.yaml @@ -3,7 +3,7 @@ description: Securely connect any device, anywhere. annotations: title: Zerotier type: application -version: 1.0.20 +version: 1.0.21 apiVersion: v2 appVersion: 1.14.0 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/zerotier/questions.yaml b/library/ix-dev/community/zerotier/questions.yaml index 976be77791..51289ee94f 100644 --- a/library/ix-dev/community/zerotier/questions.yaml +++ b/library/ix-dev/community/zerotier/questions.yaml @@ -18,7 +18,6 @@ questions: description: The network(s) to join schema: type: list - empty: false required: true min: 1 default: []