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:
@@ -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
|
||||
|
||||
@@ -225,7 +225,7 @@ questions:
|
||||
label: "ReadOnly Root Filesystem"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: allowPrivilegeEscalation
|
||||
label: "Allow Privilege Escalation"
|
||||
schema:
|
||||
|
||||
@@ -5,6 +5,7 @@ image:
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
|
||||
Reference in New Issue
Block a user