diff --git a/charts/incubator/tailscale/Chart.yaml b/charts/incubator/tailscale/Chart.yaml index d99959fccee..c4020af7aab 100644 --- a/charts/incubator/tailscale/Chart.yaml +++ b/charts/incubator/tailscale/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/tailscale - https://hub.docker.com/r/tailscale/tailscale - https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - network diff --git a/charts/incubator/tailscale/questions.yaml b/charts/incubator/tailscale/questions.yaml index a848512b87e..1db7683b170 100644 --- a/charts/incubator/tailscale/questions.yaml +++ b/charts/incubator/tailscale/questions.yaml @@ -126,7 +126,7 @@ questions: label: "ReadOnly Root Filesystem" schema: type: boolean - default: false + default: true - variable: allowPrivilegeEscalation label: "Allow Privilege Escalation" schema: @@ -136,7 +136,7 @@ questions: label: "runAsNonRoot" schema: type: boolean - default: false + default: true # Include{securityContextAdvanced} # Include{podSecurityContextRoot} - variable: runAsUser @@ -144,13 +144,13 @@ questions: description: "The UserID of the user running the application" schema: type: int - default: 0 + default: 568 - variable: runAsGroup label: "runAsGroup" description: "The groupID this App of the user running the application" schema: type: int - default: 0 + default: 568 - variable: fsGroup label: "fsGroup" description: "The group that should own ALL storage."