33Policy Reporter watches for PolicyReport Resources.
44It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord
55
6- ![ Version: 3.7.0 ] ( https://img.shields.io/badge/Version-3.7.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.6 .0] ( https://img.shields.io/badge/AppVersion-3.6 .0-informational?style=flat-square )
6+ ![ Version: 3.7.1 ] ( https://img.shields.io/badge/Version-3.7.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.7 .0] ( https://img.shields.io/badge/AppVersion-3.7 .0-informational?style=flat-square )
77
88## Documentation
99
@@ -77,6 +77,7 @@ Open `http://localhost:8082/` in your browser.
7777| securityContext.seccompProfile.type | string | ` "RuntimeDefault" ` | |
7878| podAnnotations | object | ` {} ` | Additional annotations to add to each pod |
7979| podLabels | object | ` {} ` | Additional labels to add to each pod |
80+ | selectorLabels | object | ` {} ` | Custom selector labels, overwrites the default set |
8081| resources | object | ` {} ` | Resource constraints |
8182| networkPolicy.enabled | bool | ` false ` | Create NetworkPolicy |
8283| networkPolicy.egress | list | ` [{"ports":[{"port":6443,"protocol":"TCP"}],"to":null}] ` | Egress rule to allow Kubernetes API Server access |
@@ -389,7 +390,7 @@ Open `http://localhost:8082/` in your browser.
389390| ui.image.registry | string | ` "ghcr.io" ` | Image registry |
390391| ui.image.repository | string | ` "kyverno/policy-reporter-ui" ` | Image repository |
391392| ui.image.pullPolicy | string | ` "IfNotPresent" ` | Image PullPolicy |
392- | ui.image.tag | string | ` "2.5.0 " ` | Image tag |
393+ | ui.image.tag | string | ` "2.5.1 " ` | Image tag |
393394| ui.crds.customBoard | bool | ` false ` | Install UI CustomBoard CRDs |
394395| ui.replicaCount | int | ` 1 ` | Deployment replica count |
395396| ui.priorityClassName | string | ` "" ` | Deployment priorityClassName |
@@ -485,7 +486,7 @@ Open `http://localhost:8082/` in your browser.
485486| plugin.kyverno.image.registry | string | ` "ghcr.io" ` | Image registry |
486487| plugin.kyverno.image.repository | string | ` "kyverno/policy-reporter/kyverno-plugin" ` | Image repository |
487488| plugin.kyverno.image.pullPolicy | string | ` "IfNotPresent" ` | Image PullPolicy |
488- | plugin.kyverno.image.tag | string | ` "0.5.2 " ` | Image tag |
489+ | plugin.kyverno.image.tag | string | ` "0.5.3 " ` | Image tag |
489490| plugin.kyverno.replicaCount | int | ` 1 ` | Deployment replica count |
490491| plugin.kyverno.priorityClassName | string | ` "" ` | Deployment priorityClassName |
491492| plugin.kyverno.logging.api | bool | ` false ` | Enables external API request logging |
@@ -507,6 +508,7 @@ Open `http://localhost:8082/` in your browser.
507508| plugin.kyverno.serviceAccount.name | string | ` "" ` | The ServiceAccount name |
508509| plugin.kyverno.podAnnotations | object | ` {} ` | Additional annotations to add to each pod |
509510| plugin.kyverno.podLabels | object | ` {} ` | Additional labels to add to each pod |
511+ | plugin.kyverno.selectorLabels | object | ` {} ` | Custom selector labels, overwrites the default set |
510512| plugin.kyverno.updateStrategy | object | ` {} ` | Deployment update strategy. Ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy |
511513| plugin.kyverno.revisionHistoryLimit | int | ` 10 ` | The number of revisions to keep |
512514| plugin.kyverno.podSecurityContext | object | ` {"runAsGroup":1234,"runAsUser":1234} ` | Security context for the pod |
@@ -557,7 +559,7 @@ Open `http://localhost:8082/` in your browser.
557559| plugin.trivy.image.registry | string | ` "ghcr.io" ` | Image registry |
558560| plugin.trivy.image.repository | string | ` "kyverno/policy-reporter/trivy-plugin" ` | Image repository |
559561| plugin.trivy.image.pullPolicy | string | ` "IfNotPresent" ` | Image PullPolicy |
560- | plugin.trivy.image.tag | string | ` "0.4.11 " ` | Image tag Defaults to ` Chart.AppVersion ` if omitted |
562+ | plugin.trivy.image.tag | string | ` "0.4.12 " ` | Image tag Defaults to ` Chart.AppVersion ` if omitted |
561563| plugin.trivy.cli.image.registry | string | ` "ghcr.io" ` | Image registry |
562564| plugin.trivy.cli.image.repository | string | ` "aquasecurity/trivy" ` | Image repository |
563565| plugin.trivy.cli.image.pullPolicy | string | ` "IfNotPresent" ` | Image PullPolicy |
@@ -585,6 +587,7 @@ Open `http://localhost:8082/` in your browser.
585587| plugin.trivy.serviceAccount.name | string | ` "" ` | The ServiceAccount name |
586588| plugin.trivy.podAnnotations | object | ` {} ` | Additional annotations to add to each pod |
587589| plugin.trivy.podLabels | object | ` {} ` | Additional labels to add to each pod |
590+ | plugin.trivy.selectorLabels | object | ` {} ` | Custom selector labels, overwrites the default set |
588591| plugin.trivy.updateStrategy | object | ` {} ` | Deployment update strategy. Ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy |
589592| plugin.trivy.revisionHistoryLimit | int | ` 10 ` | The number of revisions to keep |
590593| plugin.trivy.podSecurityContext | object | ` {"runAsGroup":1234,"runAsUser":1234} ` | Security context for the pod |
0 commit comments