diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index 50e2463d..0573ac10 100644 --- a/charts/policy-reporter/Chart.yaml +++ b/charts/policy-reporter/Chart.yaml @@ -5,7 +5,7 @@ description: | It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord type: application -version: 2.22.0 +version: 2.22.1 appVersion: 2.18.0 icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png diff --git a/charts/policy-reporter/templates/cronjob-summary-report.yaml b/charts/policy-reporter/templates/cronjob-summary-report.yaml index 20deaaa6..93d67f9c 100644 --- a/charts/policy-reporter/templates/cronjob-summary-report.yaml +++ b/charts/policy-reporter/templates/cronjob-summary-report.yaml @@ -69,9 +69,9 @@ spec: mountPath: /app/config.yaml subPath: config.yaml readOnly: true - {{- with .Values.extraVolumes.volumeMounts }} - {{ toYaml . | nindent 14 | trim }} - {{- end }} + {{- with .Values.extraVolumes.volumeMounts }} + {{ toYaml . | nindent 14 | trim }} + {{- end }} {{- if .Values.emailReports.smtp.secret }} env: - name: EMAIL_REPORTS_SMTP_HOST