Skip to content

Default Helm-Values

TrueCharts is primarily build to supply TrueNAS SCALE Apps. However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.

Most of our Apps also consume our "common" Helm Chart. If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.

Values

Key Type Default Description
clamav.cron_enabled bool true
clamav.cron_schedule string "* * * * *"
clamav.date_format string "+%m-%d-%Y_%H.%M.%S"
clamav.extra_args string ""
clamav.log_file_name string "clamscan_report"
clamav.report_path string "/logs"
cronjob.annotations object {}
cronjob.failedJobsHistoryLimit int 5
cronjob.successfulJobsHistoryLimit int 2
env.CLAMAV_NO_CLAMD bool false
env.CLAMAV_NO_FRESHCLAMD bool false
env.CLAMAV_NO_MILTERD bool true
env.CLAMD_STARTUP_TIMEOUT int 1800
env.FRESHCLAM_CHECKS int 1
image.pullPolicy string "IfNotPresent"
image.repository string "tccr.io/truecharts/clamav"
image.tag string "v0.104.2@sha256:fc37943c2c0084b4916782fac8daf3318a9e1059baf4d3503bbf7013a879bf4a"
persistence.logs.enabled bool true
persistence.logs.mountPath string "/logs"
persistence.scandir.enabled bool true
persistence.scandir.mountPath string "/scandir"
persistence.scandir.readOnly bool true
persistence.sigdatabase.enabled bool true
persistence.sigdatabase.mountPath string "/var/lib/clamav"
podSecurityContext.runAsGroup int 0
podSecurityContext.runAsUser int 0
probes.liveness.custom bool true
probes.liveness.enabled bool true
probes.liveness.spec.exec.command[0] string "clamdcheck.sh"
probes.readiness.custom bool true
probes.readiness.enabled bool true
probes.readiness.spec.exec.command[0] string "clamdcheck.sh"
probes.startup.custom bool true
probes.startup.enabled bool true
probes.startup.spec.exec.command[0] string "clamdcheck.sh"
securityContext.readOnlyRootFilesystem bool false
securityContext.runAsNonRoot bool false
service.main.ports.main.port int 3310
service.main.ports.main.targetPort int 3310
service.milter.enabled bool true
service.milter.ports.milter.enabled bool true
service.milter.ports.milter.port int 7357
service.milter.ports.milter.targetPort int 7357

All Rights Reserved - The TrueCharts Project