diff --git a/charts/stable/clamav/Chart.yaml b/charts/stable/clamav/Chart.yaml index 0205ac3e24a..8a128b259a4 100644 --- a/charts/stable/clamav/Chart.yaml +++ b/charts/stable/clamav/Chart.yaml @@ -40,5 +40,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/clamav - https://hub.docker.com/r/clamav/clamav type: application -version: 13.12.2 - +version: 13.12.3 diff --git a/charts/stable/clamav/values.yaml b/charts/stable/clamav/values.yaml index 2b14e0776a4..44c0e592b34 100644 --- a/charts/stable/clamav/values.yaml +++ b/charts/stable/clamav/values.yaml @@ -26,7 +26,7 @@ service: protocol: http targetPort: 3310 milter: - enabled: true + enabled: false ports: milter: enabled: true @@ -61,7 +61,7 @@ workload: env: CLAMAV_NO_CLAMD: false CLAMAV_NO_FRESHCLAMD: false - CLAMAV_NO_MILTERD: true + CLAMAV_NO_MILTERD: "{{ not .Values.service.milter.enabled }}" CLAMD_STARTUP_TIMEOUT: 1800 FRESHCLAM_CHECKS: 1 persistence: