From 9f6d2e4f7bf29de3c404e378ac3557c6487d11c9 Mon Sep 17 00:00:00 2001 From: PE39806 <185931318+PE39806@users.noreply.github.com> Date: Wed, 12 Feb 2025 14:38:01 +0000 Subject: [PATCH] Correct clamav image in values.yaml --- infrastructure/helm/bailo/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/helm/bailo/values.yaml b/infrastructure/helm/bailo/values.yaml index f4c863014..fa2d94f0b 100644 --- a/infrastructure/helm/bailo/values.yaml +++ b/infrastructure/helm/bailo/values.yaml @@ -304,7 +304,7 @@ backend: clamav: enabled: false runAsUser: 1002 - image: clamav/1.4.2_base # https://docs.clamav.net/manual/Installing/Docker.html#the-official-images-on-docker-hub + image: clamav/clamav:1.4.2_base # https://docs.clamav.net/manual/Installing/Docker.html#the-official-images-on-docker-hub port: 3310 accessModes: - ReadWriteOnce