fix(trilium-notes): BREAKING CHANGE (#2870)

This commit is contained in:
Sukarn
2022-06-13 17:21:19 +05:30
committed by GitHub
parent 321a4d781f
commit 3de03098c9
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ sources:
- https://hub.docker.com/r/zadam/trilium
- https://github.com/zadam/trilium
type: application
version: 4.0.0
version: 5.0.0
annotations:
truecharts.org/catagories: |
- media
+1 -1
View File
@@ -238,7 +238,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: false
default: true
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
+1 -5
View File
@@ -5,7 +5,6 @@ image:
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
@@ -20,10 +19,7 @@ service:
targetPort: 8080
port: 10156
env:
TRILIUM_DATA_DIR: "/trilium-data"
persistence:
config:
enabled: true
mountPath: "/trilium-data"
mountPath: "/home/node"