mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-14 11:57:32 +00:00
Prepare release
Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
This commit is contained in:
parent
690dbb0007
commit
a9a53eeb03
4 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
# 2.2.2
|
||||
* Fix Helm Chart `values.yaml`. Cleanup unused default configurations. [[#103](https://github.com/kyverno/policy-reporter-ui/pull/103) by [AndersBennedsgaard](https://github.com/AndersBennedsgaard)]
|
||||
|
||||
# 2.2.1
|
||||
* Fix Typo in values.yaml [[#102](https://github.com/kyverno/policy-reporter-ui/pull/102) by [christophefromparis](https://github.com/christophefromparis)]
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@ Policy Reporter supports the following [Targets](https://kyverno.github.io/polic
|
|||
* [Discord](https://kyverno.github.io/policy-reporter/core/06-targets#discord)
|
||||
* [MS Teams](https://kyverno.github.io/policy-reporter/core/06-targets#microsoft-teams)
|
||||
* [Policy Reporter UI](https://kyverno.github.io/policy-reporter/core/06-targets#policy-reporter-ui)
|
||||
* [S3](https://kyverno.github.io/policy-reporter/core/06-targets#s3)
|
||||
* [S3](https://kyverno.github.io/policy-reporter/core/06-targets#s3-compatible-storage)
|
||||
|
||||
|
||||
## Monitoring
|
||||
|
|
|
@ -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.2.1
|
||||
version: 2.2.2
|
||||
appVersion: 2.0.0
|
||||
|
||||
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
|
||||
|
|
|
@ -109,7 +109,7 @@ monitoring:
|
|||
global:
|
||||
# available plugins
|
||||
plugins:
|
||||
# enable kyverno for Policy Reporter UI and monitoring
|
||||
# enable kyverno for Policy Reporter UI and monitoring
|
||||
kyverno: false
|
||||
# The name of service policy-report. Defaults to ReleaseName.
|
||||
backend: ""
|
||||
|
|
Loading…
Reference in a new issue