Skip to content

Commit f7ca58a

Browse files
authored
Prepare release v3.0.5 (#798)
Signed-off-by: Frank Jogeleit <[email protected]>
1 parent 36c2100 commit f7ca58a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/policy-reporter/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: |
55
It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord
66
77
type: application
8-
version: 3.0.4
9-
appVersion: 3.0.1
8+
version: 3.0.5
9+
appVersion: 3.0.2
1010

1111
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
1212
home: https://kyverno.github.io/policy-reporter

charts/policy-reporter/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Policy Reporter watches for PolicyReport Resources.
44
It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord
55

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)
77

88
## Documentation
99

@@ -339,7 +339,7 @@ Open `http://localhost:8082/` in your browser.
339339
| ui.image.registry | string | `"ghcr.io"` | Image registry |
340340
| ui.image.repository | string | `"kyverno/policy-reporter-ui"` | Image repository |
341341
| 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 |
343343
| ui.replicaCount | int | `1` | Deployment replica count |
344344
| ui.tempDir | string | `"/tmp"` | Temporary Directory to persist session data for authentication |
345345
| ui.logging.api | bool | `false` | Enables external api request logging |

0 commit comments

Comments
 (0)