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:
@@ -1,10 +1,11 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/synclounge
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.1.123
|
||||
tag: v5.1.112@sha256:a57327a9954aa82e11d6c59e944528dc0166e30fa9ef455ba83ae8097b3c1369
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
|
||||
Reference in New Issue
Block a user