diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index 3d0425a0..a861748b 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-beta.6 +version: 3.0.0-beta.7 appVersion: 3.0.0-beta 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 0b71efcd..5bc85325 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-beta.6](https://img.shields.io/badge/Version-3.0.0--beta.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0-beta](https://img.shields.io/badge/AppVersion-3.0.0--beta-informational?style=flat-square) +![Version: 3.0.0-beta.7](https://img.shields.io/badge/Version-3.0.0--beta.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0-beta](https://img.shields.io/badge/AppVersion-3.0.0--beta-informational?style=flat-square) ## Documentation @@ -56,7 +56,7 @@ Check the [Documentation](https://kyverno.github.io/policy-reporter/guide/02-get | image.registry | string | `"ghcr.io"` | | | image.repository | string | `"kyverno/policy-reporter"` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.tag | string | `"06babe3"` | | +| image.tag | string | `"246288e"` | | | imagePullSecrets | list | `[]` | | | priorityClassName | string | `""` | | | replicaCount | int | `1` | | @@ -350,7 +350,7 @@ Check the [Documentation](https://kyverno.github.io/policy-reporter/guide/02-get | 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-beta.7"` | Image tag Defaults to `Chart.AppVersion` if omitted | +| ui.image.tag | string | `"2.0.0-beta.8"` | Image tag Defaults to `Chart.AppVersion` if omitted | | ui.replicaCount | int | `1` | Deployment replica count | | ui.tempDir | string | `"/tmp"` | Temporary Directory to persist session data for authentication | | ui.logging.encoding | string | `"console"` | log encoding possible encodings are console and json | @@ -420,7 +420,7 @@ Check the [Documentation](https://kyverno.github.io/policy-reporter/guide/02-get | plugin.kyverno.image.registry | string | `"ghcr.io"` | Image registry | | plugin.kyverno.image.repository | string | `"kyverno/policy-reporter/kyverno-plugin"` | Image repository | | plugin.kyverno.image.pullPolicy | string | `"IfNotPresent"` | Image PullPolicy | -| plugin.kyverno.image.tag | string | `"0.0.9"` | Image tag Defaults to `Chart.AppVersion` if omitted | +| plugin.kyverno.image.tag | string | `"0.2.0"` | Image tag Defaults to `Chart.AppVersion` if omitted | | plugin.kyverno.replicaCount | int | `1` | Deployment replica count | | plugin.kyverno.logging.encoding | string | `"console"` | log encoding possible encodings are console and json | | plugin.kyverno.logging.logLevel | int | `0` | log level default info | diff --git a/charts/policy-reporter/configs/kyverno-plugin.tmpl b/charts/policy-reporter/configs/kyverno-plugin.tmpl index 5182a492..a3eb217e 100644 --- a/charts/policy-reporter/configs/kyverno-plugin.tmpl +++ b/charts/policy-reporter/configs/kyverno-plugin.tmpl @@ -17,6 +17,9 @@ server: password: {{ .Values.basicAuth.password }} secretRef: {{ .Values.basicAuth.secretRef }} +core: + host: {{ printf "http://%s:%d" (include "policyreporter.fullname" .) (.Values.service.port | int) }} + {{- with .Values.plugin.kyverno.blockReports }} blockReports: {{- toYaml . | nindent 4 }} diff --git a/charts/policy-reporter/values.yaml b/charts/policy-reporter/values.yaml index f4bb93f0..53fdc3ed 100644 --- a/charts/policy-reporter/values.yaml +++ b/charts/policy-reporter/values.yaml @@ -11,7 +11,7 @@ image: registry: ghcr.io repository: kyverno/policy-reporter pullPolicy: IfNotPresent - tag: 06babe3 + tag: 246288e imagePullSecrets: [] @@ -757,7 +757,7 @@ ui: pullPolicy: IfNotPresent # -- (string) Image tag # Defaults to `Chart.AppVersion` if omitted - tag: "2.0.0-beta.7" + tag: "2.0.0-beta.8" # -- Deployment replica count replicaCount: 1 @@ -1037,7 +1037,7 @@ plugin: pullPolicy: IfNotPresent # -- (string) Image tag # Defaults to `Chart.AppVersion` if omitted - tag: "0.0.9" + tag: "0.2.0" # -- Deployment replica count replicaCount: 1