fix(chromium): remove umask question (#16354)
This commit is contained in:
parent
e0792cc6be
commit
8e7936fd4a
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: chromium
|
||||
version: 3.0.12
|
||||
version: 3.0.13
|
||||
appVersion: latest
|
||||
description: Chromium is a free and open-source software project developed by the Google-sponsored Chromium project.
|
||||
home: https://truecharts.org/charts/incubator/chromium
|
||||
|
|
|
@ -35,12 +35,6 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: "768"
|
||||
- variable: UMASK
|
||||
label: "UMASK"
|
||||
description: "Container Variable UMASK"
|
||||
schema:
|
||||
type: string
|
||||
default: "000"
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
|
Loading…
Reference in New Issue