From aa18f7d3a3a7f0dbfc1b82561c6fb99a46714418 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Thu, 14 Mar 2024 13:17:21 +0100 Subject: [PATCH] Update UI Signed-off-by: Frank Jogeleit --- charts/policy-reporter/Chart.yaml | 2 +- charts/policy-reporter/README.md | 4 ++-- .../policy-reporter/templates/plugins/kyverno/deployment.yaml | 2 +- .../policy-reporter/templates/plugins/trivy/deployment.yaml | 2 +- charts/policy-reporter/values.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index 01910ff8..a1ead1ff 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-alpha.15 +version: 3.0.0-alpha.16 appVersion: 3.0.0-alpha 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 3fbbfb3a..04e1d93e 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-alpha.15](https://img.shields.io/badge/Version-3.0.0--alpha.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0-alpha](https://img.shields.io/badge/AppVersion-3.0.0--alpha-informational?style=flat-square) +![Version: 3.0.0-alpha.16](https://img.shields.io/badge/Version-3.0.0--alpha.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0-alpha](https://img.shields.io/badge/AppVersion-3.0.0--alpha-informational?style=flat-square) ## Documentation @@ -332,7 +332,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-alpha.23"` | Image tag Defaults to `Chart.AppVersion` if omitted | +| ui.image.tag | string | `"2.0.0-alpha.24"` | 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 | diff --git a/charts/policy-reporter/templates/plugins/kyverno/deployment.yaml b/charts/policy-reporter/templates/plugins/kyverno/deployment.yaml index 75e72aa6..180ea340 100644 --- a/charts/policy-reporter/templates/plugins/kyverno/deployment.yaml +++ b/charts/policy-reporter/templates/plugins/kyverno/deployment.yaml @@ -19,7 +19,7 @@ spec: template: metadata: annotations: - checksum/secret: {{ include (print .Template.BasePath "/config-secret.yaml") . | sha256sum | quote }} + checksum/secret: {{ include (print .Template.BasePath "/plugins/kyverno/config-secret.yaml") . | sha256sum | quote }} {{- with .Values.plugin.kyverno.podAnnotations }} {{- toYaml . | nindent 8 }} {{- end }} diff --git a/charts/policy-reporter/templates/plugins/trivy/deployment.yaml b/charts/policy-reporter/templates/plugins/trivy/deployment.yaml index ab4b6cc2..112d7d0d 100644 --- a/charts/policy-reporter/templates/plugins/trivy/deployment.yaml +++ b/charts/policy-reporter/templates/plugins/trivy/deployment.yaml @@ -19,7 +19,7 @@ spec: template: metadata: annotations: - checksum/secret: {{ include (print .Template.BasePath "/config-secret.yaml") . | sha256sum | quote }} + checksum/secret: {{ include (print .Template.BasePath "/plugins/trivy/config-secret.yaml") . | sha256sum | quote }} {{- with .Values.plugin.trivy.podAnnotations }} {{- toYaml . | nindent 8 }} {{- end }} diff --git a/charts/policy-reporter/values.yaml b/charts/policy-reporter/values.yaml index 1a3bb963..1a6b7059 100644 --- a/charts/policy-reporter/values.yaml +++ b/charts/policy-reporter/values.yaml @@ -720,7 +720,7 @@ ui: pullPolicy: IfNotPresent # -- (string) Image tag # Defaults to `Chart.AppVersion` if omitted - tag: "2.0.0-alpha.23" + tag: "2.0.0-alpha.24" # -- Deployment replica count replicaCount: 1