Skip to content

Commit

Permalink
[clamav] Update to image to 0.104.2 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwarman authored Feb 15, 2022
1 parent 08b5a0a commit 134b1a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions charts/clamav/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Removed -->

## v0.5.0 - 2022-02-15

### Changed

- Update the _ClamAV_ image version to 0.104.2

## v0.4.0 - 2021-09-17

### Changed
Expand Down
4 changes: 2 additions & 2 deletions charts/clamav/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: clamav
description: Helm chart for ClamAV.
type: application
version: 0.4.0
appVersion: 0.104.0
version: 0.5.0
appVersion: 0.104.2
keywords:
- clamav
- virus
Expand Down
6 changes: 3 additions & 3 deletions charts/clamav/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ClamAV

![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.104.0](https://img.shields.io/badge/AppVersion-0.104.0-informational?style=flat-square)
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.104.2](https://img.shields.io/badge/AppVersion-0.104.2-informational?style=flat-square)

[ClamAV](https://www.clamav.net/) is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.

Expand Down Expand Up @@ -79,9 +79,9 @@ The following table lists the configurable parameters of the _clamav_ chart and

The tool `freshclam` is used to download and update ClamAV’s official virus signature databases.

By default it is turned on (`freshclam.enabled` = `true`), this will use the image which doesn't include the signature databases (`clamav/clamav:0.104.0_base`), will create an init container to do initial download, and secondary container to keep them up to date.
By default it is turned on (`freshclam.enabled` = `true`), this will use the image which doesn't include the signature databases (`clamav/clamav:0.104.2_base`), will create an init container to do initial download, and secondary container to keep them up to date.

If freshclam is disabled (`freshclam.enabled` = `false`), this will use the image with signature databases included (`clamav/clamav:0.104.0`) and no up dates will be made. This isn't recommended in production and provided for testing purposes. When using this the `databaseDirectory` should be set to `/var/lib/clamav`.
If freshclam is disabled (`freshclam.enabled` = `false`), this will use the image with signature databases included (`clamav/clamav:0.104.2`) and no up dates will be made. This isn't recommended in production and provided for testing purposes. When using this the `databaseDirectory` should be set to `/var/lib/clamav`.

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)

0 comments on commit 134b1a8

Please sign in to comment.