From 3be670f79c813ddf7b63c505b4db3e5cc42dab7c Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Thu, 2 Mar 2023 13:45:36 +0100 Subject: [PATCH] Update static manifests and changelog Signed-off-by: Frank Jogeleit --- CHANGELOG.md | 5 +++++ manifest/policy-reporter-kyverno-ui-ha/install.yaml | 4 ++-- manifest/policy-reporter-kyverno-ui/install.yaml | 4 ++-- manifest/policy-reporter-ui/install.yaml | 4 ++-- manifest/policy-reporter/install.yaml | 2 +- manifest/violations-email-report/cronjob.yaml | 2 +- 6 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b6420f7..98e2eb5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ * Remove internal PolicyReport structures * Make sqlite volume configurable [[#255](https://github.com/kyverno/policy-reporter/pull/255) by [monotek](https://github.com/monotek)] * use defer to unlock when possible [[#259](https://github.com/kyverno/policy-reporter/pull/259) by [eddycharly](https://github.com/eddycharly)] +* Policy Reporter UI + * New SSL configs for external clusters + * `skipTLS` to disable SSL verification + * `certificate` to configure a path to a custom CA for self signed URLs + * New Helm values `ui.volumes` and `ui.volumeMounts` to add your custom CAs as mounts to the UI deployment. # 2.16.0 * Add `nameOverride` to all charts [[#254](https://github.com/kyverno/policy-reporter/pull/254) by [mjnagel](https://github.com/mjnagel)] diff --git a/manifest/policy-reporter-kyverno-ui-ha/install.yaml b/manifest/policy-reporter-kyverno-ui-ha/install.yaml index a56b5648..6d186a1a 100644 --- a/manifest/policy-reporter-kyverno-ui-ha/install.yaml +++ b/manifest/policy-reporter-kyverno-ui-ha/install.yaml @@ -308,7 +308,7 @@ spec: spec: containers: - name: ui - image: "ghcr.io/kyverno/policy-reporter-ui:1.7.2" + image: "ghcr.io/kyverno/policy-reporter-ui:1.8.0" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -371,7 +371,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.12.0" + image: "ghcr.io/kyverno/policy-reporter:2.13.0" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter-kyverno-ui/install.yaml b/manifest/policy-reporter-kyverno-ui/install.yaml index 2e28fdc0..9b78189c 100644 --- a/manifest/policy-reporter-kyverno-ui/install.yaml +++ b/manifest/policy-reporter-kyverno-ui/install.yaml @@ -206,7 +206,7 @@ spec: spec: containers: - name: ui - image: "ghcr.io/kyverno/policy-reporter-ui:1.7.2" + image: "ghcr.io/kyverno/policy-reporter-ui:1.8.0" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -259,7 +259,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.12.0" + image: "ghcr.io/kyverno/policy-reporter:2.13.0" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter-ui/install.yaml b/manifest/policy-reporter-ui/install.yaml index 5e38c08a..82e56455 100644 --- a/manifest/policy-reporter-ui/install.yaml +++ b/manifest/policy-reporter-ui/install.yaml @@ -94,7 +94,7 @@ spec: automountServiceAccountToken: false containers: - name: ui - image: "ghcr.io/kyverno/policy-reporter-ui:1.7.2" + image: "ghcr.io/kyverno/policy-reporter-ui:1.8.0" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -147,7 +147,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.12.0" + image: "ghcr.io/kyverno/policy-reporter:2.13.0" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter/install.yaml b/manifest/policy-reporter/install.yaml index c2ce7913..b28b2452 100644 --- a/manifest/policy-reporter/install.yaml +++ b/manifest/policy-reporter/install.yaml @@ -82,7 +82,7 @@ spec: automountServiceAccountToken: true containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.12.0" + image: "ghcr.io/kyverno/policy-reporter:2.13.0" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/violations-email-report/cronjob.yaml b/manifest/violations-email-report/cronjob.yaml index bb0d9614..315fed4b 100644 --- a/manifest/violations-email-report/cronjob.yaml +++ b/manifest/violations-email-report/cronjob.yaml @@ -26,7 +26,7 @@ spec: restartPolicy: Never containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.12.0" + image: "ghcr.io/kyverno/policy-reporter:2.13.0" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false