From 5c198676c9e77ff8893d1c472c036ed500409a33 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Wed, 16 Aug 2023 10:15:32 +0000 Subject: [PATCH] Update ClamAV version --- charts/clamav/Chart.yaml | 8 ++++---- charts/clamav/values.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/clamav/Chart.yaml b/charts/clamav/Chart.yaml index 1eddb2ec..8b64b154 100644 --- a/charts/clamav/Chart.yaml +++ b/charts/clamav/Chart.yaml @@ -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" diff --git a/charts/clamav/values.yaml b/charts/clamav/values.yaml index a4d89b18..0d1140a8 100644 --- a/charts/clamav/values.yaml +++ b/charts/clamav/values.yaml @@ -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