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