mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-14 11:57:32 +00:00
release Helm Chart v2.19.1
Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
This commit is contained in:
parent
498bc4c3e6
commit
c164cff966
9 changed files with 14 additions and 9 deletions
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
# 2.19.0
|
||||||
|
* Policy Reporter
|
||||||
|
* AWS IRSA Authentication Support
|
||||||
|
* Add `source` attribute to JSON ouput [[#311](https://github.com/kyverno/policy-reporter/pull/311) by [nikolay-o](https://github.com/nikolay-o)]
|
||||||
|
|
||||||
# 2.19.0
|
# 2.19.0
|
||||||
* Policy Reporter
|
* Policy Reporter
|
||||||
* New AWS SecurityHub push target - See [values.yaml](https://github.com/kyverno/policy-reporter/blob/main/charts/policy-reporter/values.yaml#L550) for available configurations
|
* New AWS SecurityHub push target - See [values.yaml](https://github.com/kyverno/policy-reporter/blob/main/charts/policy-reporter/values.yaml#L550) for available configurations
|
||||||
|
|
|
@ -5,8 +5,8 @@ description: |
|
||||||
It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord
|
It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
version: 2.19.0
|
version: 2.19.1
|
||||||
appVersion: 2.15.0
|
appVersion: 2.15.1
|
||||||
|
|
||||||
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
|
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
|
||||||
home: https://kyverno.github.io/policy-reporter
|
home: https://kyverno.github.io/policy-reporter
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Policy Reporter
|
# Policy Reporter
|
||||||
|
|
||||||
![Version: v2.19.0](https://img.shields.io/badge/Version-v2.19.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.15.0](https://img.shields.io/badge/AppVersion-v2.15.0-informational?style=flat-square)
|
![Version: v2.19.1](https://img.shields.io/badge/Version-v2.19.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.15.1](https://img.shields.io/badge/AppVersion-v2.15.1-informational?style=flat-square)
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ image:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
repository: kyverno/policy-reporter
|
repository: kyverno/policy-reporter
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2.15.0
|
tag: 2.15.1
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
|
||||||
|
|
|
@ -372,7 +372,7 @@ spec:
|
||||||
fsGroup: 1234
|
fsGroup: 1234
|
||||||
containers:
|
containers:
|
||||||
- name: policy-reporter
|
- name: policy-reporter
|
||||||
image: "ghcr.io/kyverno/policy-reporter:2.15.0"
|
image: "ghcr.io/kyverno/policy-reporter:2.15.1"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
|
@ -260,7 +260,7 @@ spec:
|
||||||
fsGroup: 1234
|
fsGroup: 1234
|
||||||
containers:
|
containers:
|
||||||
- name: policy-reporter
|
- name: policy-reporter
|
||||||
image: "ghcr.io/kyverno/policy-reporter:2.15.0"
|
image: "ghcr.io/kyverno/policy-reporter:2.15.1"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
|
@ -148,7 +148,7 @@ spec:
|
||||||
fsGroup: 1234
|
fsGroup: 1234
|
||||||
containers:
|
containers:
|
||||||
- name: policy-reporter
|
- name: policy-reporter
|
||||||
image: "ghcr.io/kyverno/policy-reporter:2.15.0"
|
image: "ghcr.io/kyverno/policy-reporter:2.15.1"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
|
@ -82,7 +82,7 @@ spec:
|
||||||
automountServiceAccountToken: true
|
automountServiceAccountToken: true
|
||||||
containers:
|
containers:
|
||||||
- name: policy-reporter
|
- name: policy-reporter
|
||||||
image: "ghcr.io/kyverno/policy-reporter:2.15.0"
|
image: "ghcr.io/kyverno/policy-reporter:2.15.1"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
|
@ -26,7 +26,7 @@ spec:
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
containers:
|
containers:
|
||||||
- name: policy-reporter
|
- name: policy-reporter
|
||||||
image: "ghcr.io/kyverno/policy-reporter:2.15.0"
|
image: "ghcr.io/kyverno/policy-reporter:2.15.1"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
Loading…
Reference in a new issue