Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e3535ea5fc
commit
cd4353bcec
|
@ -1,6 +0,0 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="automatic-music-downloader-0.0.1"></a>
|
||||
### automatic-music-downloader-0.0.1 (2022-02-20)
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="automatic-music-downloader-0.0.2"></a>
|
||||
### [automatic-music-downloader-0.0.2](https://github.com/truecharts/apps/compare/automatic-music-downloader-0.0.1...automatic-music-downloader-0.0.2) (2022-02-21)
|
||||
|
||||
#### Fix
|
||||
|
||||
* Remove portal, as service is disabled ([#1918](https://github.com/truecharts/apps/issues/1918))
|
||||
|
||||
|
||||
|
||||
<a name="automatic-music-downloader-0.0.1"></a>
|
||||
### automatic-music-downloader-0.0.1 (2022-02-20)
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 8.15.4
|
||||
digest: sha256:d6aca168828f3fef09de9fbc634c303d040d74299b508a7cedf473f66f5a4503
|
||||
generated: "2022-02-20T14:36:26.558417412Z"
|
||||
generated: "2022-02-21T15:31:33.21967779Z"
|
|
@ -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
|
|
@ -25,30 +25,8 @@ groups:
|
|||
description: "Addon Configuration"
|
||||
- name: "Advanced"
|
||||
description: "Advanced Configuration"
|
||||
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
|
||||
- variable: global
|
||||
label: "global settings"
|
||||
group: "Controller"
|
Loading…
Reference in New Issue