Files
truecharts/charts/incubator/doublecommander/values.yaml
T
9112c749dc chore(deps): update non-major docker tags (#1134)
* chore(deps): update non-major docker tags

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-13 23:19:33 +02:00

34 lines
565 B
YAML

image:
repository: ghcr.io/linuxserver/doublecommander
pullPolicy: IfNotPresent
tag: version-0.8.2-1@sha256:2124ec844d92aa001a7ecbc776fd0639e879ec0b08cfdd0fd8af207edc6a828b
env:
PUID: 568
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 3000
persistence:
config:
enabled: true
mountPath: /config
data:
enabled: true
mountPath: /data
accessMode: ReadWriteOnce
size: 1Gi
varrun:
enabled: true