From 6d10f6b4e1d95015646c15c81da03b61b390a813 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Mon, 2 Dec 2024 12:20:05 +0100 Subject: [PATCH] Prepare Release v3.0.0-rc.12 (#612) Signed-off-by: Frank Jogeleit --- charts/policy-reporter/Chart.yaml | 2 +- charts/policy-reporter/README.md | 4 ++-- charts/policy-reporter/values.yaml | 2 +- manifests/policy-reporter-kyverno-ui-ha/install.yaml | 2 +- manifests/policy-reporter-kyverno-ui/install.yaml | 2 +- manifests/policy-reporter-ui/install.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index b8ec3bd6..ba4f4304 100644 --- a/charts/policy-reporter/Chart.yaml +++ b/charts/policy-reporter/Chart.yaml @@ -5,7 +5,7 @@ description: | It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord type: application -version: 3.0.0-rc.11 +version: 3.0.0-rc.12 appVersion: 3.0.0-rc.7 icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png diff --git a/charts/policy-reporter/README.md b/charts/policy-reporter/README.md index c5d95937..82f2e8a0 100644 --- a/charts/policy-reporter/README.md +++ b/charts/policy-reporter/README.md @@ -3,7 +3,7 @@ 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 -![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 @@ -339,7 +339,7 @@ Open `http://localhost:8082/` in your browser. | ui.image.registry | string | `"ghcr.io"` | Image registry | | ui.image.repository | string | `"kyverno/policy-reporter-ui"` | Image repository | | 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.tempDir | string | `"/tmp"` | Temporary Directory to persist session data for authentication | | ui.logging.api | bool | `false` | Enables external api request logging | diff --git a/charts/policy-reporter/values.yaml b/charts/policy-reporter/values.yaml index 482f1d55..6070c7d1 100644 --- a/charts/policy-reporter/values.yaml +++ b/charts/policy-reporter/values.yaml @@ -849,7 +849,7 @@ ui: # -- (string) Image PullPolicy pullPolicy: IfNotPresent # -- (string) Image tag - tag: "2.0.0-rc.3" + tag: "2.0.0-rc.4" # -- Deployment replica count replicaCount: 1 diff --git a/manifests/policy-reporter-kyverno-ui-ha/install.yaml b/manifests/policy-reporter-kyverno-ui-ha/install.yaml index 0c7b32ae..159886da 100644 --- a/manifests/policy-reporter-kyverno-ui-ha/install.yaml +++ b/manifests/policy-reporter-kyverno-ui-ha/install.yaml @@ -706,7 +706,7 @@ spec: runAsUser: 1234 seccompProfile: 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 args: - run diff --git a/manifests/policy-reporter-kyverno-ui/install.yaml b/manifests/policy-reporter-kyverno-ui/install.yaml index 12214422..4831907a 100644 --- a/manifests/policy-reporter-kyverno-ui/install.yaml +++ b/manifests/policy-reporter-kyverno-ui/install.yaml @@ -601,7 +601,7 @@ spec: runAsUser: 1234 seccompProfile: 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 args: - run diff --git a/manifests/policy-reporter-ui/install.yaml b/manifests/policy-reporter-ui/install.yaml index 9e5db61d..7a3cab45 100644 --- a/manifests/policy-reporter-ui/install.yaml +++ b/manifests/policy-reporter-ui/install.yaml @@ -397,7 +397,7 @@ spec: runAsUser: 1234 seccompProfile: 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 args: - run