From 0b70569bdf42b37406d3648df022c17533eecf46 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 24 May 2021 23:01:43 +0200 Subject: [PATCH] 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) --- charts/deprecated/nzbhydra/Chart.yaml | 2 +- .../deprecated/nzbhydra/SCALE/ix_values.yaml | 6 +- .../deprecated/nzbhydra/SCALE/questions.yaml | 28 +-- charts/incubator/appdaemon/Chart.yaml | 2 +- .../incubator/appdaemon/SCALE/questions.yaml | 28 +-- charts/incubator/bazarr/Chart.yaml | 2 +- charts/incubator/bazarr/SCALE/questions.yaml | 28 +-- charts/incubator/calibre-web/Chart.yaml | 2 +- .../calibre-web/SCALE/questions.yaml | 28 +-- charts/incubator/deluge/Chart.yaml | 2 +- charts/incubator/deluge/SCALE/questions.yaml | 40 +++-- charts/incubator/fireflyiii/Chart.yaml | 2 +- .../incubator/fireflyiii/SCALE/questions.yaml | 28 +-- charts/incubator/freshrss/Chart.yaml | 2 +- .../incubator/freshrss/SCALE/questions.yaml | 28 +-- charts/incubator/gaps/Chart.yaml | 2 +- charts/incubator/gaps/SCALE/questions.yaml | 28 +-- charts/incubator/grocy/Chart.yaml | 2 +- charts/incubator/grocy/SCALE/questions.yaml | 28 +-- charts/incubator/heimdall/Chart.yaml | 2 +- .../incubator/heimdall/SCALE/questions.yaml | 28 +-- charts/incubator/lazylibrarian/Chart.yaml | 2 +- .../lazylibrarian/SCALE/questions.yaml | 28 +-- charts/incubator/lychee/Chart.yaml | 2 +- charts/incubator/lychee/SCALE/questions.yaml | 28 +-- charts/incubator/navidrome/Chart.yaml | 2 +- .../incubator/navidrome/SCALE/questions.yaml | 28 +-- charts/incubator/node-red/Chart.yaml | 2 +- .../incubator/node-red/SCALE/questions.yaml | 28 +-- charts/incubator/nzbget/Chart.yaml | 2 +- charts/incubator/nzbget/SCALE/questions.yaml | 28 +-- charts/incubator/organizr/Chart.yaml | 2 +- .../incubator/organizr/SCALE/questions.yaml | 28 +-- charts/incubator/podgrab/Chart.yaml | 2 +- charts/incubator/podgrab/SCALE/questions.yaml | 28 +-- charts/incubator/qbittorrent/Chart.yaml | 2 +- .../qbittorrent/SCALE/questions.yaml | 40 +++-- charts/incubator/readarr/Chart.yaml | 2 +- charts/incubator/readarr/SCALE/questions.yaml | 28 +-- charts/incubator/sabnzbd/Chart.yaml | 2 +- charts/incubator/sabnzbd/SCALE/questions.yaml | 28 +-- charts/incubator/tvheadend/Chart.yaml | 2 +- .../incubator/tvheadend/SCALE/questions.yaml | 34 ++-- charts/incubator/unifi/Chart.yaml | 2 +- charts/incubator/unifi/SCALE/questions.yaml | 40 +++-- charts/stable/collabora-online/Chart.yaml | 2 +- .../collabora-online/SCALE/questions.yaml | 28 +-- charts/stable/deepstack-cpu/Chart.yaml | 2 +- .../stable/deepstack-cpu/SCALE/questions.yaml | 28 +-- charts/stable/emby/Chart.yaml | 2 +- charts/stable/emby/SCALE/questions.yaml | 28 +-- charts/stable/esphome/Chart.yaml | 2 +- charts/stable/esphome/SCALE/questions.yaml | 28 +-- charts/stable/handbrake/Chart.yaml | 2 +- charts/stable/handbrake/SCALE/questions.yaml | 34 ++-- charts/stable/home-assistant/Chart.yaml | 2 +- .../home-assistant/SCALE/questions.yaml | 28 +-- charts/stable/jackett/Chart.yaml | 2 +- charts/stable/jackett/SCALE/questions.yaml | 28 +-- charts/stable/jellyfin/Chart.yaml | 2 +- charts/stable/jellyfin/SCALE/questions.yaml | 28 +-- charts/stable/kms/Chart.yaml | 2 +- charts/stable/kms/SCALE/questions.yaml | 28 +-- charts/stable/lidarr/Chart.yaml | 2 +- charts/stable/lidarr/SCALE/questions.yaml | 28 +-- charts/stable/ombi/Chart.yaml | 2 +- charts/stable/ombi/SCALE/questions.yaml | 28 +-- charts/stable/plex/Chart.yaml | 2 +- charts/stable/plex/SCALE/questions.yaml | 28 +-- charts/stable/radarr/Chart.yaml | 2 +- charts/stable/radarr/SCALE/questions.yaml | 28 +-- charts/stable/sonarr/Chart.yaml | 2 +- charts/stable/sonarr/SCALE/questions.yaml | 28 +-- charts/stable/syncthing/Chart.yaml | 2 +- charts/stable/syncthing/SCALE/questions.yaml | 161 ++++++++++++++++-- charts/stable/syncthing/values.yaml | 16 ++ charts/stable/tautulli/Chart.yaml | 2 +- charts/stable/tautulli/SCALE/questions.yaml | 28 +-- charts/stable/traefik/Chart.yaml | 2 +- charts/stable/transmission/Chart.yaml | 2 +- .../stable/transmission/SCALE/questions.yaml | 40 +++-- charts/stable/truecommand/Chart.yaml | 2 +- .../stable/truecommand/SCALE/questions.yaml | 28 +-- charts/stable/vaultwarden/Chart.yaml | 2 +- .../stable/vaultwarden/SCALE/questions.yaml | 34 ++-- charts/stable/zwavejs2mqtt/Chart.yaml | 2 +- .../stable/zwavejs2mqtt/SCALE/questions.yaml | 34 ++-- docs/development/app development/services.md | 72 +------- docs/development/app development/storage.md | 22 ++- 89 files changed, 955 insertions(+), 628 deletions(-) diff --git a/charts/deprecated/nzbhydra/Chart.yaml b/charts/deprecated/nzbhydra/Chart.yaml index 4cd7dd43935..2d7048f7130 100644 --- a/charts/deprecated/nzbhydra/Chart.yaml +++ b/charts/deprecated/nzbhydra/Chart.yaml @@ -21,4 +21,4 @@ sources: - https://github.com/theotherp/nzbhydra2 type: application upstream_version: 5.3.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/deprecated/nzbhydra/SCALE/ix_values.yaml b/charts/deprecated/nzbhydra/SCALE/ix_values.yaml index 8a95be4c2e6..2407c8ef66a 100644 --- a/charts/deprecated/nzbhydra/SCALE/ix_values.yaml +++ b/charts/deprecated/nzbhydra/SCALE/ix_values.yaml @@ -17,7 +17,7 @@ probes: failureThreshold: 5 httpGet: path: /actuator/health/livenessState - port: http + port: main initialDelaySeconds: 30 periodSeconds: 10 timeoutSeconds: 10 @@ -28,7 +28,7 @@ probes: failureThreshold: 5 httpGet: path: /actuator/health/readinessState - port: http + port: main initialDelaySeconds: 30 periodSeconds: 10 timeoutSeconds: 10 @@ -39,7 +39,7 @@ probes: failureThreshold: 5 httpGet: path: /actuator/health/readinessState - port: http + port: main initialDelaySeconds: 30 periodSeconds: 10 timeoutSeconds: 10 diff --git a/charts/deprecated/nzbhydra/SCALE/questions.yaml b/charts/deprecated/nzbhydra/SCALE/questions.yaml index 61d57af9a60..be8909a4b1b 100644 --- a/charts/deprecated/nzbhydra/SCALE/questions.yaml +++ b/charts/deprecated/nzbhydra/SCALE/questions.yaml @@ -162,6 +162,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: @@ -323,18 +329,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" diff --git a/charts/incubator/appdaemon/Chart.yaml b/charts/incubator/appdaemon/Chart.yaml index e62af17544c..7cf8ef904cf 100644 --- a/charts/incubator/appdaemon/Chart.yaml +++ b/charts/incubator/appdaemon/Chart.yaml @@ -26,4 +26,4 @@ name: appdaemon sources: - https://github.com/AppDaemon/appdaemon type: application -version: 2.0.0 +version: 2.0.1 diff --git a/charts/incubator/appdaemon/SCALE/questions.yaml b/charts/incubator/appdaemon/SCALE/questions.yaml index bb031474207..97931def65c 100644 --- a/charts/incubator/appdaemon/SCALE/questions.yaml +++ b/charts/incubator/appdaemon/SCALE/questions.yaml @@ -205,6 +205,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: @@ -292,18 +298,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" diff --git a/charts/incubator/bazarr/Chart.yaml b/charts/incubator/bazarr/Chart.yaml index 07933b51594..b00f34e1250 100644 --- a/charts/incubator/bazarr/Chart.yaml +++ b/charts/incubator/bazarr/Chart.yaml @@ -32,4 +32,4 @@ sources: - https://hub.docker.com/r/linuxserver/bazarr type: application upstream_version: 5.2.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/incubator/bazarr/SCALE/questions.yaml b/charts/incubator/bazarr/SCALE/questions.yaml index 6d79284c7ca..0071f5b8eb3 100644 --- a/charts/incubator/bazarr/SCALE/questions.yaml +++ b/charts/incubator/bazarr/SCALE/questions.yaml @@ -162,6 +162,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: @@ -323,18 +329,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" diff --git a/charts/incubator/calibre-web/Chart.yaml b/charts/incubator/calibre-web/Chart.yaml index cc92bfa0040..c1165068293 100644 --- a/charts/incubator/calibre-web/Chart.yaml +++ b/charts/incubator/calibre-web/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://github.com/janeczku/calibre-web type: application upstream_version: 4.3.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/incubator/calibre-web/SCALE/questions.yaml b/charts/incubator/calibre-web/SCALE/questions.yaml index a9677ea9653..47de72d3ab5 100644 --- a/charts/incubator/calibre-web/SCALE/questions.yaml +++ b/charts/incubator/calibre-web/SCALE/questions.yaml @@ -174,6 +174,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: @@ -335,18 +341,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" diff --git a/charts/incubator/deluge/Chart.yaml b/charts/incubator/deluge/Chart.yaml index a88ccdf9fb7..e766774ca5c 100644 --- a/charts/incubator/deluge/Chart.yaml +++ b/charts/incubator/deluge/Chart.yaml @@ -22,4 +22,4 @@ sources: - https://github.com/truecharts/apps/tree/master/incubator/deluge - https://github.com/deluge-torrent/deluge type: application -version: 5.0.0 +version: 5.0.1 diff --git a/charts/incubator/deluge/SCALE/questions.yaml b/charts/incubator/deluge/SCALE/questions.yaml index d188764679c..bd40e8fbfa1 100644 --- a/charts/incubator/deluge/SCALE/questions.yaml +++ b/charts/incubator/deluge/SCALE/questions.yaml @@ -175,6 +175,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: @@ -269,6 +275,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: @@ -314,6 +326,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: @@ -474,18 +492,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" diff --git a/charts/incubator/fireflyiii/Chart.yaml b/charts/incubator/fireflyiii/Chart.yaml index 8cef26db27e..0564679aec6 100644 --- a/charts/incubator/fireflyiii/Chart.yaml +++ b/charts/incubator/fireflyiii/Chart.yaml @@ -27,4 +27,4 @@ name: fireflyiii sources: - https://github.com/firefly-iii/firefly-iii/ type: application -version: 3.0.0 +version: 3.0.1 diff --git a/charts/incubator/fireflyiii/SCALE/questions.yaml b/charts/incubator/fireflyiii/SCALE/questions.yaml index ac05ca411cd..29656bbefe4 100644 --- a/charts/incubator/fireflyiii/SCALE/questions.yaml +++ b/charts/incubator/fireflyiii/SCALE/questions.yaml @@ -169,6 +169,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: @@ -471,18 +477,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" diff --git a/charts/incubator/freshrss/Chart.yaml b/charts/incubator/freshrss/Chart.yaml index c51868f45d0..7beea108520 100644 --- a/charts/incubator/freshrss/Chart.yaml +++ b/charts/incubator/freshrss/Chart.yaml @@ -24,4 +24,4 @@ sources: - https://hub.docker.com/r/linuxserver/freshrss type: application upstream_version: 2.3.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/incubator/freshrss/SCALE/questions.yaml b/charts/incubator/freshrss/SCALE/questions.yaml index b13d88aeaad..f26ddf3bbdc 100644 --- a/charts/incubator/freshrss/SCALE/questions.yaml +++ b/charts/incubator/freshrss/SCALE/questions.yaml @@ -174,6 +174,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: @@ -335,18 +341,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" diff --git a/charts/incubator/gaps/Chart.yaml b/charts/incubator/gaps/Chart.yaml index 4d113569565..fc2d0827ecb 100644 --- a/charts/incubator/gaps/Chart.yaml +++ b/charts/incubator/gaps/Chart.yaml @@ -25,4 +25,4 @@ sources: - https://github.com/JasonHHouse/gaps type: application upstream_version: 1.1.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/incubator/gaps/SCALE/questions.yaml b/charts/incubator/gaps/SCALE/questions.yaml index 8ebfc7762ab..0e7cc8ac986 100644 --- a/charts/incubator/gaps/SCALE/questions.yaml +++ b/charts/incubator/gaps/SCALE/questions.yaml @@ -162,6 +162,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: @@ -322,18 +328,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" diff --git a/charts/incubator/grocy/Chart.yaml b/charts/incubator/grocy/Chart.yaml index 7e144de44ef..0060123abd4 100644 --- a/charts/incubator/grocy/Chart.yaml +++ b/charts/incubator/grocy/Chart.yaml @@ -23,4 +23,4 @@ sources: - https://github.com/grocy/grocy type: application upstream_version: 4.3.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/incubator/grocy/SCALE/questions.yaml b/charts/incubator/grocy/SCALE/questions.yaml index 9f8766ff48e..00ed9e969a7 100644 --- a/charts/incubator/grocy/SCALE/questions.yaml +++ b/charts/incubator/grocy/SCALE/questions.yaml @@ -174,6 +174,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: @@ -334,18 +340,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" diff --git a/charts/incubator/heimdall/Chart.yaml b/charts/incubator/heimdall/Chart.yaml index 40ed033e912..07a7acbbf70 100644 --- a/charts/incubator/heimdall/Chart.yaml +++ b/charts/incubator/heimdall/Chart.yaml @@ -21,4 +21,4 @@ sources: - https://github.com/k8s-at-home/charts/tree/master/charts/heimdall type: application upstream_version: 4.1.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/incubator/heimdall/SCALE/questions.yaml b/charts/incubator/heimdall/SCALE/questions.yaml index e08a000e8fc..e9b328c3bcb 100644 --- a/charts/incubator/heimdall/SCALE/questions.yaml +++ b/charts/incubator/heimdall/SCALE/questions.yaml @@ -174,6 +174,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: @@ -335,18 +341,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" diff --git a/charts/incubator/lazylibrarian/Chart.yaml b/charts/incubator/lazylibrarian/Chart.yaml index 118392d67f5..5feb7fb0dce 100644 --- a/charts/incubator/lazylibrarian/Chart.yaml +++ b/charts/incubator/lazylibrarian/Chart.yaml @@ -27,4 +27,4 @@ sources: - https://lazylibrarian.gitlab.io type: application upstream_version: 2.1.0 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/incubator/lazylibrarian/SCALE/questions.yaml b/charts/incubator/lazylibrarian/SCALE/questions.yaml index 74404b378a3..97d2566b06b 100644 --- a/charts/incubator/lazylibrarian/SCALE/questions.yaml +++ b/charts/incubator/lazylibrarian/SCALE/questions.yaml @@ -174,6 +174,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: @@ -335,18 +341,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" diff --git a/charts/incubator/lychee/Chart.yaml b/charts/incubator/lychee/Chart.yaml index 8d895ad420d..5acbcae1668 100644 --- a/charts/incubator/lychee/Chart.yaml +++ b/charts/incubator/lychee/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://hub.docker.com/r/lycheeorg/lychee type: application upstream_version: 2.3.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/incubator/lychee/SCALE/questions.yaml b/charts/incubator/lychee/SCALE/questions.yaml index 2c1b4a11afa..05fbb4b420a 100644 --- a/charts/incubator/lychee/SCALE/questions.yaml +++ b/charts/incubator/lychee/SCALE/questions.yaml @@ -174,6 +174,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: @@ -335,18 +341,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" diff --git a/charts/incubator/navidrome/Chart.yaml b/charts/incubator/navidrome/Chart.yaml index 6aaf4b27682..0aee3c53aba 100644 --- a/charts/incubator/navidrome/Chart.yaml +++ b/charts/incubator/navidrome/Chart.yaml @@ -25,4 +25,4 @@ sources: - https://hub.docker.com/r/deluan/navidrome type: application upstream_version: 2.3.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/incubator/navidrome/SCALE/questions.yaml b/charts/incubator/navidrome/SCALE/questions.yaml index ab5e2017b57..92bdce410af 100644 --- a/charts/incubator/navidrome/SCALE/questions.yaml +++ b/charts/incubator/navidrome/SCALE/questions.yaml @@ -162,6 +162,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: @@ -323,18 +329,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" diff --git a/charts/incubator/node-red/Chart.yaml b/charts/incubator/node-red/Chart.yaml index 480337a61dc..fda18aae892 100644 --- a/charts/incubator/node-red/Chart.yaml +++ b/charts/incubator/node-red/Chart.yaml @@ -23,4 +23,4 @@ sources: - https://github.com/node-red/node-red-docker type: application upstream_version: 5.2.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/incubator/node-red/SCALE/questions.yaml b/charts/incubator/node-red/SCALE/questions.yaml index 67ecfc72242..0f6c621c9f0 100644 --- a/charts/incubator/node-red/SCALE/questions.yaml +++ b/charts/incubator/node-red/SCALE/questions.yaml @@ -162,6 +162,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: @@ -323,18 +329,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" diff --git a/charts/incubator/nzbget/Chart.yaml b/charts/incubator/nzbget/Chart.yaml index ddf12fa232a..b930f51b208 100644 --- a/charts/incubator/nzbget/Chart.yaml +++ b/charts/incubator/nzbget/Chart.yaml @@ -24,4 +24,4 @@ sources: - https://nzbget.net/ type: application upstream_version: 7.3.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/incubator/nzbget/SCALE/questions.yaml b/charts/incubator/nzbget/SCALE/questions.yaml index f57ab945a8f..5fcaa333d76 100644 --- a/charts/incubator/nzbget/SCALE/questions.yaml +++ b/charts/incubator/nzbget/SCALE/questions.yaml @@ -162,6 +162,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: @@ -323,18 +329,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" diff --git a/charts/incubator/organizr/Chart.yaml b/charts/incubator/organizr/Chart.yaml index bc0e95c84a7..95a797ef2e3 100644 --- a/charts/incubator/organizr/Chart.yaml +++ b/charts/incubator/organizr/Chart.yaml @@ -23,4 +23,4 @@ sources: - https://hub.docker.com/r/organizr/organizr type: application upstream_version: 3.2.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/incubator/organizr/SCALE/questions.yaml b/charts/incubator/organizr/SCALE/questions.yaml index 28901474bd0..7f712a590d4 100644 --- a/charts/incubator/organizr/SCALE/questions.yaml +++ b/charts/incubator/organizr/SCALE/questions.yaml @@ -174,6 +174,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: @@ -402,18 +408,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" diff --git a/charts/incubator/podgrab/Chart.yaml b/charts/incubator/podgrab/Chart.yaml index a6b4866eb28..c71215df310 100644 --- a/charts/incubator/podgrab/Chart.yaml +++ b/charts/incubator/podgrab/Chart.yaml @@ -25,4 +25,4 @@ sources: - https://hub.docker.com/r/akhilrex/podgrab type: application upstream_version: 1.0.0 -version: 3.0.0 +version: 3.0.1 diff --git a/charts/incubator/podgrab/SCALE/questions.yaml b/charts/incubator/podgrab/SCALE/questions.yaml index c7dd5ccb754..5245859e5a1 100644 --- a/charts/incubator/podgrab/SCALE/questions.yaml +++ b/charts/incubator/podgrab/SCALE/questions.yaml @@ -170,6 +170,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: @@ -331,18 +337,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" diff --git a/charts/incubator/qbittorrent/Chart.yaml b/charts/incubator/qbittorrent/Chart.yaml index 7cbc7224091..baa779a77ca 100644 --- a/charts/incubator/qbittorrent/Chart.yaml +++ b/charts/incubator/qbittorrent/Chart.yaml @@ -23,4 +23,4 @@ sources: - https://hub.docker.com/r/linuxserver/qbittorrent/ type: application upstream_version: 7.2.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/incubator/qbittorrent/SCALE/questions.yaml b/charts/incubator/qbittorrent/SCALE/questions.yaml index 1efbaf05b2d..5b6a2e2706c 100644 --- a/charts/incubator/qbittorrent/SCALE/questions.yaml +++ b/charts/incubator/qbittorrent/SCALE/questions.yaml @@ -162,6 +162,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: @@ -256,6 +262,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: @@ -301,6 +313,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: @@ -462,18 +480,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" diff --git a/charts/incubator/readarr/Chart.yaml b/charts/incubator/readarr/Chart.yaml index 8a1f06357c1..d85693c3530 100644 --- a/charts/incubator/readarr/Chart.yaml +++ b/charts/incubator/readarr/Chart.yaml @@ -30,4 +30,4 @@ sources: - https://readarr.com type: application upstream_version: 2.1.0 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/incubator/readarr/SCALE/questions.yaml b/charts/incubator/readarr/SCALE/questions.yaml index 3a9fbe11f33..dfad54cbf98 100644 --- a/charts/incubator/readarr/SCALE/questions.yaml +++ b/charts/incubator/readarr/SCALE/questions.yaml @@ -162,6 +162,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: @@ -323,18 +329,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" diff --git a/charts/incubator/sabnzbd/Chart.yaml b/charts/incubator/sabnzbd/Chart.yaml index 33ecb232bf5..0df826a1549 100644 --- a/charts/incubator/sabnzbd/Chart.yaml +++ b/charts/incubator/sabnzbd/Chart.yaml @@ -24,4 +24,4 @@ sources: - https://sabnzbd.org/ type: application upstream_version: 5.0.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/incubator/sabnzbd/SCALE/questions.yaml b/charts/incubator/sabnzbd/SCALE/questions.yaml index d0cda625eac..71646076766 100644 --- a/charts/incubator/sabnzbd/SCALE/questions.yaml +++ b/charts/incubator/sabnzbd/SCALE/questions.yaml @@ -169,6 +169,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: @@ -330,18 +336,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" diff --git a/charts/incubator/tvheadend/Chart.yaml b/charts/incubator/tvheadend/Chart.yaml index 9e3f3c92136..e24ab524557 100644 --- a/charts/incubator/tvheadend/Chart.yaml +++ b/charts/incubator/tvheadend/Chart.yaml @@ -25,4 +25,4 @@ sources: - https://github.com/tvheadend/tvheadend type: application upstream_version: 1.1.2 -version: 6.0.0 +version: 6.0.1 diff --git a/charts/incubator/tvheadend/SCALE/questions.yaml b/charts/incubator/tvheadend/SCALE/questions.yaml index 67644a15f38..85cf57ee1a0 100644 --- a/charts/incubator/tvheadend/SCALE/questions.yaml +++ b/charts/incubator/tvheadend/SCALE/questions.yaml @@ -173,6 +173,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: @@ -267,6 +273,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: @@ -427,18 +439,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" diff --git a/charts/incubator/unifi/Chart.yaml b/charts/incubator/unifi/Chart.yaml index 282c415f861..225040fcd7c 100644 --- a/charts/incubator/unifi/Chart.yaml +++ b/charts/incubator/unifi/Chart.yaml @@ -23,4 +23,4 @@ sources: - https://unifi-network.ui.com type: application upstream_version: 1.5.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/incubator/unifi/SCALE/questions.yaml b/charts/incubator/unifi/SCALE/questions.yaml index ca924b85e52..d2412e9ba19 100644 --- a/charts/incubator/unifi/SCALE/questions.yaml +++ b/charts/incubator/unifi/SCALE/questions.yaml @@ -175,6 +175,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: @@ -269,6 +275,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: @@ -363,6 +375,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: @@ -523,18 +541,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" diff --git a/charts/stable/collabora-online/Chart.yaml b/charts/stable/collabora-online/Chart.yaml index 2bcec4f1c23..03ca4bc6029 100644 --- a/charts/stable/collabora-online/Chart.yaml +++ b/charts/stable/collabora-online/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://hub.docker.com/r/collabora/code - https://www.collaboraoffice.com/code/docker/ type: application -version: 5.0.0 +version: 5.0.1 diff --git a/charts/stable/collabora-online/SCALE/questions.yaml b/charts/stable/collabora-online/SCALE/questions.yaml index 22c7e57ab6b..9e5b8930b89 100644 --- a/charts/stable/collabora-online/SCALE/questions.yaml +++ b/charts/stable/collabora-online/SCALE/questions.yaml @@ -194,6 +194,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: @@ -281,18 +287,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" diff --git a/charts/stable/deepstack-cpu/Chart.yaml b/charts/stable/deepstack-cpu/Chart.yaml index af864d8801b..ee05514f1d1 100644 --- a/charts/stable/deepstack-cpu/Chart.yaml +++ b/charts/stable/deepstack-cpu/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://hub.docker.com/r/deepquestai/deepstack - https://www.deepstack.cc/ type: application -version: 3.0.0 +version: 3.0.1 diff --git a/charts/stable/deepstack-cpu/SCALE/questions.yaml b/charts/stable/deepstack-cpu/SCALE/questions.yaml index a6fbd4f0d7e..e3d149ad213 100644 --- a/charts/stable/deepstack-cpu/SCALE/questions.yaml +++ b/charts/stable/deepstack-cpu/SCALE/questions.yaml @@ -228,6 +228,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: @@ -388,18 +394,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" diff --git a/charts/stable/emby/Chart.yaml b/charts/stable/emby/Chart.yaml index e3c20bdb8b8..8df601eda00 100644 --- a/charts/stable/emby/Chart.yaml +++ b/charts/stable/emby/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://hub.docker.com/r/linuxserver/emby - https://github.com/linuxserver/docker-emby.git type: application -version: 5.0.0 +version: 5.0.1 diff --git a/charts/stable/emby/SCALE/questions.yaml b/charts/stable/emby/SCALE/questions.yaml index 901451e1812..d14513bf4bc 100644 --- a/charts/stable/emby/SCALE/questions.yaml +++ b/charts/stable/emby/SCALE/questions.yaml @@ -162,6 +162,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: @@ -322,18 +328,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" diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index a358ff95c10..d98688f26fb 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -27,4 +27,4 @@ sources: - https://hub.docker.com/u/esphome type: application upstream_version: 4.3.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/stable/esphome/SCALE/questions.yaml b/charts/stable/esphome/SCALE/questions.yaml index 27587936f99..a519f9a9715 100644 --- a/charts/stable/esphome/SCALE/questions.yaml +++ b/charts/stable/esphome/SCALE/questions.yaml @@ -156,6 +156,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: @@ -383,18 +389,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" diff --git a/charts/stable/handbrake/Chart.yaml b/charts/stable/handbrake/Chart.yaml index 203d0fba5b3..37132032f4b 100644 --- a/charts/stable/handbrake/Chart.yaml +++ b/charts/stable/handbrake/Chart.yaml @@ -28,4 +28,4 @@ sources: - https://hub.docker.com/r/jlesage/handbrake/ - https://handbrake.fr/ type: application -version: 5.0.0 +version: 5.0.1 diff --git a/charts/stable/handbrake/SCALE/questions.yaml b/charts/stable/handbrake/SCALE/questions.yaml index 9038e4cc61f..a13519f5d82 100644 --- a/charts/stable/handbrake/SCALE/questions.yaml +++ b/charts/stable/handbrake/SCALE/questions.yaml @@ -246,6 +246,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: @@ -340,6 +346,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: @@ -500,18 +512,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" diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml index c9b9479e0f9..6f06687add9 100644 --- a/charts/stable/home-assistant/Chart.yaml +++ b/charts/stable/home-assistant/Chart.yaml @@ -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 diff --git a/charts/stable/home-assistant/SCALE/questions.yaml b/charts/stable/home-assistant/SCALE/questions.yaml index 7c6417e404e..8b13f973eb5 100644 --- a/charts/stable/home-assistant/SCALE/questions.yaml +++ b/charts/stable/home-assistant/SCALE/questions.yaml @@ -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" diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index 9464c10d105..5f8820fcc1b 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -28,4 +28,4 @@ sources: - https://hub.docker.com/r/linuxserver/jackett type: application upstream_version: 7.0.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/stable/jackett/SCALE/questions.yaml b/charts/stable/jackett/SCALE/questions.yaml index 364ab66eebc..3883aaabf4f 100644 --- a/charts/stable/jackett/SCALE/questions.yaml +++ b/charts/stable/jackett/SCALE/questions.yaml @@ -162,6 +162,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: @@ -322,18 +328,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" diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml index b7d0905090c..8c8f2224c10 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -28,4 +28,4 @@ sources: - https://github.com/jellyfin/jellyfin type: application upstream_version: 4.2.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/stable/jellyfin/SCALE/questions.yaml b/charts/stable/jellyfin/SCALE/questions.yaml index 03765d59dc9..42f85de3681 100644 --- a/charts/stable/jellyfin/SCALE/questions.yaml +++ b/charts/stable/jellyfin/SCALE/questions.yaml @@ -162,6 +162,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: @@ -322,18 +328,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" diff --git a/charts/stable/kms/Chart.yaml b/charts/stable/kms/Chart.yaml index faed43b1c43..37da9b8ad1a 100644 --- a/charts/stable/kms/Chart.yaml +++ b/charts/stable/kms/Chart.yaml @@ -23,4 +23,4 @@ sources: - https://github.com/truecharts/apps/tree/master/stable/kms - https://github.com/SystemRage/py-kms type: application -version: 5.0.0 +version: 5.0.1 diff --git a/charts/stable/kms/SCALE/questions.yaml b/charts/stable/kms/SCALE/questions.yaml index 19884c65fa8..a96b7c6f569 100644 --- a/charts/stable/kms/SCALE/questions.yaml +++ b/charts/stable/kms/SCALE/questions.yaml @@ -166,6 +166,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: @@ -253,18 +259,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" diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml index ac25d1513a8..990f762539a 100644 --- a/charts/stable/lidarr/Chart.yaml +++ b/charts/stable/lidarr/Chart.yaml @@ -28,4 +28,4 @@ sources: - https://hub.docker.com/r/linuxserver/lidarr type: application upstream_version: 7.1.0 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/stable/lidarr/SCALE/questions.yaml b/charts/stable/lidarr/SCALE/questions.yaml index 03bd16d7d69..d123c1d450d 100644 --- a/charts/stable/lidarr/SCALE/questions.yaml +++ b/charts/stable/lidarr/SCALE/questions.yaml @@ -162,6 +162,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: @@ -322,18 +328,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" diff --git a/charts/stable/ombi/Chart.yaml b/charts/stable/ombi/Chart.yaml index 31efa208f9f..1d524b3f5ee 100644 --- a/charts/stable/ombi/Chart.yaml +++ b/charts/stable/ombi/Chart.yaml @@ -31,4 +31,4 @@ sources: - https://hub.docker.com/r/linuxserver/ombi type: application upstream_version: 8.0.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/stable/ombi/SCALE/questions.yaml b/charts/stable/ombi/SCALE/questions.yaml index c050740a046..35e28fabab4 100644 --- a/charts/stable/ombi/SCALE/questions.yaml +++ b/charts/stable/ombi/SCALE/questions.yaml @@ -162,6 +162,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: @@ -322,18 +328,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" diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml index 284b41f72a5..47142fd141b 100644 --- a/charts/stable/plex/Chart.yaml +++ b/charts/stable/plex/Chart.yaml @@ -24,4 +24,4 @@ sources: - https://github.com/truecharts/apps/tree/master/stable/plex type: application upstream_version: 4.2.1 -version: 4.0.0 +version: 4.0.1 diff --git a/charts/stable/plex/SCALE/questions.yaml b/charts/stable/plex/SCALE/questions.yaml index e2c470de56d..7cb7ff3d11e 100644 --- a/charts/stable/plex/SCALE/questions.yaml +++ b/charts/stable/plex/SCALE/questions.yaml @@ -180,6 +180,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: @@ -340,18 +346,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" diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index ec48b98456c..e4cba4cc6e4 100644 --- a/charts/stable/radarr/Chart.yaml +++ b/charts/stable/radarr/Chart.yaml @@ -28,4 +28,4 @@ sources: - https://hub.docker.com/r/linuxserver/radarr type: application upstream_version: 9.1.0 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/stable/radarr/SCALE/questions.yaml b/charts/stable/radarr/SCALE/questions.yaml index b652cf8848c..e38e0143315 100644 --- a/charts/stable/radarr/SCALE/questions.yaml +++ b/charts/stable/radarr/SCALE/questions.yaml @@ -162,6 +162,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: @@ -322,18 +328,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" diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index 0b7dd169b02..e10f17eaf4b 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -28,4 +28,4 @@ sources: - https://hub.docker.com/r/linuxserver/sonarr type: application upstream_version: 9.1.0 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/stable/sonarr/SCALE/questions.yaml b/charts/stable/sonarr/SCALE/questions.yaml index f35b108526e..cec99e63251 100644 --- a/charts/stable/sonarr/SCALE/questions.yaml +++ b/charts/stable/sonarr/SCALE/questions.yaml @@ -162,6 +162,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: @@ -322,18 +328,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" diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml index 8c7f8ba5da6..752f1a89e23 100644 --- a/charts/stable/syncthing/Chart.yaml +++ b/charts/stable/syncthing/Chart.yaml @@ -24,4 +24,4 @@ sources: - https://github.com/syncthing/syncthing - https://hub.docker.com/r/syncthing/syncthing type: application -version: 5.0.0 +version: 5.1.0 diff --git a/charts/stable/syncthing/SCALE/questions.yaml b/charts/stable/syncthing/SCALE/questions.yaml index 160115406a2..fec91cd9c5e 100644 --- a/charts/stable/syncthing/SCALE/questions.yaml +++ b/charts/stable/syncthing/SCALE/questions.yaml @@ -156,6 +156,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: @@ -252,6 +258,18 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: protocol label: "Port Type" schema: @@ -297,6 +315,18 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: protocol label: "Port Type" schema: @@ -337,6 +367,115 @@ questions: max: 65535 default: 22000 required: true + - variable: discovery + label: "Syncthing Listening Service" + description: "This service is used to process incoming connections directly to this Syncthing instance" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "NodePort" + enum: + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + required: true + - variable: exetrnalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + required: true + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + type: dict + attrs: + - variable: discovery + label: "UDP Service Port Configuration" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true + - variable: protocol + label: "Port Type" + schema: + type: string + default: "UDP" + hidden: false + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: port + label: "Container Port" + schema: + type: int + default: 21027 + editable: false + hidden: true + - variable: targetport + label: "Target Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 21027 + editable: true + hidden: false + required: true + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort" + schema: + type: int + min: 9000 + max: 65535 + default: 21027 + required: true + ## TrueCharts Specific - variable: persistence label: "Integrated Persistent Storage" @@ -457,18 +596,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" diff --git a/charts/stable/syncthing/values.yaml b/charts/stable/syncthing/values.yaml index 8b4ac24f780..832d9dfe8d9 100644 --- a/charts/stable/syncthing/values.yaml +++ b/charts/stable/syncthing/values.yaml @@ -13,6 +13,22 @@ service: ports: main: port: 8384 + listeners: + ports: + tcp: + enabled: true + port: 22000 + protocol: TCP + udp: + enabled: true + port: 22000 + protocol: UDP + discovery: + ports: + discovery: + enabled: true + port: 21027 + protocol: UDP persistence: config: diff --git a/charts/stable/tautulli/Chart.yaml b/charts/stable/tautulli/Chart.yaml index 59b393b7786..63d879b2a0e 100644 --- a/charts/stable/tautulli/Chart.yaml +++ b/charts/stable/tautulli/Chart.yaml @@ -27,4 +27,4 @@ sources: - https://hub.docker.com/r/tautulli/tautulli type: application upstream_version: 7.0.1 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/stable/tautulli/SCALE/questions.yaml b/charts/stable/tautulli/SCALE/questions.yaml index d441b56d299..c815db7a946 100644 --- a/charts/stable/tautulli/SCALE/questions.yaml +++ b/charts/stable/tautulli/SCALE/questions.yaml @@ -162,6 +162,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: @@ -322,18 +328,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" diff --git a/charts/stable/traefik/Chart.yaml b/charts/stable/traefik/Chart.yaml index 0e0386ba6d8..6196e403468 100644 --- a/charts/stable/traefik/Chart.yaml +++ b/charts/stable/traefik/Chart.yaml @@ -29,4 +29,4 @@ sources: - https://github.com/traefik/traefik-helm-chart - https://traefik.io/ type: application -version: 4.0.0 +version: 4.0.1 diff --git a/charts/stable/transmission/Chart.yaml b/charts/stable/transmission/Chart.yaml index 6468109a085..0d5acfbeec5 100644 --- a/charts/stable/transmission/Chart.yaml +++ b/charts/stable/transmission/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://github.com/transmission/transmission - https://hub.docker.com/r/linuxserver/transmission type: application -version: 5.0.0 +version: 5.0.1 diff --git a/charts/stable/transmission/SCALE/questions.yaml b/charts/stable/transmission/SCALE/questions.yaml index 3a1cc0e8f76..3631a0649aa 100644 --- a/charts/stable/transmission/SCALE/questions.yaml +++ b/charts/stable/transmission/SCALE/questions.yaml @@ -343,6 +343,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: @@ -437,6 +443,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: @@ -482,6 +494,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: @@ -642,18 +660,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" diff --git a/charts/stable/truecommand/Chart.yaml b/charts/stable/truecommand/Chart.yaml index d86325fa3e9..e354076c1f6 100644 --- a/charts/stable/truecommand/Chart.yaml +++ b/charts/stable/truecommand/Chart.yaml @@ -23,4 +23,4 @@ sources: - https://github.com/truecharts/apps/tree/master/incubator/truecommand - https://hub.docker.com/r/ixsystems/truecommand type: application -version: 5.0.0 +version: 5.0.1 diff --git a/charts/stable/truecommand/SCALE/questions.yaml b/charts/stable/truecommand/SCALE/questions.yaml index f1b2ce360b7..5374d29098b 100644 --- a/charts/stable/truecommand/SCALE/questions.yaml +++ b/charts/stable/truecommand/SCALE/questions.yaml @@ -174,6 +174,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: @@ -335,18 +341,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" diff --git a/charts/stable/vaultwarden/Chart.yaml b/charts/stable/vaultwarden/Chart.yaml index 889abc4357f..65d7f4c6158 100644 --- a/charts/stable/vaultwarden/Chart.yaml +++ b/charts/stable/vaultwarden/Chart.yaml @@ -33,4 +33,4 @@ sources: - https://github.com/k8s-at-home/charts/tree/master/charts/stable/bitwardenrs - https://github.com/dani-garcia/vaultwarden type: application -version: 2.0.0 +version: 2.0.1 diff --git a/charts/stable/vaultwarden/SCALE/questions.yaml b/charts/stable/vaultwarden/SCALE/questions.yaml index 05cd00a9eff..4852d90ac71 100644 --- a/charts/stable/vaultwarden/SCALE/questions.yaml +++ b/charts/stable/vaultwarden/SCALE/questions.yaml @@ -457,6 +457,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: @@ -551,6 +557,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: @@ -853,18 +865,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" diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index 7aa9cab4fa9..2e8e6113189 100644 --- a/charts/stable/zwavejs2mqtt/Chart.yaml +++ b/charts/stable/zwavejs2mqtt/Chart.yaml @@ -30,4 +30,4 @@ sources: - https://hub.docker.com/r/zwavejs/zwavejs2mqtt type: application upstream_version: 1.1.0 -version: 5.0.0 +version: 5.0.1 diff --git a/charts/stable/zwavejs2mqtt/SCALE/questions.yaml b/charts/stable/zwavejs2mqtt/SCALE/questions.yaml index da4bbd31b0a..c2e647263a7 100644 --- a/charts/stable/zwavejs2mqtt/SCALE/questions.yaml +++ b/charts/stable/zwavejs2mqtt/SCALE/questions.yaml @@ -155,6 +155,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: @@ -249,6 +255,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: @@ -409,18 +421,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" diff --git a/docs/development/app development/services.md b/docs/development/app development/services.md index 84987a0fc97..e4319b50e78 100644 --- a/docs/development/app development/services.md +++ b/docs/development/app development/services.md @@ -88,6 +88,12 @@ Please keep in mind that every App is different, some just have one service (whi schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: protocol label: "Port Type" schema: @@ -129,69 +135,3 @@ Please keep in mind that every App is different, some just have one service (whi default: 36041 required: true ``` - -##### Unlimited custom services - -in some edgecases users might need or want to have the option to add unlimited custom Services. While we _highly_ suggest not doing so, these services can be added with the following standardised template: - -``` - - variable: additionalServices - label: "Custom Services" - group: "Networking" - schema: - type: list - default: [] - items: - - variable: additionalService - label: "Custom Service" - schema: - type: dict - attrs: - - variable: enabled - label: "Enable the service" - schema: - type: boolean - default: true - hidden: true - - variable: type - label: "Service type" - description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System" - schema: - type: string - default: "ClusterIP" - enum: - - value: "nodePort" - description: "NodePort" - - value: "ClusterIP" - description: "ClusterIP" - - variable: port - label: "Port configuration" - schema: - type: dict - attrs: - - variable: port - label: "container port" - schema: - type: int - default: 80 - editable: false - hidden: true - - variable: targetport - label: "Internal Service port" - description: "When connecting internally to this App, you'll need this port" - schema: - type: int - default: 80 - editable: false - hidden: true - - variable: nodePort - label: "(optional) host nodePort to expose to" - description: "only get used when nodePort is selected" - schema: - type: int - min: 9000 - max: 65535 - default: 36052 - required: true - -``` diff --git a/docs/development/app development/storage.md b/docs/development/app development/storage.md index 02d27e4c0ac..8dc46cec445 100644 --- a/docs/development/app development/storage.md +++ b/docs/development/app development/storage.md @@ -147,18 +147,16 @@ It should always be included in any App, to give users the option to customise t 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"