diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f1b98a..94fda6ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 2.24.2 +* Policy Reporter v2.20.2 + * Fix LeaderElection without configurared pushes + # 2.24.1 * Policy Reporter v2.20.1 * Propagate Slack channel Override [[#459](https://github.com/kyverno/policy-reporter/pull/459)] [[#460](https://github.com/kyverno/policy-reporter/pull/460)] by [jescarri](https://github.com/jescarri) diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index dffdc048..631df010 100644 --- a/charts/policy-reporter/Chart.yaml +++ b/charts/policy-reporter/Chart.yaml @@ -5,8 +5,8 @@ description: | It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord type: application -version: 2.24.1 -appVersion: 2.20.1 +version: 2.24.2 +appVersion: 2.20.2 icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png home: https://kyverno.github.io/policy-reporter diff --git a/charts/policy-reporter/values.yaml b/charts/policy-reporter/values.yaml index cc0d0567..6d4beb91 100644 --- a/charts/policy-reporter/values.yaml +++ b/charts/policy-reporter/values.yaml @@ -5,7 +5,7 @@ image: registry: ghcr.io repository: kyverno/policy-reporter pullPolicy: IfNotPresent - tag: 2.20.1 + tag: 2.20.2 imagePullSecrets: []