fix(ubooquity): make root fs writable (#3142)

This commit is contained in:
Stavros Kois
2022-07-12 00:14:49 +03:00
committed by GitHub
parent fcfa8df978
commit 47e269ccb9
3 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: ubooquity
version: 3.0.9
version: 3.0.10
appVersion: "2.1.2"
description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks.
type: application

View File

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

View File

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