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

Prepare Release v3.0.0-rc.12 (#612)

Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
This commit is contained in:
Frank Jogeleit 2024-12-02 12:20:05 +01:00 committed by GitHub
parent e99ac42ad7
commit 6d10f6b4e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@ 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.11 version: 3.0.0-rc.12
appVersion: 3.0.0-rc.7 appVersion: 3.0.0-rc.7
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png

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.11](https://img.shields.io/badge/Version-3.0.0--rc.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0-rc.7](https://img.shields.io/badge/AppVersion-3.0.0--rc.7-informational?style=flat-square) ![Version: 3.0.0-rc.12](https://img.shields.io/badge/Version-3.0.0--rc.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0-rc.7](https://img.shields.io/badge/AppVersion-3.0.0--rc.7-informational?style=flat-square)
## Documentation ## Documentation
@ -339,7 +339,7 @@ Open `http://localhost:8082/` in your browser.
| ui.image.registry | string | `"ghcr.io"` | Image registry | | ui.image.registry | string | `"ghcr.io"` | Image registry |
| ui.image.repository | string | `"kyverno/policy-reporter-ui"` | Image repository | | ui.image.repository | string | `"kyverno/policy-reporter-ui"` | Image repository |
| ui.image.pullPolicy | string | `"IfNotPresent"` | Image PullPolicy | | ui.image.pullPolicy | string | `"IfNotPresent"` | Image PullPolicy |
| ui.image.tag | string | `"2.0.0-rc.3"` | Image tag | | ui.image.tag | string | `"2.0.0-rc.4"` | Image tag |
| ui.replicaCount | int | `1` | Deployment replica count | | ui.replicaCount | int | `1` | Deployment replica count |
| ui.tempDir | string | `"/tmp"` | Temporary Directory to persist session data for authentication | | ui.tempDir | string | `"/tmp"` | Temporary Directory to persist session data for authentication |
| ui.logging.api | bool | `false` | Enables external api request logging | | ui.logging.api | bool | `false` | Enables external api request logging |

View file

@ -849,7 +849,7 @@ ui:
# -- (string) Image PullPolicy # -- (string) Image PullPolicy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- (string) Image tag # -- (string) Image tag
tag: "2.0.0-rc.3" tag: "2.0.0-rc.4"
# -- Deployment replica count # -- Deployment replica count
replicaCount: 1 replicaCount: 1

View file

@ -706,7 +706,7 @@ spec:
runAsUser: 1234 runAsUser: 1234
seccompProfile: seccompProfile:
type: RuntimeDefault type: RuntimeDefault
image: "ghcr.io/kyverno/policy-reporter-ui:2.0.0-rc.3" image: "ghcr.io/kyverno/policy-reporter-ui:2.0.0-rc.4"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- run - run

View file

@ -601,7 +601,7 @@ spec:
runAsUser: 1234 runAsUser: 1234
seccompProfile: seccompProfile:
type: RuntimeDefault type: RuntimeDefault
image: "ghcr.io/kyverno/policy-reporter-ui:2.0.0-rc.3" image: "ghcr.io/kyverno/policy-reporter-ui:2.0.0-rc.4"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- run - run

View file

@ -397,7 +397,7 @@ spec:
runAsUser: 1234 runAsUser: 1234
seccompProfile: seccompProfile:
type: RuntimeDefault type: RuntimeDefault
image: "ghcr.io/kyverno/policy-reporter-ui:2.0.0-rc.3" image: "ghcr.io/kyverno/policy-reporter-ui:2.0.0-rc.4"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- run - run