ClamAV Version bump. Enabled verbose by default
This commit is contained in:
parent
ab7a25ce75
commit
298031052f
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: clamav
|
name: clamav
|
||||||
description: Chart for deploying a ClamAVd on Kubernetes as statfulSet
|
description: Chart for deploying a ClamAVd on Kubernetes as statfulSet
|
||||||
type: application
|
type: application
|
||||||
version: "0.3.0"
|
version: "0.3.1"
|
||||||
appVersion: "1.2.1"
|
appVersion: "1.2.1"
|
||||||
home: https://kubezero.com
|
home: https://kubezero.com
|
||||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# clamav
|
# clamav
|
||||||
|
|
||||||
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.1](https://img.shields.io/badge/AppVersion-1.2.1-informational?style=flat-square)
|
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.1](https://img.shields.io/badge/AppVersion-1.2.1-informational?style=flat-square)
|
||||||
|
|
||||||
Chart for deploying a ClamAVd on Kubernetes as statfulSet
|
Chart for deploying a ClamAVd on Kubernetes as statfulSet
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ Kubernetes: `>= 1.26.0`
|
|||||||
| fullnameOverride | string | `""` | override the full name of the clamav chart |
|
| fullnameOverride | string | `""` | override the full name of the clamav chart |
|
||||||
| image | object | `{"repository":"clamav/clamav","type":"base"}` | The clamav docker image |
|
| image | object | `{"repository":"clamav/clamav","type":"base"}` | The clamav docker image |
|
||||||
| limits.connectionQueueLength | int | `100` | Maximum length the queue of pending connections may grow to |
|
| limits.connectionQueueLength | int | `100` | Maximum length the queue of pending connections may grow to |
|
||||||
| limits.fileSize | int | `20` | The largest file size scanable by clamav, in MB |
|
| limits.fileSize | int | `25` | The largest file size scanable by clamav, in MB |
|
||||||
| limits.maxThreads | int | `4` | Maximum number of threads running at the same time. |
|
| limits.maxThreads | int | `4` | Maximum number of threads running at the same time. |
|
||||||
| limits.scanSize | int | `100` | The largest scan size permitted in clamav, in MB |
|
| limits.scanSize | int | `100` | The largest scan size permitted in clamav, in MB |
|
||||||
| limits.sendBufTimeout | int | `500` | |
|
| limits.sendBufTimeout | int | `500` | |
|
||||||
|
@ -10,7 +10,7 @@ data:
|
|||||||
LogTime yes
|
LogTime yes
|
||||||
LogClean yes
|
LogClean yes
|
||||||
LogSyslog no
|
LogSyslog no
|
||||||
LogVerbose no
|
LogVerbose yes
|
||||||
LogFileMaxSize 0
|
LogFileMaxSize 0
|
||||||
LogFile /dev/stdout
|
LogFile /dev/stdout
|
||||||
DatabaseDirectory /var/lib/clamav
|
DatabaseDirectory /var/lib/clamav
|
||||||
|
@ -17,7 +17,7 @@ freshclam:
|
|||||||
mirrors: database.clamav.net
|
mirrors: database.clamav.net
|
||||||
limits:
|
limits:
|
||||||
# limits.fileSize -- The largest file size scanable by clamav, in MB
|
# limits.fileSize -- The largest file size scanable by clamav, in MB
|
||||||
fileSize: 20
|
fileSize: 25
|
||||||
# limits.scanSize -- The largest scan size permitted in clamav, in MB
|
# limits.scanSize -- The largest scan size permitted in clamav, in MB
|
||||||
scanSize: 100
|
scanSize: 100
|
||||||
# limits.connectionQueueLength -- Maximum length the queue of pending connections may grow to
|
# limits.connectionQueueLength -- Maximum length the queue of pending connections may grow to
|
||||||
|
Loading…
Reference in New Issue
Block a user