1
0
Fork 0
mirror of https://github.com/kyverno/policy-reporter.git synced 2024-12-14 11:57:32 +00:00

release-3.0.0-rc.9 (#571)

Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
This commit is contained in:
Frank Jogeleit 2024-11-13 12:40:10 +01:00 committed by GitHub
parent ac003ca78d
commit afff02889a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -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: 3.0.0-rc.8 version: 3.0.0-rc.9
appVersion: 3.0.0-rc.3 appVersion: 3.0.0-rc.5
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

View file

@ -3,7 +3,7 @@
Policy Reporter watches for PolicyReport Resources. Policy Reporter watches for PolicyReport Resources.
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
![Version: 3.0.0-rc.8](https://img.shields.io/badge/Version-3.0.0--rc.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0-rc.3](https://img.shields.io/badge/AppVersion-3.0.0--rc.3-informational?style=flat-square) ![Version: 3.0.0-rc.9](https://img.shields.io/badge/Version-3.0.0--rc.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0-rc.5](https://img.shields.io/badge/AppVersion-3.0.0--rc.5-informational?style=flat-square)
## Documentation ## Documentation
@ -49,7 +49,7 @@ Open `http://localhost:8082/` in your browser.
| image.registry | string | `"ghcr.io"` | Image registry | | image.registry | string | `"ghcr.io"` | Image registry |
| image.repository | string | `"kyverno/policy-reporter"` | Image repository | | image.repository | string | `"kyverno/policy-reporter"` | Image repository |
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy | | image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy |
| image.tag | string | `"3.0.0-rc.4"` | Image tag | | image.tag | string | `nil` | Image tag |
| imagePullSecrets | list | `[]` | Image pullSecrets | | imagePullSecrets | list | `[]` | Image pullSecrets |
| priorityClassName | string | `""` | Deployment priorityClassName | | priorityClassName | string | `""` | Deployment priorityClassName |
| replicaCount | int | `1` | Deployment replica count | | replicaCount | int | `1` | Deployment replica count |

View file

@ -15,7 +15,7 @@ image:
# -- (string) Image pullPolicy # -- (string) Image pullPolicy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- (string) Image tag # -- (string) Image tag
tag: 3.0.0-rc.4 tag: ~
# -- Image pullSecrets # -- Image pullSecrets
imagePullSecrets: [] imagePullSecrets: []