From e026308e19a6ac266d6c71764e8d768a3e6525f4 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:27:56 +0300 Subject: [PATCH] webdav: make certificate field required (#2367) * webdav: make certificate field required * untouch lines --- library/ix-dev/community/webdav/Chart.yaml | 2 +- library/ix-dev/community/webdav/questions.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/library/ix-dev/community/webdav/Chart.yaml b/library/ix-dev/community/webdav/Chart.yaml index d48008eb45..71a3187426 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.21 +version: 1.0.22 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 3be390c20f..b62bc6a7bf 100644 --- a/library/ix-dev/community/webdav/questions.yaml +++ b/library/ix-dev/community/webdav/questions.yaml @@ -134,6 +134,7 @@ questions: description: The certificate to use for HTTPS WebDAV. schema: type: int + required: true "null": true $ref: - "definitions/certificate"