diff --git a/charts/stable/openhab/Chart.yaml b/charts/stable/openhab/Chart.yaml index c6e32284f57..155ac27d015 100644 --- a/charts/stable/openhab/Chart.yaml +++ b/charts/stable/openhab/Chart.yaml @@ -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 diff --git a/charts/stable/openhab/questions.yaml b/charts/stable/openhab/questions.yaml index 9916a57387d..c3dc27b4ab3 100644 --- a/charts/stable/openhab/questions.yaml +++ b/charts/stable/openhab/questions.yaml @@ -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."