Update ClamAV version

This commit is contained in:
Stefan Reimer 2023-08-16 10:15:32 +00:00
parent 954a8f66a4
commit 5c198676c9
2 changed files with 8 additions and 8 deletions

View File

@ -2,8 +2,8 @@ apiVersion: v2
name: clamav name: clamav
description: Chart for deploying a ClamavD on kubernetes as statfulSet description: Chart for deploying a ClamavD on kubernetes as statfulSet
type: application type: application
version: 0.1.1 version: "0.2.0"
appVersion: 0.104.0 appVersion: "1.1.0"
home: https://kubezero.com home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords: keywords:
@ -13,6 +13,6 @@ maintainers:
- name: Quarky9 - name: Quarky9
dependencies: dependencies:
- name: kubezero-lib - name: kubezero-lib
version: ">= 0.1.4" version: ">= 0.1.6"
repository: https://cdn.zero-downtime.net/charts/ repository: https://cdn.zero-downtime.net/charts/
kubeVersion: ">= 1.18.0" kubeVersion: ">= 1.25.0"

View File

@ -16,7 +16,7 @@ clamav:
# clamav.image -- The clamav docker image # clamav.image -- The clamav docker image
image: clamav/clamav image: clamav/clamav
# clamav.version -- The clamav docker image version - defaults to .Chart.appVersion # clamav.version -- The clamav docker image version - defaults to .Chart.appVersion
version: "unstable" # version: "unstable"
replicaCount: 1 replicaCount: 1
@ -40,7 +40,7 @@ clamav:
# clamav.resources -- The resource requests and limits for the clamav service # clamav.resources -- The resource requests and limits for the clamav service
requests: requests:
cpu: 300m cpu: 300m
memory: 1300M memory: 2000M
#limits: #limits:
# cpu: 1500m # cpu: 2
# memory: 2000M # memory: 4000M