From 190a581354a9bb2b2619ab8faadefa44465ef316 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 16 Jun 2022 17:40:35 +0300 Subject: [PATCH] chore(apps): remove UI leftovers (#2914) --- charts/incubator/frigate/Chart.yaml | 2 +- charts/incubator/frigate/questions.yaml | 51 +------------- charts/stable/airdcpp-webclient/Chart.yaml | 2 +- .../stable/airdcpp-webclient/questions.yaml | 6 -- charts/stable/tdarr-node/Chart.yaml | 2 +- charts/stable/tdarr-node/questions.yaml | 70 ------------------- charts/stable/tdarr/Chart.yaml | 2 +- charts/stable/tdarr/questions.yaml | 70 ------------------- charts/stable/trilium-notes/Chart.yaml | 2 +- charts/stable/trilium-notes/questions.yaml | 6 -- 10 files changed, 6 insertions(+), 207 deletions(-) diff --git a/charts/incubator/frigate/Chart.yaml b/charts/incubator/frigate/Chart.yaml index 7da3f2f0f20..ee0cb9131a4 100644 --- a/charts/incubator/frigate/Chart.yaml +++ b/charts/incubator/frigate/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/blakeblackshear/frigate - https://hub.docker.com/r/blakeblackshear/frigate type: application -version: 2.0.4 +version: 2.0.5 annotations: truecharts.org/catagories: | - nvr diff --git a/charts/incubator/frigate/questions.yaml b/charts/incubator/frigate/questions.yaml index 5e4cb378903..aae171516b6 100644 --- a/charts/incubator/frigate/questions.yaml +++ b/charts/incubator/frigate/questions.yaml @@ -224,12 +224,6 @@ questions: additional_attrs: true type: dict attrs: - - variable: enabled - label: "Enable the storage" - schema: - type: boolean - default: true - hidden: true # Include{persistenceBasic} # Include{persistenceAdvanced} - variable: cache @@ -239,17 +233,8 @@ questions: additional_attrs: true type: dict attrs: - - variable: enabled - label: "Enable the storage" - schema: - type: boolean - default: true - hidden: true # Include{persistenceBasic} # Include{persistenceAdvanced} - - - - variable: cache label: "App Transcode cache" description: "Stores the Application Transcode cache." @@ -257,43 +242,9 @@ questions: additional_attrs: true type: dict attrs: - - variable: enabled - label: "Enable the storage" - schema: - type: boolean - default: true - - variable: type - label: "(Advanced) Type of Storage" - description: "Sets the persistence type" - schema: - type: string - default: "emptyDir" - enum: - - value: "pvc" - description: "pvc" - - value: "emptyDir" - description: "emptyDir" - - value: "hostPath" - description: "hostPath" # Include{persistenceBasic} - - variable: hostPath - label: "hostPath" - description: "Path inside the container the storage is mounted" - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: "EmptyDir Medium" - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "Memory" - description: "Memory" # Include{persistenceAdvanced} + # Include{persistenceList} - variable: ingress diff --git a/charts/stable/airdcpp-webclient/Chart.yaml b/charts/stable/airdcpp-webclient/Chart.yaml index 8e52692ccbf..fbee6ecea70 100644 --- a/charts/stable/airdcpp-webclient/Chart.yaml +++ b/charts/stable/airdcpp-webclient/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/airdcpp-web/airdcpp-webclient - https://hub.docker.com/r/gangefors/airdcpp-webclient type: application -version: 3.0.4 +version: 3.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/airdcpp-webclient/questions.yaml b/charts/stable/airdcpp-webclient/questions.yaml index 68ce76a8143..4ec6129e15e 100644 --- a/charts/stable/airdcpp-webclient/questions.yaml +++ b/charts/stable/airdcpp-webclient/questions.yaml @@ -349,12 +349,6 @@ questions: additional_attrs: true type: dict attrs: - - variable: enabled - label: "Enable the storage" - schema: - type: boolean - default: true - hidden: true # Include{persistenceBasic} # Include{persistenceAdvanced} # Include{persistenceList} diff --git a/charts/stable/tdarr-node/Chart.yaml b/charts/stable/tdarr-node/Chart.yaml index c5f4796ea3c..877072eaad5 100644 --- a/charts/stable/tdarr-node/Chart.yaml +++ b/charts/stable/tdarr-node/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/HaveAGitGat/Tdarr - https://hub.docker.com/r/haveagitgat/tdarr_node type: application -version: 2.0.4 +version: 2.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/tdarr-node/questions.yaml b/charts/stable/tdarr-node/questions.yaml index d56922920f1..650d759335e 100644 --- a/charts/stable/tdarr-node/questions.yaml +++ b/charts/stable/tdarr-node/questions.yaml @@ -136,42 +136,7 @@ questions: additional_attrs: true type: dict attrs: - - variable: type - label: "Type of Storage" - description: "Sets the persistence type, Anything other than PVC could break rollback!" - schema: - type: string - default: "simplePVC" - enum: - - value: "simplePVC" - description: "PVC (simple)" - - value: "simpleHP" - description: "HostPath (simple)" - - value: "emptyDir" - description: "emptyDir" - - value: "pvc" - description: "pvc" - - value: "hostPath" - description: "hostPath" # Include{persistenceBasic} - - variable: hostPath - label: "hostPath" - description: "Path inside the container the storage is mounted" - schema: - show_if: [["type", "=", "hostPath"]] - required: true - type: hostpath - - variable: medium - label: "EmptyDir Medium" - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "Memory" - description: "Memory" # Include{persistenceAdvanced} - variable: media label: "App Media" @@ -180,42 +145,7 @@ questions: additional_attrs: true type: dict attrs: - - variable: type - label: "Type of Storage" - description: "Sets the persistence type, Anything other than PVC could break rollback!" - schema: - type: string - default: "simplePVC" - enum: - - value: "simplePVC" - description: "PVC (simple)" - - value: "simpleHP" - description: "HostPath (simple)" - - value: "emptyDir" - description: "emptyDir" - - value: "pvc" - description: "pvc" - - value: "hostPath" - description: "hostPath" # Include{persistenceBasic} - - variable: hostPath - label: "hostPath" - description: "Path inside the container the storage is mounted" - schema: - show_if: [["type", "=", "hostPath"]] - required: true - type: hostpath - - variable: medium - label: "EmptyDir Medium" - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "Memory" - description: "Memory" # Include{persistenceAdvanced} # Include{persistenceList} diff --git a/charts/stable/tdarr/Chart.yaml b/charts/stable/tdarr/Chart.yaml index 29c61ac6b5f..6e5fcaca130 100644 --- a/charts/stable/tdarr/Chart.yaml +++ b/charts/stable/tdarr/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/HaveAGitGat/Tdarr - https://hub.docker.com/r/haveagitgat/tdarr type: application -version: 2.0.4 +version: 2.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/tdarr/questions.yaml b/charts/stable/tdarr/questions.yaml index 1219917e779..4af18ff55bb 100644 --- a/charts/stable/tdarr/questions.yaml +++ b/charts/stable/tdarr/questions.yaml @@ -278,42 +278,7 @@ questions: additional_attrs: true type: dict attrs: - - variable: type - label: "Type of Storage" - description: "Sets the persistence type, Anything other than PVC could break rollback!" - schema: - type: string - default: "simplePVC" - enum: - - value: "simplePVC" - description: "PVC (simple)" - - value: "simpleHP" - description: "HostPath (simple)" - - value: "emptyDir" - description: "emptyDir" - - value: "pvc" - description: "pvc" - - value: "hostPath" - description: "hostPath" # Include{persistenceBasic} - - variable: hostPath - label: "hostPath" - description: "Path inside the container the storage is mounted" - schema: - show_if: [["type", "=", "hostPath"]] - required: true - type: hostpath - - variable: medium - label: "EmptyDir Medium" - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "Memory" - description: "Memory" # Include{persistenceAdvanced} - variable: media label: "App Media" @@ -322,42 +287,7 @@ questions: additional_attrs: true type: dict attrs: - - variable: type - label: "Type of Storage" - description: "Sets the persistence type, Anything other than PVC could break rollback!" - schema: - type: string - default: "simplePVC" - enum: - - value: "simplePVC" - description: "PVC (simple)" - - value: "simpleHP" - description: "HostPath (simple)" - - value: "emptyDir" - description: "emptyDir" - - value: "pvc" - description: "pvc" - - value: "hostPath" - description: "hostPath" # Include{persistenceBasic} - - variable: hostPath - label: "hostPath" - description: "Path inside the container the storage is mounted" - schema: - show_if: [["type", "=", "hostPath"]] - required: true - type: hostpath - - variable: medium - label: "EmptyDir Medium" - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "Memory" - description: "Memory" # Include{persistenceAdvanced} # Include{persistenceList} diff --git a/charts/stable/trilium-notes/Chart.yaml b/charts/stable/trilium-notes/Chart.yaml index a116b19afac..ae547a9dc9e 100644 --- a/charts/stable/trilium-notes/Chart.yaml +++ b/charts/stable/trilium-notes/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/r/zadam/trilium - https://github.com/zadam/trilium type: application -version: 5.0.2 +version: 5.0.3 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/trilium-notes/questions.yaml b/charts/stable/trilium-notes/questions.yaml index c4af1bd36dd..b4ed7140c96 100644 --- a/charts/stable/trilium-notes/questions.yaml +++ b/charts/stable/trilium-notes/questions.yaml @@ -180,12 +180,6 @@ questions: additional_attrs: true type: dict attrs: - - variable: enabled - label: "Enable the storage" - schema: - type: boolean - default: true - hidden: true # Include{persistenceBasic} # Include{persistenceAdvanced} # Include{persistenceList}