diff --git a/charts/incubator/watchyourlan/Chart.yaml b/charts/incubator/watchyourlan/Chart.yaml index d4aeea2ed2c..eeae8cec8fd 100644 --- a/charts/incubator/watchyourlan/Chart.yaml +++ b/charts/incubator/watchyourlan/Chart.yaml @@ -19,7 +19,7 @@ name: watchyourlan sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/watchyourlan - https://github.com/aceberg/WatchYourLAN -version: 1.0.4 +version: 2.0.0 annotations: truecharts.org/catagories: | - network diff --git a/charts/incubator/watchyourlan/questions.yaml b/charts/incubator/watchyourlan/questions.yaml index c4bc8b3544d..7639b740abf 100644 --- a/charts/incubator/watchyourlan/questions.yaml +++ b/charts/incubator/watchyourlan/questions.yaml @@ -114,7 +114,7 @@ questions: label: ReadOnly Root Filesystem schema: type: boolean - default: true + default: false - variable: allowPrivilegeEscalation label: Allow Privilege Escalation schema: @@ -124,20 +124,20 @@ questions: label: runAsNonRoot schema: type: boolean - default: true + default: false # Include{podSecurityContextRoot} - variable: runAsUser label: runAsUser 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. diff --git a/charts/incubator/watchyourlan/values.yaml b/charts/incubator/watchyourlan/values.yaml index c6e3d31b501..9065260b852 100644 --- a/charts/incubator/watchyourlan/values.yaml +++ b/charts/incubator/watchyourlan/values.yaml @@ -5,6 +5,14 @@ image: hostNetwork: true +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + watchyourlan: gui_ip: "0.0.0.0" interfaces: