fix(chromium): remove umask question (#16354)

This commit is contained in:
kqmaverick 2023-12-22 07:08:31 -08:00 committed by GitHub
parent e0792cc6be
commit 8e7936fd4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View File

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

View File

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