1
0
Fork 0
mirror of https://github.com/kyverno/policy-reporter.git synced 2024-12-15 17:50:58 +00:00

Release Helm Chart v3.0.0-rc.10 (#599)

Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
This commit is contained in:
Frank Jogeleit 2024-11-25 14:01:19 +01:00 committed by GitHub
parent 1dd151c9ea
commit 3f0b35f08a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 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.9 version: 3.0.0-rc.10
appVersion: 3.0.0-rc.5 appVersion: 3.0.0-rc.6
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.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) ![Version: 3.0.0-rc.10](https://img.shields.io/badge/Version-3.0.0--rc.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0-rc.6](https://img.shields.io/badge/AppVersion-3.0.0--rc.6-informational?style=flat-square)
## Documentation ## Documentation
@ -411,6 +411,8 @@ Open `http://localhost:8082/` in your browser.
| ui.nodeSelector | object | `{}` | Node labels for pod assignment | | ui.nodeSelector | object | `{}` | Node labels for pod assignment |
| ui.tolerations | list | `[]` | List of node taints to tolerate | | ui.tolerations | list | `[]` | List of node taints to tolerate |
| ui.affinity | object | `{}` | Affinity constraints. | | ui.affinity | object | `{}` | Affinity constraints. |
| ui.extraVolumes.volumeMounts | list | `[]` | Deployment volumeMounts |
| ui.extraVolumes.volumes | list | `[]` | Deployment values |
| plugin.kyverno.enabled | bool | `false` | Enable Kyverno Plugin | | plugin.kyverno.enabled | bool | `false` | Enable Kyverno Plugin |
| plugin.kyverno.image.registry | string | `"ghcr.io"` | Image registry | | plugin.kyverno.image.registry | string | `"ghcr.io"` | Image registry |
| plugin.kyverno.image.repository | string | `"kyverno/policy-reporter/kyverno-plugin"` | Image repository | | plugin.kyverno.image.repository | string | `"kyverno/policy-reporter/kyverno-plugin"` | Image repository |
@ -472,6 +474,8 @@ Open `http://localhost:8082/` in your browser.
| plugin.kyverno.nodeSelector | object | `{}` | Node labels for pod assignment | | plugin.kyverno.nodeSelector | object | `{}` | Node labels for pod assignment |
| plugin.kyverno.tolerations | list | `[]` | List of node taints to tolerate | | plugin.kyverno.tolerations | list | `[]` | List of node taints to tolerate |
| plugin.kyverno.affinity | object | `{}` | Affinity constraints. | | plugin.kyverno.affinity | object | `{}` | Affinity constraints. |
| plugin.kyverno.extraVolumes.volumeMounts | list | `[]` | Deployment volumeMounts |
| plugin.kyverno.extraVolumes.volumes | list | `[]` | Deployment values |
| plugin.trivy.enabled | bool | `false` | Enable Trivy Operator Plugin | | plugin.trivy.enabled | bool | `false` | Enable Trivy Operator Plugin |
| plugin.trivy.image.registry | string | `"ghcr.io"` | Image registry | | plugin.trivy.image.registry | string | `"ghcr.io"` | Image registry |
| plugin.trivy.image.repository | string | `"kyverno/policy-reporter/trivy-plugin"` | Image repository | | plugin.trivy.image.repository | string | `"kyverno/policy-reporter/trivy-plugin"` | Image repository |
@ -524,6 +528,8 @@ Open `http://localhost:8082/` in your browser.
| plugin.trivy.nodeSelector | object | `{}` | Node labels for pod assignment | | plugin.trivy.nodeSelector | object | `{}` | Node labels for pod assignment |
| plugin.trivy.tolerations | list | `[]` | List of node taints to tolerate | | plugin.trivy.tolerations | list | `[]` | List of node taints to tolerate |
| plugin.trivy.affinity | object | `{}` | Affinity constraints. | | plugin.trivy.affinity | object | `{}` | Affinity constraints. |
| plugin.trivy.extraVolumes.volumeMounts | list | `[]` | Deployment volumeMounts |
| plugin.trivy.extraVolumes.volumes | list | `[]` | Deployment values |
| monitoring.enabled | bool | `false` | Enables the Prometheus Operator integration | | monitoring.enabled | bool | `false` | Enables the Prometheus Operator integration |
| monitoring.annotations | object | `{}` | Key/value pairs that are attached to all resources. | | monitoring.annotations | object | `{}` | Key/value pairs that are attached to all resources. |
| monitoring.serviceMonitor.honorLabels | bool | `false` | HonorLabels chooses the metrics labels on collisions with target labels | | monitoring.serviceMonitor.honorLabels | bool | `false` | HonorLabels chooses the metrics labels on collisions with target labels |