From 6e931d010ea66521acde2ad866d688fffedf98ea Mon Sep 17 00:00:00 2001 From: brothergomez <38558969+brothergomez@users.noreply.github.com> Date: Mon, 21 Feb 2022 15:29:42 +0000 Subject: [PATCH] fix(automatic-music-downloader): Remove portal, as service is disabled (#1918) * Update questions.yaml * Update Chart.yaml * Update questions.yaml Add empty portals arg. * Update charts/incubator/automatic-music-downloader/questions.yaml * Update charts/incubator/automatic-music-downloader/questions.yaml * Update charts/incubator/automatic-music-downloader/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- .../automatic-music-downloader/Chart.yaml | 2 +- .../automatic-music-downloader/questions.yaml | 24 +------------------ 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/charts/incubator/automatic-music-downloader/Chart.yaml b/charts/incubator/automatic-music-downloader/Chart.yaml index dfcb57ccf4c..c70774d4594 100644 --- a/charts/incubator/automatic-music-downloader/Chart.yaml +++ b/charts/incubator/automatic-music-downloader/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/RandomNinjaAtk/docker-amd - https://hub.docker.com/r/randomninjaatk/amd type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/automatic-music-downloader/questions.yaml b/charts/incubator/automatic-music-downloader/questions.yaml index d451a978e99..50b1fb2757f 100644 --- a/charts/incubator/automatic-music-downloader/questions.yaml +++ b/charts/incubator/automatic-music-downloader/questions.yaml @@ -1,28 +1,6 @@ # Include{groups} -portals: - web_portal: - protocols: - - "$kubernetes-resource_configmap_portal_protocol" - host: - - "$kubernetes-resource_configmap_portal_host" - ports: - - "$kubernetes-resource_configmap_portal_port" +portals: {} questions: - - variable: portal - group: "Container Image" - label: "Configure Portal Button" - schema: - type: dict - hidden: true - attrs: - - variable: enabled - label: "Enable" - description: "enable the portal button" - schema: - hidden: true - editable: false - type: boolean - default: true # Include{global} - variable: controller group: "Controller"