diff --git a/charts/stable/storj-node/Chart.yaml b/charts/stable/storj-node/Chart.yaml index b8ab8dafa4d..c438962b92d 100644 --- a/charts/stable/storj-node/Chart.yaml +++ b/charts/stable/storj-node/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/storj/storj - https://docs.storj.io/node/ - https://hub.docker.com/r/storjlabs/storagenode -version: 1.0.2 +version: 1.0.3 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/storj-node/questions.yaml b/charts/stable/storj-node/questions.yaml index 5a75285efd4..01a3f3e772a 100644 --- a/charts/stable/storj-node/questions.yaml +++ b/charts/stable/storj-node/questions.yaml @@ -462,7 +462,7 @@ questions: label: "ReadOnly Root Filesystem" schema: type: boolean - default: true + default: false - variable: allowPrivilegeEscalation label: "Allow Privilege Escalation" schema: @@ -472,7 +472,7 @@ questions: label: "runAsNonRoot" schema: type: boolean - default: true + default: false # Include{securityContextAdvanced} - variable: podSecurityContext @@ -487,13 +487,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." diff --git a/charts/stable/storj-node/values.yaml b/charts/stable/storj-node/values.yaml index ca620539fec..89e31320d1d 100644 --- a/charts/stable/storj-node/values.yaml +++ b/charts/stable/storj-node/values.yaml @@ -3,9 +3,17 @@ image: tag: v1.50.2@sha256:0e864b2acfeadf798a85bc2233b779be9bd69010cff005ab4911bb6eacb11c2e pullPolicy: IfNotPresent +securityContext: + runAsNonRoot: false + readOnlyRootFilesystem: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 secret: WALLET: "walletaddress" + env: SETUP: true EMAIL: "" diff --git a/docs/apps/stable/filebrowser/notes.md b/docs/apps/stable/filebrowser/notes.md new file mode 100644 index 00000000000..93085793f0c --- /dev/null +++ b/docs/apps/stable/filebrowser/notes.md @@ -0,0 +1,4 @@ +# Default Username/Password + +__email__: `admin` +__password__: `admin` diff --git a/docs/apps/stable/notes.md b/docs/apps/stable/koel/notes.md similarity index 100% rename from docs/apps/stable/notes.md rename to docs/apps/stable/koel/notes.md diff --git a/docs/apps/stable/nextpvr/notes.md b/docs/apps/stable/nextpvr/notes.md new file mode 100644 index 00000000000..3154ea6b1be --- /dev/null +++ b/docs/apps/stable/nextpvr/notes.md @@ -0,0 +1,4 @@ +# Default Username/Password + +__email__: `admin` +__password__: `password`