fix(openhab): sync security values to questions (#2236)

This commit is contained in:
Stavros Kois 2022-03-21 18:42:33 +02:00 committed by GitHub
parent 9f41596857
commit f0b5c79a9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ name: openhab
sources:
- https://hub.docker.com/r/openhab/openhab
type: application
version: 1.0.2
version: 1.0.3
annotations:
truecharts.org/catagories: |
- media

View File

@ -424,7 +424,7 @@ questions:
label: "runAsNonRoot"
schema:
type: boolean
default: true
default: false
# Include{securityContextAdvanced}
- variable: podSecurityContext
@ -439,13 +439,13 @@ questions:
description: "The UserID of the user running the application"
schema:
type: int
default: 568
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: The groupID this App of the user running the application"
schema:
type: int
default: 568
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."