1
0
Fork 0
mirror of https://github.com/kyverno/policy-reporter.git synced 2024-12-14 11:57:32 +00:00

Update static manifests and changelog

Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
This commit is contained in:
Frank Jogeleit 2023-03-02 13:45:36 +01:00
parent d589d7a7bb
commit 3be670f79c
6 changed files with 13 additions and 8 deletions

View file

@ -7,6 +7,11 @@
* Remove internal PolicyReport structures * Remove internal PolicyReport structures
* Make sqlite volume configurable [[#255](https://github.com/kyverno/policy-reporter/pull/255) by [monotek](https://github.com/monotek)] * 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)] * 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 # 2.16.0
* Add `nameOverride` to all charts [[#254](https://github.com/kyverno/policy-reporter/pull/254) by [mjnagel](https://github.com/mjnagel)] * Add `nameOverride` to all charts [[#254](https://github.com/kyverno/policy-reporter/pull/254) by [mjnagel](https://github.com/mjnagel)]

View file

@ -308,7 +308,7 @@ spec:
spec: spec:
containers: containers:
- name: ui - name: ui
image: "ghcr.io/kyverno/policy-reporter-ui:1.7.2" image: "ghcr.io/kyverno/policy-reporter-ui:1.8.0"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
@ -371,7 +371,7 @@ spec:
fsGroup: 1234 fsGroup: 1234
containers: containers:
- name: policy-reporter - name: policy-reporter
image: "ghcr.io/kyverno/policy-reporter:2.12.0" image: "ghcr.io/kyverno/policy-reporter:2.13.0"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false

View file

@ -206,7 +206,7 @@ spec:
spec: spec:
containers: containers:
- name: ui - name: ui
image: "ghcr.io/kyverno/policy-reporter-ui:1.7.2" image: "ghcr.io/kyverno/policy-reporter-ui:1.8.0"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
@ -259,7 +259,7 @@ spec:
fsGroup: 1234 fsGroup: 1234
containers: containers:
- name: policy-reporter - name: policy-reporter
image: "ghcr.io/kyverno/policy-reporter:2.12.0" image: "ghcr.io/kyverno/policy-reporter:2.13.0"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false

View file

@ -94,7 +94,7 @@ spec:
automountServiceAccountToken: false automountServiceAccountToken: false
containers: containers:
- name: ui - name: ui
image: "ghcr.io/kyverno/policy-reporter-ui:1.7.2" image: "ghcr.io/kyverno/policy-reporter-ui:1.8.0"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
@ -147,7 +147,7 @@ spec:
fsGroup: 1234 fsGroup: 1234
containers: containers:
- name: policy-reporter - name: policy-reporter
image: "ghcr.io/kyverno/policy-reporter:2.12.0" image: "ghcr.io/kyverno/policy-reporter:2.13.0"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false

View file

@ -82,7 +82,7 @@ spec:
automountServiceAccountToken: true automountServiceAccountToken: true
containers: containers:
- name: policy-reporter - name: policy-reporter
image: "ghcr.io/kyverno/policy-reporter:2.12.0" image: "ghcr.io/kyverno/policy-reporter:2.13.0"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false

View file

@ -26,7 +26,7 @@ spec:
restartPolicy: Never restartPolicy: Never
containers: containers:
- name: policy-reporter - name: policy-reporter
image: "ghcr.io/kyverno/policy-reporter:2.12.0" image: "ghcr.io/kyverno/policy-reporter:2.13.0"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false