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>
This commit is contained in:
brothergomez 2022-02-21 15:29:42 +00:00 committed by GitHub
parent d1f78f6890
commit 6e931d010e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 24 deletions

View File

@ -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

View File

@ -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"