diff --git a/stable/clamav/Chart.yaml b/stable/clamav/Chart.yaml index 25eaa68644..1c362e4d3a 100644 --- a/stable/clamav/Chart.yaml +++ b/stable/clamav/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.6" description: An Open-Source antivirus engine for detecting trojans, viruses, malware & other malicious threats. name: clamav -version: 1.0.2 +version: 1.0.3 home: https://www.clamav.net icon: https://www.clamav.net/assets/clamav-trademark.png maintainers: diff --git a/stable/clamav/templates/deployment.yaml b/stable/clamav/templates/deployment.yaml index 1a29f7acd2..4fdceb151a 100644 --- a/stable/clamav/templates/deployment.yaml +++ b/stable/clamav/templates/deployment.yaml @@ -18,6 +18,9 @@ spec: labels: app.kubernetes.io/name: {{ include "clamav.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} +{{- if .Values.podLabels }} +{{ toYaml .Values.podLabels | indent 8 }} +{{- end }} spec: containers: - name: {{ .Chart.Name }} diff --git a/stable/clamav/values.yaml b/stable/clamav/values.yaml index 0b55920373..878dc1c9cd 100644 --- a/stable/clamav/values.yaml +++ b/stable/clamav/values.yaml @@ -46,6 +46,9 @@ resources: {} # cpu: 100m # memory: 128Mi +# Additional pod labels +podLabels: {} + nodeSelector: {} tolerations: []