fix(apps): make root fs writable on several LSIO apps (#3168)

* fix(znc): Make roof fs writeable

* fix(apps): make root fs writable on several LSIO apps

* try without varrun

* try previous image

* typo

* previeous version
This commit is contained in:
Stavros Kois
2022-07-14 00:32:57 +02:00
committed by GitHub
parent 81258a51d8
commit dce04ca10a
15 changed files with 16 additions and 11 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ sources:
- https://github.com/mylar3/mylar3
- https://github.com/linuxserver/docker-mylar3
- https://github.com/truecharts/apps/tree/master/charts/mylar
version: 6.0.14
version: 6.0.15
annotations:
truecharts.org/catagories: |
- media
+1 -1
View File
@@ -225,7 +225,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: true
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
+1
View File
@@ -5,6 +5,7 @@ image:
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0