Browse Source

Use official clamav-debian image

master
Fábio Kaiser Rauber 2 weeks ago
parent
commit
1968a07bea
  1. 2
      charts/clamav/v0.1.1/Chart.yaml
  2. 2
      charts/clamav/v0.1.1/values.yaml

2
charts/clamav/v0.1.1/Chart.yaml

@ -13,4 +13,4 @@ version: 0.1.1
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "2.0.43" appVersion: "1.5.0"

2
charts/clamav/v0.1.1/values.yaml

@ -5,7 +5,7 @@
replicaCount: 2 replicaCount: 2
image: image:
repository: ghcr.io/mailu/clamav repository: clamav/clamav-debian
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""

Loading…
Cancel
Save