Update ClamAV version
This commit is contained in:
parent
954a8f66a4
commit
5c198676c9
@ -2,8 +2,8 @@ apiVersion: v2
|
||||
name: clamav
|
||||
description: Chart for deploying a ClamavD on kubernetes as statfulSet
|
||||
type: application
|
||||
version: 0.1.1
|
||||
appVersion: 0.104.0
|
||||
version: "0.2.0"
|
||||
appVersion: "1.1.0"
|
||||
home: https://kubezero.com
|
||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||
keywords:
|
||||
@ -13,6 +13,6 @@ maintainers:
|
||||
- name: Quarky9
|
||||
dependencies:
|
||||
- name: kubezero-lib
|
||||
version: ">= 0.1.4"
|
||||
version: ">= 0.1.6"
|
||||
repository: https://cdn.zero-downtime.net/charts/
|
||||
kubeVersion: ">= 1.18.0"
|
||||
kubeVersion: ">= 1.25.0"
|
||||
|
@ -16,7 +16,7 @@ clamav:
|
||||
# clamav.image -- The clamav docker image
|
||||
image: clamav/clamav
|
||||
# clamav.version -- The clamav docker image version - defaults to .Chart.appVersion
|
||||
version: "unstable"
|
||||
# version: "unstable"
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
@ -40,7 +40,7 @@ clamav:
|
||||
# clamav.resources -- The resource requests and limits for the clamav service
|
||||
requests:
|
||||
cpu: 300m
|
||||
memory: 1300M
|
||||
memory: 2000M
|
||||
#limits:
|
||||
# cpu: 1500m
|
||||
# memory: 2000M
|
||||
# cpu: 2
|
||||
# memory: 4000M
|
||||
|
Loading…
Reference in New Issue
Block a user