mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-14 11:57:32 +00:00
prepare fix release 2.13.3
Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
This commit is contained in:
parent
a3c09d0822
commit
621cdbbced
3 changed files with 11 additions and 7 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
# 2.13.3
|
||||
* Fix `customFields` property in values.yaml
|
||||
* Fix PolicyReporter `image.tag` version
|
||||
|
||||
# 2.13.2
|
||||
* Policy Reporter
|
||||
* Add `customFields` property to missing targets: `Elasticsearch`, `S3`, `Webhook`, `Kinesis`
|
||||
|
|
|
@ -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.13.2
|
||||
version: 2.13.3
|
||||
appVersion: 2.10.2
|
||||
|
||||
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
|
||||
|
|
|
@ -2,7 +2,7 @@ image:
|
|||
registry: ghcr.io
|
||||
repository: kyverno/policy-reporter
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.10.1
|
||||
tag: 2.10.2
|
||||
|
||||
imagePullSecrets: []
|
||||
|
||||
|
@ -293,7 +293,7 @@ target:
|
|||
# Skip already existing PolicyReportResults on startup
|
||||
skipExistingOnStartup: true
|
||||
# Added as additional properties to each elasticsearch event
|
||||
customField: {}
|
||||
customFields: {}
|
||||
# filter results send by namespaces, policies and priorities
|
||||
filter: {}
|
||||
# add additional elasticsearch channels with different configurations and filters
|
||||
|
@ -311,7 +311,7 @@ target:
|
|||
# Skip already existing PolicyReportResults on startup
|
||||
skipExistingOnStartup: true
|
||||
# Added as additional fields to each Slack event
|
||||
customField: {}
|
||||
customFields: {}
|
||||
# filter results send by namespaces, policies and priorities
|
||||
filter: {}
|
||||
# add additional slack channels with different configurations and filters
|
||||
|
@ -401,7 +401,7 @@ target:
|
|||
# Skip already existing PolicyReportResults on startup
|
||||
skipExistingOnStartup: true
|
||||
# Added as additional properties to each webhook event
|
||||
customField: {}
|
||||
customFields: {}
|
||||
# filter results send by namespaces, policies and priorities
|
||||
filter: {}
|
||||
# add additional webhook channels with different configurations and filters
|
||||
|
@ -429,7 +429,7 @@ target:
|
|||
# Skip already existing PolicyReportResults on startup
|
||||
skipExistingOnStartup: true
|
||||
# Added as additional properties to each s3 event
|
||||
customField: {}
|
||||
customFields: {}
|
||||
# filter results send by namespaces, policies and priorities
|
||||
filter: {}
|
||||
# add additional s3 channels with different configurations and filters
|
||||
|
@ -455,7 +455,7 @@ target:
|
|||
# Skip already existing PolicyReportResults on startup
|
||||
skipExistingOnStartup: true
|
||||
# Added as additional properties to each kinesis event
|
||||
customField: {}
|
||||
customFields: {}
|
||||
# filter results send by namespaces, policies and priorities
|
||||
filter: {}
|
||||
# add additional s3 channels with different configurations and filters
|
||||
|
|
Loading…
Reference in a new issue