diff --git a/devops/helm/clam-av/_clamav/configurations/1.0/clamd.conf b/devops/helm/clam-av/_clamav/configurations/1.0/clamd.conf index 5e5feca208..4ce99e6919 100755 --- a/devops/helm/clam-av/_clamav/configurations/1.0/clamd.conf +++ b/devops/helm/clam-av/_clamav/configurations/1.0/clamd.conf @@ -562,7 +562,7 @@ MaxRecursion 10 # Note: disabling this limit or setting it too high may result in severe damage # to the system. # Default: 10000 -MaxFiles 100 +MaxFiles 10000 # Maximum size of a file to check for embedded PE. Files larger than this value # will skip the additional analysis step. diff --git a/devops/helm/clam-av/_clamav/values.yaml b/devops/helm/clam-av/_clamav/values.yaml index a4062aad18..01c85d9eb1 100755 --- a/devops/helm/clam-av/_clamav/values.yaml +++ b/devops/helm/clam-av/_clamav/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: ghcr.io/bcgov/clamav-unprivileged - tag: ca3d42f3dde3c5aa9bcab636f752119bbe6a67e8 # pragma: allowlist secret + tag: 3a352496562953dc0d371f265d122a6bc06b2b44 # pragma: allowlist secret pullPolicy: IfNotPresent priorityClassName: "" diff --git a/sources/packages/clam-av/clamd.conf b/sources/packages/clam-av/clamd.conf index ea771d9f75..f93acddce8 100644 --- a/sources/packages/clam-av/clamd.conf +++ b/sources/packages/clam-av/clamd.conf @@ -562,7 +562,7 @@ MaxRecursion 10 # Note: disabling this limit or setting it too high may result in severe damage # to the system. # Default: 10000 -MaxFiles 100 +MaxFiles 10000 # Maximum size of a file to check for embedded PE. Files larger than this value # will skip the additional analysis step.