From afff02889aefbc5f4933ab66dcd87b037b07eb13 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Wed, 13 Nov 2024 12:40:10 +0100 Subject: [PATCH] release-3.0.0-rc.9 (#571) Signed-off-by: Frank Jogeleit --- charts/policy-reporter/Chart.yaml | 4 ++-- charts/policy-reporter/README.md | 4 ++-- charts/policy-reporter/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index 2af7c3c9..e77cf9cc 100644 --- a/charts/policy-reporter/Chart.yaml +++ b/charts/policy-reporter/Chart.yaml @@ -5,8 +5,8 @@ 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.8 -appVersion: 3.0.0-rc.3 +version: 3.0.0-rc.9 +appVersion: 3.0.0-rc.5 icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png home: https://kyverno.github.io/policy-reporter diff --git a/charts/policy-reporter/README.md b/charts/policy-reporter/README.md index e3156df6..65436316 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.8](https://img.shields.io/badge/Version-3.0.0--rc.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0-rc.3](https://img.shields.io/badge/AppVersion-3.0.0--rc.3-informational?style=flat-square) +![Version: 3.0.0-rc.9](https://img.shields.io/badge/Version-3.0.0--rc.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0-rc.5](https://img.shields.io/badge/AppVersion-3.0.0--rc.5-informational?style=flat-square) ## Documentation @@ -49,7 +49,7 @@ Open `http://localhost:8082/` in your browser. | image.registry | string | `"ghcr.io"` | Image registry | | image.repository | string | `"kyverno/policy-reporter"` | Image repository | | image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy | -| image.tag | string | `"3.0.0-rc.4"` | Image tag | +| image.tag | string | `nil` | Image tag | | imagePullSecrets | list | `[]` | Image pullSecrets | | priorityClassName | string | `""` | Deployment priorityClassName | | replicaCount | int | `1` | Deployment replica count | diff --git a/charts/policy-reporter/values.yaml b/charts/policy-reporter/values.yaml index 4d7da8ab..0a230722 100644 --- a/charts/policy-reporter/values.yaml +++ b/charts/policy-reporter/values.yaml @@ -15,7 +15,7 @@ image: # -- (string) Image pullPolicy pullPolicy: IfNotPresent # -- (string) Image tag - tag: 3.0.0-rc.4 + tag: ~ # -- Image pullSecrets imagePullSecrets: []