Skip to content

Commit 290b47c

Browse files
chore(container): update image docker.io/clamav/clamav-debian ( 9a761d5 ➔ c5bbda3 ) (#502)
* chore(container): update image docker.io/clamav/clamav-debian ( 9a761d5 ➔ c5bbda3 ) * chore: update image tag --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: DrPsychick <[email protected]>
1 parent 5bff71d commit 290b47c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/mailu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ helm uninstall mailu --namespace=mailu-mailserver
690690
| `clamav.enabled` | Enable ClamAV | `true` |
691691
| `clamav.logLevel` | Override default log level | `""` |
692692
| `clamav.image.repository` | Pod image repository | `clamav/clamav-debian` |
693-
| `clamav.image.tag` | Pod image tag (defaults to `mailuVersion` if set, otherwise `Chart.AppVersion`) | `1.4@sha256:9a761d591ece47ecbc0927480aa39fafc23c827fe578b61e5123c27e0eafd34d` |
693+
| `clamav.image.tag` | Pod image tag (defaults to `mailuVersion` if set, otherwise `Chart.AppVersion`) | `1.4@sha256:c5bbda3191b7265ce4c92e7d2ae4d8fa58f14c0fd6598731aff4beb33f474902` |
694694
| `clamav.image.pullPolicy` | Pod image pull policy | `IfNotPresent` |
695695
| `clamav.image.registry` | Pod image registry (specific for ClamAV as it is not part of the Mailu organization) | `docker.io` |
696696
| `clamav.persistence.enabled` | Enable persistence using PVC | `true` |

charts/mailu/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2020,7 +2020,7 @@ clamav:
20202020
## @param clamav.image.registry Pod image registry (specific for ClamAV as it is not part of the Mailu organization)
20212021
image:
20222022
repository: clamav/clamav-debian
2023-
tag: 1.4@sha256:9a761d591ece47ecbc0927480aa39fafc23c827fe578b61e5123c27e0eafd34d
2023+
tag: 1.4@sha256:c5bbda3191b7265ce4c92e7d2ae4d8fa58f14c0fd6598731aff4beb33f474902
20242024
pullPolicy: IfNotPresent
20252025
registry: docker.io
20262026

0 commit comments

Comments
 (0)