Skip to content

Commit

Permalink
fix(helm): typo in email report config (#413)
Browse files Browse the repository at this point in the history
* fix(helm): typo

Signed-off-by: Oleg Korznikov <oleg.hansemerkur@gmail.com>

* chore(helm): update chart version

Signed-off-by: Oleg Korznikov <oleg.hansemerkur@gmail.com>

---------

Signed-off-by: Oleg Korznikov <oleg.hansemerkur@gmail.com>
  • Loading branch information
sudoleg authored Feb 27, 2024
1 parent dc31a00 commit 5dd3927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/policy-reporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
version: 2.22.3
appVersion: 2.18.1

icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
Expand Down
2 changes: 1 addition & 1 deletion charts/policy-reporter/config-email-reports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ emailReports:
filter:
{{- toYaml . | nindent 6 }}
{{- end }}
{{- with .Values.emailReports.violations.channels }}
{{- with .Values.emailReports.summary.channels }}
channels:
{{- toYaml . | nindent 6 }}
{{- end }}
Expand Down

0 comments on commit 5dd3927

Please sign in to comment.