Files
truecharts/charts/stable/clamav/values.yaml
T
TrueCharts Bot 3115f45eb1 chore(deps): update container image clamav/clamav to 1.4.1@09ed837 by renovate (#26331)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| clamav/clamav | digest | `e8543b5` -> `09ed837` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43Ny41IiwidXBkYXRlZEluVmVyIjoiMzguNzcuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->

---------

Co-authored-by: kqmaverick <kqmaverick@gmail.com>
2024-09-13 17:52:44 -07:00

83 lines
1.7 KiB
YAML

image:
repository: clamav/clamav
pullPolicy: IfNotPresent
tag: 1.4.1@sha256:09ed837cb10f1f3e3175ccd6c749861c76fbf5ca3de45ec91711c8e75fe80bea
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
clamav:
report_path: "/logs"
# User Defined
cron_enabled: true
cron_schedule: "* * * * *"
date_format: "+%m-%d-%Y_%H.%M.%S"
log_file_name: "clamscan_report"
extra_args: ""
service:
main:
ports:
main:
port: 3310
protocol: http
targetPort: 3310
milter:
enabled: true
ports:
milter:
enabled: true
port: 7357
protocol: http
targetPort: 7357
cronjob:
annotations: {}
failedJobsHistoryLimit: 5
successfulJobsHistoryLimit: 2
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: true
type: exec
command:
- clamdcheck.sh
readiness:
enabled: true
type: exec
command:
- clamdcheck.sh
startup:
enabled: true
type: exec
command:
- clamdcheck.sh
env:
CLAMAV_NO_CLAMD: false
CLAMAV_NO_FRESHCLAMD: false
CLAMAV_NO_MILTERD: true
CLAMD_STARTUP_TIMEOUT: 1800
FRESHCLAM_CHECKS: 1
persistence:
sigdatabase:
enabled: true
mountPath: /var/lib/clamav
targetSelectAll: true
scandir:
enabled: true
mountPath: /scandir
readOnly: true
targetSelectAll: true
logs:
enabled: true
mountPath: /logs
targetSelectAll: true
portal:
open:
enabled: false