From d971b460cba99dfcf688b9a31d54e90d126cc629 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 25 May 2021 13:28:20 +0200 Subject: [PATCH] Remove unneeded schema values (#515) * no message * bump patch versions * Remove all hidden: false BS schema values --- charts/deprecated/bitwarden/Chart.yaml | 2 +- .../deprecated/bitwarden/SCALE/questions.yaml | 12 ------------ charts/deprecated/nzbhydra/Chart.yaml | 2 +- .../deprecated/nzbhydra/SCALE/questions.yaml | 11 ----------- charts/incubator/appdaemon/Chart.yaml | 2 +- .../incubator/appdaemon/SCALE/questions.yaml | 8 -------- charts/incubator/bazarr/Chart.yaml | 2 +- charts/incubator/bazarr/SCALE/questions.yaml | 11 ----------- charts/incubator/calibre-web/Chart.yaml | 2 +- .../incubator/calibre-web/SCALE/questions.yaml | 11 ----------- charts/incubator/deluge/Chart.yaml | 2 +- charts/incubator/deluge/SCALE/questions.yaml | 15 --------------- charts/incubator/fireflyiii/Chart.yaml | 2 +- .../incubator/fireflyiii/SCALE/questions.yaml | 16 ---------------- charts/incubator/freshrss/Chart.yaml | 2 +- charts/incubator/freshrss/SCALE/questions.yaml | 11 ----------- charts/incubator/gaps/Chart.yaml | 2 +- charts/incubator/gaps/SCALE/questions.yaml | 11 ----------- charts/incubator/grocy/Chart.yaml | 2 +- charts/incubator/grocy/SCALE/questions.yaml | 11 ----------- charts/incubator/heimdall/Chart.yaml | 2 +- charts/incubator/heimdall/SCALE/questions.yaml | 11 ----------- charts/incubator/lazylibrarian/Chart.yaml | 2 +- .../lazylibrarian/SCALE/questions.yaml | 11 ----------- charts/incubator/lychee/Chart.yaml | 2 +- charts/incubator/lychee/SCALE/questions.yaml | 11 ----------- charts/incubator/navidrome/Chart.yaml | 2 +- .../incubator/navidrome/SCALE/questions.yaml | 11 ----------- charts/incubator/node-red/Chart.yaml | 2 +- charts/incubator/node-red/SCALE/questions.yaml | 11 ----------- charts/incubator/nzbget/Chart.yaml | 2 +- charts/incubator/nzbget/SCALE/questions.yaml | 11 ----------- charts/incubator/organizr/Chart.yaml | 2 +- charts/incubator/organizr/SCALE/questions.yaml | 14 -------------- charts/incubator/podgrab/Chart.yaml | 2 +- charts/incubator/podgrab/SCALE/questions.yaml | 11 ----------- charts/incubator/qbittorrent/Chart.yaml | 2 +- .../incubator/qbittorrent/SCALE/questions.yaml | 15 --------------- charts/incubator/readarr/Chart.yaml | 2 +- charts/incubator/readarr/SCALE/questions.yaml | 11 ----------- charts/incubator/sabnzbd/Chart.yaml | 2 +- charts/incubator/sabnzbd/SCALE/questions.yaml | 11 ----------- charts/incubator/tvheadend/Chart.yaml | 2 +- .../incubator/tvheadend/SCALE/questions.yaml | 13 ------------- charts/incubator/unifi/Chart.yaml | 2 +- charts/incubator/unifi/SCALE/questions.yaml | 15 --------------- charts/stable/collabora-online/Chart.yaml | 2 +- .../collabora-online/SCALE/questions.yaml | 8 -------- charts/stable/deepstack-cpu/Chart.yaml | 2 +- .../stable/deepstack-cpu/SCALE/questions.yaml | 11 ----------- charts/stable/emby/Chart.yaml | 2 +- charts/stable/emby/SCALE/questions.yaml | 11 ----------- charts/stable/esphome/Chart.yaml | 2 +- charts/stable/esphome/SCALE/questions.yaml | 14 -------------- charts/stable/handbrake/Chart.yaml | 2 +- charts/stable/handbrake/SCALE/questions.yaml | 15 --------------- charts/stable/home-assistant/Chart.yaml | 2 +- .../stable/home-assistant/SCALE/questions.yaml | 13 ------------- charts/stable/jackett/Chart.yaml | 2 +- charts/stable/jackett/SCALE/questions.yaml | 11 ----------- charts/stable/jellyfin/Chart.yaml | 2 +- charts/stable/jellyfin/SCALE/questions.yaml | 11 ----------- charts/stable/kms/Chart.yaml | 2 +- charts/stable/kms/SCALE/questions.yaml | 8 -------- charts/stable/lidarr/Chart.yaml | 2 +- charts/stable/lidarr/SCALE/questions.yaml | 11 ----------- charts/stable/ombi/Chart.yaml | 2 +- charts/stable/ombi/SCALE/questions.yaml | 11 ----------- charts/stable/plex/Chart.yaml | 2 +- charts/stable/plex/SCALE/questions.yaml | 11 ----------- charts/stable/radarr/Chart.yaml | 2 +- charts/stable/radarr/SCALE/questions.yaml | 11 ----------- charts/stable/sonarr/Chart.yaml | 2 +- charts/stable/sonarr/SCALE/questions.yaml | 11 ----------- charts/stable/syncthing/Chart.yaml | 2 +- charts/stable/syncthing/SCALE/questions.yaml | 17 ----------------- charts/stable/tautulli/Chart.yaml | 2 +- charts/stable/tautulli/SCALE/questions.yaml | 11 ----------- charts/stable/traefik/Chart.yaml | 2 +- charts/stable/traefik/SCALE/questions.yaml | 4 ---- charts/stable/transmission/Chart.yaml | 2 +- .../stable/transmission/SCALE/questions.yaml | 15 --------------- charts/stable/truecommand/Chart.yaml | 2 +- charts/stable/truecommand/SCALE/questions.yaml | 11 ----------- charts/stable/vaultwarden/Chart.yaml | 2 +- charts/stable/vaultwarden/SCALE/questions.yaml | 18 ------------------ charts/stable/zwavejs2mqtt/Chart.yaml | 2 +- .../stable/zwavejs2mqtt/SCALE/questions.yaml | 15 --------------- 88 files changed, 44 insertions(+), 565 deletions(-) diff --git a/charts/deprecated/bitwarden/Chart.yaml b/charts/deprecated/bitwarden/Chart.yaml index e2f9e7108f9..aa22e7abc25 100644 --- a/charts/deprecated/bitwarden/Chart.yaml +++ b/charts/deprecated/bitwarden/Chart.yaml @@ -27,4 +27,4 @@ sources: - https://github.com/dani-garcia/bitwarden_rs type: application upstream_version: 2.1.5 -version: 1.3.1 +version: 1.3.2 diff --git a/charts/deprecated/bitwarden/SCALE/questions.yaml b/charts/deprecated/bitwarden/SCALE/questions.yaml index 9a27b75ae78..901263134bb 100644 --- a/charts/deprecated/bitwarden/SCALE/questions.yaml +++ b/charts/deprecated/bitwarden/SCALE/questions.yaml @@ -540,7 +540,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than Internal will break rollback!" @@ -561,14 +560,12 @@ questions: label: "Use Empty Dir Mountpoint" schema: type: dict - hidden: false attrs: - variable: enabled label: "Enable emptyDir" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: @@ -636,14 +633,12 @@ questions: label: "Use Empty Dir Mountpoint" schema: type: dict - hidden: false attrs: - variable: enabled label: "Enable emptyDir" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: @@ -683,7 +678,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than Internal will break rollback!" @@ -704,14 +698,12 @@ questions: label: "Use Empty Dir Mountpoint" schema: type: dict - hidden: false attrs: - variable: enabled label: "Enable emptyDir" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: @@ -757,23 +749,19 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "emptyDir" schema: diff --git a/charts/deprecated/nzbhydra/Chart.yaml b/charts/deprecated/nzbhydra/Chart.yaml index 1cc8d8cfc56..4edff9928c3 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.2 +version: 5.0.3 diff --git a/charts/deprecated/nzbhydra/SCALE/questions.yaml b/charts/deprecated/nzbhydra/SCALE/questions.yaml index be8909a4b1b..21e6f4dda3f 100644 --- a/charts/deprecated/nzbhydra/SCALE/questions.yaml +++ b/charts/deprecated/nzbhydra/SCALE/questions.yaml @@ -173,7 +173,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -197,7 +196,6 @@ questions: type: int default: 5076 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -227,7 +225,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -245,14 +242,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -300,35 +295,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/appdaemon/Chart.yaml b/charts/incubator/appdaemon/Chart.yaml index 5dae2d8b387..58197470c51 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.2 +version: 2.0.3 diff --git a/charts/incubator/appdaemon/SCALE/questions.yaml b/charts/incubator/appdaemon/SCALE/questions.yaml index 97931def65c..3c58464c1da 100644 --- a/charts/incubator/appdaemon/SCALE/questions.yaml +++ b/charts/incubator/appdaemon/SCALE/questions.yaml @@ -216,7 +216,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -240,7 +239,6 @@ questions: type: int default: 51050 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -269,35 +267,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/bazarr/Chart.yaml b/charts/incubator/bazarr/Chart.yaml index 7ac8c3785a0..f75120462b0 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.2 +version: 5.0.3 diff --git a/charts/incubator/bazarr/SCALE/questions.yaml b/charts/incubator/bazarr/SCALE/questions.yaml index 0071f5b8eb3..8b8abf4d125 100644 --- a/charts/incubator/bazarr/SCALE/questions.yaml +++ b/charts/incubator/bazarr/SCALE/questions.yaml @@ -173,7 +173,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -197,7 +196,6 @@ questions: type: int default: 6767 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -227,7 +225,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -245,14 +242,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -300,35 +295,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/calibre-web/Chart.yaml b/charts/incubator/calibre-web/Chart.yaml index f9b9584dc75..e5146b1f79b 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.2 +version: 5.0.3 diff --git a/charts/incubator/calibre-web/SCALE/questions.yaml b/charts/incubator/calibre-web/SCALE/questions.yaml index 47de72d3ab5..0af79323557 100644 --- a/charts/incubator/calibre-web/SCALE/questions.yaml +++ b/charts/incubator/calibre-web/SCALE/questions.yaml @@ -185,7 +185,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -209,7 +208,6 @@ questions: type: int default: 8083 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -239,7 +237,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -257,14 +254,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -312,35 +307,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/deluge/Chart.yaml b/charts/incubator/deluge/Chart.yaml index 622c52531e6..8e41109bb61 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.2 +version: 5.0.3 diff --git a/charts/incubator/deluge/SCALE/questions.yaml b/charts/incubator/deluge/SCALE/questions.yaml index bd40e8fbfa1..eb77f60eccc 100644 --- a/charts/incubator/deluge/SCALE/questions.yaml +++ b/charts/incubator/deluge/SCALE/questions.yaml @@ -186,7 +186,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -210,7 +209,6 @@ questions: type: int default: 8112 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -286,7 +284,6 @@ questions: schema: type: string default: "TCP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -310,7 +307,6 @@ questions: type: int default: 51413 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -337,7 +333,6 @@ questions: schema: type: string default: "UDP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -361,7 +356,6 @@ questions: type: int default: 51413 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -390,7 +384,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -408,14 +401,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -463,35 +454,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/fireflyiii/Chart.yaml b/charts/incubator/fireflyiii/Chart.yaml index f715836ae69..1b64d69801d 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.3 +version: 3.0.4 diff --git a/charts/incubator/fireflyiii/SCALE/questions.yaml b/charts/incubator/fireflyiii/SCALE/questions.yaml index 29656bbefe4..58ff5c5d161 100644 --- a/charts/incubator/fireflyiii/SCALE/questions.yaml +++ b/charts/incubator/fireflyiii/SCALE/questions.yaml @@ -180,7 +180,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -204,7 +203,6 @@ questions: type: int default: 51080 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -234,7 +232,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -252,14 +249,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -326,14 +321,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -375,7 +368,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -393,14 +385,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -448,35 +438,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/freshrss/Chart.yaml b/charts/incubator/freshrss/Chart.yaml index e6a14da09b7..33aa33d89f1 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.2 +version: 5.0.3 diff --git a/charts/incubator/freshrss/SCALE/questions.yaml b/charts/incubator/freshrss/SCALE/questions.yaml index f26ddf3bbdc..e0f86365906 100644 --- a/charts/incubator/freshrss/SCALE/questions.yaml +++ b/charts/incubator/freshrss/SCALE/questions.yaml @@ -185,7 +185,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -209,7 +208,6 @@ questions: type: int default: 80 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -239,7 +237,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -257,14 +254,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -312,35 +307,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/gaps/Chart.yaml b/charts/incubator/gaps/Chart.yaml index 282abaf2a03..ab7c86b5e37 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.2 +version: 5.0.3 diff --git a/charts/incubator/gaps/SCALE/questions.yaml b/charts/incubator/gaps/SCALE/questions.yaml index 0e7cc8ac986..3d4f6ad8c32 100644 --- a/charts/incubator/gaps/SCALE/questions.yaml +++ b/charts/incubator/gaps/SCALE/questions.yaml @@ -173,7 +173,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -197,7 +196,6 @@ questions: type: int default: 8484 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -226,7 +224,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -244,14 +241,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -299,35 +294,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/grocy/Chart.yaml b/charts/incubator/grocy/Chart.yaml index 8bf8e8e533c..2629685dc8d 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.2 +version: 5.0.3 diff --git a/charts/incubator/grocy/SCALE/questions.yaml b/charts/incubator/grocy/SCALE/questions.yaml index 00ed9e969a7..2400eb30489 100644 --- a/charts/incubator/grocy/SCALE/questions.yaml +++ b/charts/incubator/grocy/SCALE/questions.yaml @@ -185,7 +185,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -209,7 +208,6 @@ questions: type: int default: 80 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -238,7 +236,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -256,14 +253,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -311,35 +306,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/heimdall/Chart.yaml b/charts/incubator/heimdall/Chart.yaml index 0758dd6e12e..0d4f52f78cd 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.2 +version: 5.0.3 diff --git a/charts/incubator/heimdall/SCALE/questions.yaml b/charts/incubator/heimdall/SCALE/questions.yaml index e9b328c3bcb..e894f8ec140 100644 --- a/charts/incubator/heimdall/SCALE/questions.yaml +++ b/charts/incubator/heimdall/SCALE/questions.yaml @@ -185,7 +185,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -209,7 +208,6 @@ questions: type: int default: 80 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -239,7 +237,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -257,14 +254,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -312,35 +307,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/lazylibrarian/Chart.yaml b/charts/incubator/lazylibrarian/Chart.yaml index 4506fee94f8..f68484fe10d 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.2 +version: 5.0.3 diff --git a/charts/incubator/lazylibrarian/SCALE/questions.yaml b/charts/incubator/lazylibrarian/SCALE/questions.yaml index 97d2566b06b..d2ac8ee07f6 100644 --- a/charts/incubator/lazylibrarian/SCALE/questions.yaml +++ b/charts/incubator/lazylibrarian/SCALE/questions.yaml @@ -185,7 +185,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -209,7 +208,6 @@ questions: type: int default: 5299 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -239,7 +237,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -257,14 +254,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -312,35 +307,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/lychee/Chart.yaml b/charts/incubator/lychee/Chart.yaml index 0ca3f07574f..dedf1d17eef 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.2 +version: 5.0.3 diff --git a/charts/incubator/lychee/SCALE/questions.yaml b/charts/incubator/lychee/SCALE/questions.yaml index 05fbb4b420a..9a21329edb9 100644 --- a/charts/incubator/lychee/SCALE/questions.yaml +++ b/charts/incubator/lychee/SCALE/questions.yaml @@ -185,7 +185,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -209,7 +208,6 @@ questions: type: int default: 80 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -239,7 +237,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -257,14 +254,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -312,35 +307,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/navidrome/Chart.yaml b/charts/incubator/navidrome/Chart.yaml index 1c5b0e76184..14e894cf6be 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.2 +version: 5.0.3 diff --git a/charts/incubator/navidrome/SCALE/questions.yaml b/charts/incubator/navidrome/SCALE/questions.yaml index 92bdce410af..b4ed0c17b48 100644 --- a/charts/incubator/navidrome/SCALE/questions.yaml +++ b/charts/incubator/navidrome/SCALE/questions.yaml @@ -173,7 +173,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -197,7 +196,6 @@ questions: type: int default: 4533 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -227,7 +225,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -245,14 +242,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -300,35 +295,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/node-red/Chart.yaml b/charts/incubator/node-red/Chart.yaml index ba1775e3a05..fc0ecebc131 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.2 +version: 5.0.3 diff --git a/charts/incubator/node-red/SCALE/questions.yaml b/charts/incubator/node-red/SCALE/questions.yaml index 0f6c621c9f0..ce1dca1fe06 100644 --- a/charts/incubator/node-red/SCALE/questions.yaml +++ b/charts/incubator/node-red/SCALE/questions.yaml @@ -173,7 +173,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -197,7 +196,6 @@ questions: type: int default: 1880 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -227,7 +225,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -245,14 +242,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -300,35 +295,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/nzbget/Chart.yaml b/charts/incubator/nzbget/Chart.yaml index 647423da2da..e10b91341da 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.2 +version: 5.0.3 diff --git a/charts/incubator/nzbget/SCALE/questions.yaml b/charts/incubator/nzbget/SCALE/questions.yaml index 5fcaa333d76..3d742f51453 100644 --- a/charts/incubator/nzbget/SCALE/questions.yaml +++ b/charts/incubator/nzbget/SCALE/questions.yaml @@ -173,7 +173,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -197,7 +196,6 @@ questions: type: int default: 6789 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -227,7 +225,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -245,14 +242,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -300,35 +295,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/organizr/Chart.yaml b/charts/incubator/organizr/Chart.yaml index 66aeed0c79e..6a8d89ff09f 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.2 +version: 5.0.3 diff --git a/charts/incubator/organizr/SCALE/questions.yaml b/charts/incubator/organizr/SCALE/questions.yaml index 7f712a590d4..f01fc6f13fd 100644 --- a/charts/incubator/organizr/SCALE/questions.yaml +++ b/charts/incubator/organizr/SCALE/questions.yaml @@ -185,7 +185,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -209,7 +208,6 @@ questions: type: int default: 80 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -239,7 +237,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -257,14 +254,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -306,7 +301,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -324,14 +318,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -379,35 +371,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/podgrab/Chart.yaml b/charts/incubator/podgrab/Chart.yaml index 2b99cbf891f..0e127897e0e 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.3 +version: 3.0.4 diff --git a/charts/incubator/podgrab/SCALE/questions.yaml b/charts/incubator/podgrab/SCALE/questions.yaml index 5245859e5a1..4b308c2f9a6 100644 --- a/charts/incubator/podgrab/SCALE/questions.yaml +++ b/charts/incubator/podgrab/SCALE/questions.yaml @@ -181,7 +181,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -205,7 +204,6 @@ questions: type: int default: 51080 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -235,7 +233,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -253,14 +250,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -308,35 +303,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/qbittorrent/Chart.yaml b/charts/incubator/qbittorrent/Chart.yaml index 0f8483c2cd3..e59156e8810 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.2 +version: 5.0.3 diff --git a/charts/incubator/qbittorrent/SCALE/questions.yaml b/charts/incubator/qbittorrent/SCALE/questions.yaml index 5b6a2e2706c..ebe1f111ee9 100644 --- a/charts/incubator/qbittorrent/SCALE/questions.yaml +++ b/charts/incubator/qbittorrent/SCALE/questions.yaml @@ -173,7 +173,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -197,7 +196,6 @@ questions: type: int default: 8080 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -273,7 +271,6 @@ questions: schema: type: string default: "TCP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -297,7 +294,6 @@ questions: type: int default: 51413 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -324,7 +320,6 @@ questions: schema: type: string default: "UDP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -348,7 +343,6 @@ questions: type: int default: 51413 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -378,7 +372,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -396,14 +389,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -451,35 +442,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/readarr/Chart.yaml b/charts/incubator/readarr/Chart.yaml index aa8f0411770..f571b254ea4 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.2 +version: 5.0.3 diff --git a/charts/incubator/readarr/SCALE/questions.yaml b/charts/incubator/readarr/SCALE/questions.yaml index dfad54cbf98..0cc3d066859 100644 --- a/charts/incubator/readarr/SCALE/questions.yaml +++ b/charts/incubator/readarr/SCALE/questions.yaml @@ -173,7 +173,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -197,7 +196,6 @@ questions: type: int default: 8787 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -227,7 +225,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -245,14 +242,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -300,35 +295,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/sabnzbd/Chart.yaml b/charts/incubator/sabnzbd/Chart.yaml index ac56341becc..507d49da910 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.2 +version: 5.0.3 diff --git a/charts/incubator/sabnzbd/SCALE/questions.yaml b/charts/incubator/sabnzbd/SCALE/questions.yaml index 71646076766..5fd31599e9b 100644 --- a/charts/incubator/sabnzbd/SCALE/questions.yaml +++ b/charts/incubator/sabnzbd/SCALE/questions.yaml @@ -180,7 +180,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -204,7 +203,6 @@ questions: type: int default: 8080 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -234,7 +232,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -252,14 +249,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -307,35 +302,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/tvheadend/Chart.yaml b/charts/incubator/tvheadend/Chart.yaml index d4a68e3f193..e5116d69d61 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.3 +version: 6.0.4 diff --git a/charts/incubator/tvheadend/SCALE/questions.yaml b/charts/incubator/tvheadend/SCALE/questions.yaml index 85cf57ee1a0..8da4755664a 100644 --- a/charts/incubator/tvheadend/SCALE/questions.yaml +++ b/charts/incubator/tvheadend/SCALE/questions.yaml @@ -184,7 +184,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -208,7 +207,6 @@ questions: type: int default: 9981 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -284,7 +282,6 @@ questions: schema: type: string default: "TCP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -308,7 +305,6 @@ questions: type: int default: 9982 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -337,7 +333,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -355,14 +350,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -410,35 +403,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/incubator/unifi/Chart.yaml b/charts/incubator/unifi/Chart.yaml index 38b97df5c34..b240473ed70 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.2 +version: 5.0.3 diff --git a/charts/incubator/unifi/SCALE/questions.yaml b/charts/incubator/unifi/SCALE/questions.yaml index d2412e9ba19..e5feb21d758 100644 --- a/charts/incubator/unifi/SCALE/questions.yaml +++ b/charts/incubator/unifi/SCALE/questions.yaml @@ -186,7 +186,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -210,7 +209,6 @@ questions: type: int default: 8443 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -286,7 +284,6 @@ questions: schema: type: string default: "TCP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -310,7 +307,6 @@ questions: type: int default: 8080 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -386,7 +382,6 @@ questions: schema: type: string default: "UDP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -410,7 +405,6 @@ questions: type: int default: 3478 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -439,7 +433,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -457,14 +450,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -512,35 +503,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/stable/collabora-online/Chart.yaml b/charts/stable/collabora-online/Chart.yaml index 1c06f487000..556f157cd82 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.2 +version: 5.0.3 diff --git a/charts/stable/collabora-online/SCALE/questions.yaml b/charts/stable/collabora-online/SCALE/questions.yaml index 9e5b8930b89..1681fc40624 100644 --- a/charts/stable/collabora-online/SCALE/questions.yaml +++ b/charts/stable/collabora-online/SCALE/questions.yaml @@ -205,7 +205,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -229,7 +228,6 @@ questions: type: int default: 9980 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -258,35 +256,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/stable/deepstack-cpu/Chart.yaml b/charts/stable/deepstack-cpu/Chart.yaml index 82494bd56b4..48e6610561c 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.2 +version: 3.0.3 diff --git a/charts/stable/deepstack-cpu/SCALE/questions.yaml b/charts/stable/deepstack-cpu/SCALE/questions.yaml index e3d149ad213..03af9dffa8c 100644 --- a/charts/stable/deepstack-cpu/SCALE/questions.yaml +++ b/charts/stable/deepstack-cpu/SCALE/questions.yaml @@ -239,7 +239,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -263,7 +262,6 @@ questions: type: int default: 5000 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -292,7 +290,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -310,14 +307,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -365,35 +360,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/stable/emby/Chart.yaml b/charts/stable/emby/Chart.yaml index 5f82016c8f9..6b1d6401a87 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.2 +version: 5.0.3 diff --git a/charts/stable/emby/SCALE/questions.yaml b/charts/stable/emby/SCALE/questions.yaml index d14513bf4bc..1bcc720695d 100644 --- a/charts/stable/emby/SCALE/questions.yaml +++ b/charts/stable/emby/SCALE/questions.yaml @@ -173,7 +173,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -197,7 +196,6 @@ questions: type: int default: 8096 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -226,7 +224,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -244,14 +241,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -299,35 +294,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index d9d438edb88..18cd2efe4b9 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.2 +version: 5.0.3 diff --git a/charts/stable/esphome/SCALE/questions.yaml b/charts/stable/esphome/SCALE/questions.yaml index a519f9a9715..309acdd0d2e 100644 --- a/charts/stable/esphome/SCALE/questions.yaml +++ b/charts/stable/esphome/SCALE/questions.yaml @@ -167,7 +167,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -191,7 +190,6 @@ questions: type: int default: 6052 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -220,7 +218,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -238,14 +235,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -287,7 +282,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -305,14 +299,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -360,35 +352,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/stable/handbrake/Chart.yaml b/charts/stable/handbrake/Chart.yaml index 947adca0d3b..fb3bed76ec6 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.2 +version: 5.0.3 diff --git a/charts/stable/handbrake/SCALE/questions.yaml b/charts/stable/handbrake/SCALE/questions.yaml index a13519f5d82..ef75735ed5b 100644 --- a/charts/stable/handbrake/SCALE/questions.yaml +++ b/charts/stable/handbrake/SCALE/questions.yaml @@ -257,7 +257,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -281,7 +280,6 @@ questions: type: int default: 5800 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -357,7 +355,6 @@ questions: schema: type: string default: "TCP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -381,7 +378,6 @@ questions: type: int default: 5900 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -410,7 +406,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -428,14 +423,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -483,35 +476,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: @@ -560,14 +547,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml index b0dc78ee895..b7374e42bae 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.2 +version: 5.0.3 diff --git a/charts/stable/home-assistant/SCALE/questions.yaml b/charts/stable/home-assistant/SCALE/questions.yaml index 8b13f973eb5..383b32ed016 100644 --- a/charts/stable/home-assistant/SCALE/questions.yaml +++ b/charts/stable/home-assistant/SCALE/questions.yaml @@ -201,7 +201,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -225,7 +224,6 @@ questions: type: int default: 8123 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -254,7 +252,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -272,14 +269,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -327,35 +322,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: @@ -404,14 +393,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index 9c1e52ac2fb..a247e035b44 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.2 +version: 5.0.3 diff --git a/charts/stable/jackett/SCALE/questions.yaml b/charts/stable/jackett/SCALE/questions.yaml index 3883aaabf4f..ee9ed78c9b9 100644 --- a/charts/stable/jackett/SCALE/questions.yaml +++ b/charts/stable/jackett/SCALE/questions.yaml @@ -173,7 +173,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -197,7 +196,6 @@ questions: type: int default: 9117 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -226,7 +224,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -244,14 +241,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -299,35 +294,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml index 324440c02d7..beee251c735 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.2 +version: 5.0.3 diff --git a/charts/stable/jellyfin/SCALE/questions.yaml b/charts/stable/jellyfin/SCALE/questions.yaml index 42f85de3681..7a115c8b0f0 100644 --- a/charts/stable/jellyfin/SCALE/questions.yaml +++ b/charts/stable/jellyfin/SCALE/questions.yaml @@ -173,7 +173,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -197,7 +196,6 @@ questions: type: int default: 8096 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -226,7 +224,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -244,14 +241,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -299,35 +294,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/stable/kms/Chart.yaml b/charts/stable/kms/Chart.yaml index 680857fa775..f1ba340b87b 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.2 +version: 5.0.3 diff --git a/charts/stable/kms/SCALE/questions.yaml b/charts/stable/kms/SCALE/questions.yaml index a96b7c6f569..af208706726 100644 --- a/charts/stable/kms/SCALE/questions.yaml +++ b/charts/stable/kms/SCALE/questions.yaml @@ -177,7 +177,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -201,7 +200,6 @@ questions: type: int default: 1688 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -230,35 +228,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml index a556a01fc88..50d4ff2756d 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.2 +version: 5.0.3 diff --git a/charts/stable/lidarr/SCALE/questions.yaml b/charts/stable/lidarr/SCALE/questions.yaml index d123c1d450d..068ecc20f75 100644 --- a/charts/stable/lidarr/SCALE/questions.yaml +++ b/charts/stable/lidarr/SCALE/questions.yaml @@ -173,7 +173,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -197,7 +196,6 @@ questions: type: int default: 8686 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -226,7 +224,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -244,14 +241,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -299,35 +294,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/stable/ombi/Chart.yaml b/charts/stable/ombi/Chart.yaml index c9ab5ff31a5..bfebcc6ccb4 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.2 +version: 5.0.3 diff --git a/charts/stable/ombi/SCALE/questions.yaml b/charts/stable/ombi/SCALE/questions.yaml index 35e28fabab4..25b26c5a909 100644 --- a/charts/stable/ombi/SCALE/questions.yaml +++ b/charts/stable/ombi/SCALE/questions.yaml @@ -173,7 +173,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -197,7 +196,6 @@ questions: type: int default: 3579 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -226,7 +224,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -244,14 +241,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -299,35 +294,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml index b589c652318..2feb504f856 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.2 +version: 4.0.3 diff --git a/charts/stable/plex/SCALE/questions.yaml b/charts/stable/plex/SCALE/questions.yaml index 7cb7ff3d11e..144af694bc1 100644 --- a/charts/stable/plex/SCALE/questions.yaml +++ b/charts/stable/plex/SCALE/questions.yaml @@ -191,7 +191,6 @@ questions: schema: type: string default: "HTTPS" - hidden: false enum: - value: HTTP description: "HTTP" @@ -215,7 +214,6 @@ questions: type: int default: 32400 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -244,7 +242,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -262,14 +259,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -317,35 +312,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index ef494ba9f2f..0ca13566f48 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.2 +version: 5.0.3 diff --git a/charts/stable/radarr/SCALE/questions.yaml b/charts/stable/radarr/SCALE/questions.yaml index e38e0143315..0589a3fbff5 100644 --- a/charts/stable/radarr/SCALE/questions.yaml +++ b/charts/stable/radarr/SCALE/questions.yaml @@ -173,7 +173,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -197,7 +196,6 @@ questions: type: int default: 7878 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -226,7 +224,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -244,14 +241,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -299,35 +294,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index 84e1c69607a..a7b6dcd627c 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.2 +version: 5.0.3 diff --git a/charts/stable/sonarr/SCALE/questions.yaml b/charts/stable/sonarr/SCALE/questions.yaml index cec99e63251..1e32f7f0c26 100644 --- a/charts/stable/sonarr/SCALE/questions.yaml +++ b/charts/stable/sonarr/SCALE/questions.yaml @@ -173,7 +173,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -197,7 +196,6 @@ questions: type: int default: 8989 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -226,7 +224,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -244,14 +241,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -299,35 +294,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml index db3b2c8c1a7..70ece430ece 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.1.2 +version: 5.1.3 diff --git a/charts/stable/syncthing/SCALE/questions.yaml b/charts/stable/syncthing/SCALE/questions.yaml index fec91cd9c5e..daf219493de 100644 --- a/charts/stable/syncthing/SCALE/questions.yaml +++ b/charts/stable/syncthing/SCALE/questions.yaml @@ -167,7 +167,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -191,7 +190,6 @@ questions: type: int default: 8384 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -275,7 +273,6 @@ questions: schema: type: string default: "TCP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -299,7 +296,6 @@ questions: type: int default: 22000 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -332,7 +328,6 @@ questions: schema: type: string default: "UDP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -356,7 +351,6 @@ questions: type: int default: 22000 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -440,7 +434,6 @@ questions: schema: type: string default: "UDP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -464,7 +457,6 @@ questions: type: int default: 21027 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -494,7 +486,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -512,14 +503,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -567,35 +556,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/stable/tautulli/Chart.yaml b/charts/stable/tautulli/Chart.yaml index bb4dbb1293b..faadea0061e 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.2 +version: 5.0.3 diff --git a/charts/stable/tautulli/SCALE/questions.yaml b/charts/stable/tautulli/SCALE/questions.yaml index c815db7a946..d19e7a61dad 100644 --- a/charts/stable/tautulli/SCALE/questions.yaml +++ b/charts/stable/tautulli/SCALE/questions.yaml @@ -173,7 +173,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -197,7 +196,6 @@ questions: type: int default: 8181 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -226,7 +224,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -244,14 +241,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -299,35 +294,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/stable/traefik/Chart.yaml b/charts/stable/traefik/Chart.yaml index 6196e403468..69e3b2adaf6 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.1 +version: 4.0.2 diff --git a/charts/stable/traefik/SCALE/questions.yaml b/charts/stable/traefik/SCALE/questions.yaml index 04324aa77e5..3bb0c0a07d7 100644 --- a/charts/stable/traefik/SCALE/questions.yaml +++ b/charts/stable/traefik/SCALE/questions.yaml @@ -662,7 +662,6 @@ questions: - variable: serviceTarget label: "IP Adress of the external service" schema: - hidden: false editable: true required: true type: string @@ -671,7 +670,6 @@ questions: label: "External Service Port" description: "The port on the external service you want to proxy" schema: - hidden: false required: true editable: true type: int @@ -680,7 +678,6 @@ questions: label: "Connection Type" description: "Connection Type between Traefik and the external service" schema: - hidden: false editable: true required: true default: "HTTP" @@ -716,7 +713,6 @@ questions: schema: type: string required: true - hidden: false default: "/" - variable: certType label: "Select Certificate Type" diff --git a/charts/stable/transmission/Chart.yaml b/charts/stable/transmission/Chart.yaml index c3c07c5e06a..324a6a794f5 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.2 +version: 5.0.3 diff --git a/charts/stable/transmission/SCALE/questions.yaml b/charts/stable/transmission/SCALE/questions.yaml index 3631a0649aa..b60e3161034 100644 --- a/charts/stable/transmission/SCALE/questions.yaml +++ b/charts/stable/transmission/SCALE/questions.yaml @@ -354,7 +354,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -378,7 +377,6 @@ questions: type: int default: 9091 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -454,7 +452,6 @@ questions: schema: type: string default: "TCP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -478,7 +475,6 @@ questions: type: int default: 51413 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -505,7 +501,6 @@ questions: schema: type: string default: "UDP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -529,7 +524,6 @@ questions: type: int default: 51413 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -558,7 +552,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -576,14 +569,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -631,35 +622,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/stable/truecommand/Chart.yaml b/charts/stable/truecommand/Chart.yaml index 0f5fbe44b25..5378c560a7f 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.2 +version: 5.0.3 diff --git a/charts/stable/truecommand/SCALE/questions.yaml b/charts/stable/truecommand/SCALE/questions.yaml index 5374d29098b..e06adb341bb 100644 --- a/charts/stable/truecommand/SCALE/questions.yaml +++ b/charts/stable/truecommand/SCALE/questions.yaml @@ -185,7 +185,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -209,7 +208,6 @@ questions: type: int default: 80 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -239,7 +237,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -257,14 +254,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -312,35 +307,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/stable/vaultwarden/Chart.yaml b/charts/stable/vaultwarden/Chart.yaml index 656c0d23b18..6d343960129 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.3 +version: 2.0.4 diff --git a/charts/stable/vaultwarden/SCALE/questions.yaml b/charts/stable/vaultwarden/SCALE/questions.yaml index 0ff67dd6894..e4dca2d625d 100644 --- a/charts/stable/vaultwarden/SCALE/questions.yaml +++ b/charts/stable/vaultwarden/SCALE/questions.yaml @@ -468,7 +468,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -492,7 +491,6 @@ questions: type: int default: 8080 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -568,7 +566,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -592,7 +589,6 @@ questions: type: int default: 3012 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -622,7 +618,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -640,14 +635,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -714,14 +707,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -763,7 +754,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than Internal will break rollback!" @@ -781,14 +771,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -836,35 +824,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index b0afd263d82..65a3e57bd7c 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.2 +version: 5.0.3 diff --git a/charts/stable/zwavejs2mqtt/SCALE/questions.yaml b/charts/stable/zwavejs2mqtt/SCALE/questions.yaml index c2e647263a7..faf53992bce 100644 --- a/charts/stable/zwavejs2mqtt/SCALE/questions.yaml +++ b/charts/stable/zwavejs2mqtt/SCALE/questions.yaml @@ -166,7 +166,6 @@ questions: schema: type: string default: "HTTP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -190,7 +189,6 @@ questions: type: int default: 8091 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -266,7 +264,6 @@ questions: schema: type: string default: "TCP" - hidden: false enum: - value: HTTP description: "HTTP" @@ -290,7 +287,6 @@ questions: type: int default: 3000 editable: true - hidden: false required: true - variable: nodePort label: "Node Port (Optional)" @@ -319,7 +315,6 @@ questions: schema: type: boolean default: true - hidden: false - variable: storageClass label: "Type of Storage" description: " Warning: Anything other than SCALE-ZFS will break rollback!" @@ -337,14 +332,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium @@ -392,35 +385,29 @@ questions: schema: type: boolean default: true - required: true hidden: true - editable: false - variable: setPermissions label: "Automatic Permissions" description: "Automatically set permissions on install" schema: type: boolean default: true - hidden: false - variable: readOnly label: "Mount as ReadOnly" description: "prevent any write from being done to the mounted volume" schema: type: boolean default: false - hidden: false - variable: emptyDir label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false - variable: medium label: "EmptyDir Medium" schema: @@ -469,14 +456,12 @@ questions: label: "EmptyDir Volume" schema: type: dict - hidden: false attrs: - variable: enabled label: "Use emptyDir volume" schema: type: boolean default: false - hidden: false show_subquestions_if: true subquestions: - variable: medium