Commit f7ca58a 1 parent 36c2100 commit f7ca58a Copy full SHA for f7ca58a
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ description: |
5
5
It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord
6
6
7
7
type : application
8
- version : 3.0.4
9
- appVersion : 3.0.1
8
+ version : 3.0.5
9
+ appVersion : 3.0.2
10
10
11
11
icon : https://github.com/kyverno/kyverno/raw/main/img/logo.png
12
12
home : https://kyverno.github.io/policy-reporter
Original file line number Diff line number Diff line change 3
3
Policy Reporter watches for PolicyReport Resources.
4
4
It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord
5
5
6
- ![ Version: 3.0.4 ] ( https://img.shields.io/badge/Version-3.0.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.0.1 ] ( https://img.shields.io/badge/AppVersion-3.0.1 -informational?style=flat-square )
6
+ ![ Version: 3.0.5 ] ( https://img.shields.io/badge/Version-3.0.5 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.0.2 ] ( https://img.shields.io/badge/AppVersion-3.0.2 -informational?style=flat-square )
7
7
8
8
## Documentation
9
9
@@ -339,7 +339,7 @@ Open `http://localhost:8082/` in your browser.
339
339
| ui.image.registry | string | ` "ghcr.io" ` | Image registry |
340
340
| ui.image.repository | string | ` "kyverno/policy-reporter-ui" ` | Image repository |
341
341
| ui.image.pullPolicy | string | ` "IfNotPresent" ` | Image PullPolicy |
342
- | ui.image.tag | string | ` "2.1.0 " ` | Image tag |
342
+ | ui.image.tag | string | ` "2.1.2 " ` | Image tag |
343
343
| ui.replicaCount | int | ` 1 ` | Deployment replica count |
344
344
| ui.tempDir | string | ` "/tmp" ` | Temporary Directory to persist session data for authentication |
345
345
| ui.logging.api | bool | ` false ` | Enables external api request logging |
You can’t perform that action at this time.
0 commit comments