Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kyverno/policy-reporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: policy-reporter-2.22.0
Choose a base ref
...
head repository: kyverno/policy-reporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: policy-reporter-2.22.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Feb 5, 2024

  1. fix indentation in summary-report cronjob (#407)

    * fix indentation in summary cronjob
    
    Signed-off-by: Oleg Korznikov <oleg.hansemerkur@gmail.com>
    
    * update chart version
    
    Signed-off-by: Oleg Korznikov <oleg.hansemerkur@gmail.com>
    
    ---------
    
    Signed-off-by: Oleg Korznikov <oleg.hansemerkur@gmail.com>
    Co-authored-by: Korznikov, Oleg <oleg.korznikov@hansemerkur.de>
    sudoleg and sudoleg authored Feb 5, 2024
    Copy the full SHA
    368926c View commit details
  2. Update Changelog

    Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
    Frank Jogeleit committed Feb 5, 2024
    Copy the full SHA
    6dde976 View commit details
  3. Merge branch 'main' of github.com:kyverno/policy-reporter

    Frank Jogeleit committed Feb 5, 2024
    Copy the full SHA
    661cbb2 View commit details
Showing with 8 additions and 4 deletions.
  1. +4 −0 CHANGELOG.md
  2. +1 −1 charts/policy-reporter/Chart.yaml
  3. +3 −3 charts/policy-reporter/templates/cronjob-summary-report.yaml
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 2.22.1
* Helm Chart
* Fix indentation in SummaryReport CronJob

# 2.22.0
* Helm Chart
* Policy Reporter v2.18.0
2 changes: 1 addition & 1 deletion charts/policy-reporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions charts/policy-reporter/templates/cronjob-summary-report.yaml
Original file line number Diff line number Diff line change
@@ -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