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 01:32:57 +03:00 committed by GitHub
parent 81258a51d8
commit dce04ca10a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 16 additions and 11 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
name: embystat name: embystat
version: 2.0.14 version: 2.0.15
appVersion: "0.2.0" appVersion: "0.2.0"
description: Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. description: Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server.
type: application type: application

View File

@ -232,7 +232,7 @@ questions:
label: "ReadOnly Root Filesystem" label: "ReadOnly Root Filesystem"
schema: schema:
type: boolean type: boolean
default: true default: false
- variable: allowPrivilegeEscalation - variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation" label: "Allow Privilege Escalation"
schema: schema:

View File

@ -5,6 +5,7 @@ image:
securityContext: securityContext:
runAsNonRoot: false runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext: podSecurityContext:
runAsUser: 0 runAsUser: 0

View File

@ -21,7 +21,7 @@ sources:
- https://gitlab.com/LazyLibrarian/LazyLibrarian.git - https://gitlab.com/LazyLibrarian/LazyLibrarian.git
- https://lazylibrarian.gitlab.io - https://lazylibrarian.gitlab.io
type: application type: application
version: 11.0.20 version: 11.0.21
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media

View File

@ -225,7 +225,7 @@ questions:
label: "ReadOnly Root Filesystem" label: "ReadOnly Root Filesystem"
schema: schema:
type: boolean type: boolean
default: true default: false
- variable: allowPrivilegeEscalation - variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation" label: "Allow Privilege Escalation"
schema: schema:

View File

@ -5,6 +5,7 @@ image:
securityContext: securityContext:
runAsNonRoot: false runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext: podSecurityContext:
runAsUser: 0 runAsUser: 0

View File

@ -19,7 +19,7 @@ sources:
- https://github.com/mylar3/mylar3 - https://github.com/mylar3/mylar3
- https://github.com/linuxserver/docker-mylar3 - https://github.com/linuxserver/docker-mylar3
- https://github.com/truecharts/apps/tree/master/charts/mylar - https://github.com/truecharts/apps/tree/master/charts/mylar
version: 6.0.14 version: 6.0.15
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media

View File

@ -225,7 +225,7 @@ questions:
label: "ReadOnly Root Filesystem" label: "ReadOnly Root Filesystem"
schema: schema:
type: boolean type: boolean
default: true default: false
- variable: allowPrivilegeEscalation - variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation" label: "Allow Privilege Escalation"
schema: schema:

View File

@ -5,6 +5,7 @@ image:
securityContext: securityContext:
runAsNonRoot: false runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext: podSecurityContext:
runAsUser: 0 runAsUser: 0

View File

@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
name: synclounge name: synclounge
version: 2.0.18 version: 2.0.19
appVersion: "5.1.123" appVersion: "5.1.123"
description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are.
type: application type: application

View File

@ -228,7 +228,7 @@ questions:
label: "ReadOnly Root Filesystem" label: "ReadOnly Root Filesystem"
schema: schema:
type: boolean type: boolean
default: true default: false
- variable: allowPrivilegeEscalation - variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation" label: "Allow Privilege Escalation"
schema: schema:

View File

@ -1,10 +1,11 @@
image: image:
repository: tccr.io/truecharts/synclounge repository: tccr.io/truecharts/synclounge
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v5.1.123 tag: v5.1.112@sha256:a57327a9954aa82e11d6c59e944528dc0166e30fa9ef455ba83ae8097b3c1369
securityContext: securityContext:
runAsNonRoot: false runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext: podSecurityContext:
runAsUser: 0 runAsUser: 0

View File

@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
name: znc name: znc
version: 2.0.14 version: 2.0.15
appVersion: "1.8.2" appVersion: "1.8.2"
description: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. description: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels.
type: application type: application

View File

@ -232,7 +232,7 @@ questions:
label: "ReadOnly Root Filesystem" label: "ReadOnly Root Filesystem"
schema: schema:
type: boolean type: boolean
default: true default: false
- variable: allowPrivilegeEscalation - variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation" label: "Allow Privilege Escalation"
schema: schema:

View File

@ -5,6 +5,7 @@ image:
securityContext: securityContext:
runAsNonRoot: false runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext: podSecurityContext:
runAsUser: 0 runAsUser: 0