Syncthing polish and fixes (#510)

* no message

* add test for discovery port/service

* add discovery service and port to questions.yaml

* fix questions.yaml not enabling ports on Syncthing

* Increase syncthing version number

* fix serviceports not being enabled on all other apps too.

* fix a small unrelated UI glitch/bug related to hostPathMounts

* bump patch versions for other apps

* adapt docs accordingly

* fix nzbget httpGet probe (or at least try to)
This commit is contained in:
Kjeld Schouten-Lebbing
2021-05-24 23:01:43 +02:00
committed by GitHub
parent 7afd989b0e
commit 0b70569bdf
89 changed files with 955 additions and 628 deletions
+1 -1
View File
@@ -28,4 +28,4 @@ sources:
- https://github.com/cdr/code-server
type: application
upstream_version: 5.3.0
version: 5.0.0
version: 5.0.1
@@ -190,6 +190,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: protocol
label: "Port Type"
schema:
@@ -350,18 +356,16 @@ questions:
type: boolean
default: false
hidden: false
show_subquestions_if: true
subquestions:
- variable: medium
label: "EmptyDir Medium"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "Memory"
description: "Memory"
- variable: medium
label: "EmptyDir Medium"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "Memory"
description: "Memory"
- variable: mountPath
label: "Mount Path"
description: "Path to mount inside the pod"