fix(qflood): remove umask question (#16352)
This commit is contained in:
parent
eef712a86f
commit
e0792cc6be
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: qflood
|
||||
version: 3.0.11
|
||||
version: 3.0.12
|
||||
appVersion: latest
|
||||
description: Chart with qBittorrent and the Flood UI.
|
||||
home: https://truecharts.org/charts/incubator/qflood
|
||||
|
|
|
@ -23,12 +23,6 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: UMASK
|
||||
label: "UMASK"
|
||||
description: "Container Variable UMASK"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
|
Loading…
Reference in New Issue