chore(apps): move incubator apps to stable and bump everything

This commit is contained in:
kjeld Schouten-Lebbing
2021-12-13 12:55:31 +01:00
parent e5cc646f5d
commit d57586bd73
703 changed files with 226 additions and 226 deletions
+35
View File
@@ -0,0 +1,35 @@
image:
repository: tccr.io/truecharts/scrutiny
pullPolicy: IfNotPresent
tag: v2021.11.18
securityContext:
runAsNonRoot: false
privileged: true
allowPrivilegeEscalation: true
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
PUID: 568
service:
main:
ports:
main:
targetPort: 8080
port: 10151
persistence:
varrun:
enabled: true
config:
enabled: true
mountPath: "/scrutiny/config"
udev:
type: hostPath
hostPath: /run/udev
mountPath: /run/udev
readOnly: true