From 5a45607980acea09750c180c94903a92c718393c Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sat, 10 Jun 2023 23:58:30 +0300 Subject: [PATCH] NAS-122406 / 23.10 / Prepopulate a list item in syncthing (#1254) * Prepopulate a list item in syncthing * indent --- library/ix-dev/enterprise/syncthing/Chart.yaml | 2 +- library/ix-dev/enterprise/syncthing/item.yaml | 2 +- library/ix-dev/enterprise/syncthing/questions.yaml | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/library/ix-dev/enterprise/syncthing/Chart.yaml b/library/ix-dev/enterprise/syncthing/Chart.yaml index 09068302c1..14da1624c1 100644 --- a/library/ix-dev/enterprise/syncthing/Chart.yaml +++ b/library/ix-dev/enterprise/syncthing/Chart.yaml @@ -3,7 +3,7 @@ description: Syncthing is a continuous file synchronization program. annotations: title: Syncthing type: application -version: 1.0.0 +version: 1.0.1 apiVersion: v2 appVersion: '1.23.3' kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/enterprise/syncthing/item.yaml b/library/ix-dev/enterprise/syncthing/item.yaml index 6612d841d1..e0523fcd26 100644 --- a/library/ix-dev/enterprise/syncthing/item.yaml +++ b/library/ix-dev/enterprise/syncthing/item.yaml @@ -2,7 +2,7 @@ icon_url: https://syncthing.net/img/logo-horizontal.svg categories: - storage screenshots: - - https://syncthing.net/img/screenshot.png + - https://syncthing.net/img/screenshot.png tags: - sync - file-sharing diff --git a/library/ix-dev/enterprise/syncthing/questions.yaml b/library/ix-dev/enterprise/syncthing/questions.yaml index 8afc0212b5..004e207612 100644 --- a/library/ix-dev/enterprise/syncthing/questions.yaml +++ b/library/ix-dev/enterprise/syncthing/questions.yaml @@ -162,7 +162,10 @@ questions: type: list required: true empty: false - default: [] + default: + - type: "hostPath" + mountPath: "/data1" + hostPath": "" items: - variable: storageEntry label: Storage Entry