Skip to content

Commit

Permalink
Merge pull request #1900 from gchq/dev/fix-bad-clamav-helm-image
Browse files Browse the repository at this point in the history
Correct clamav image in values.yaml
  • Loading branch information
PE39806 authored Feb 12, 2025
2 parents 54e36ae + 9f6d2e4 commit 8a8ae3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/helm/bailo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a8ae3a

Please sign in to comment.