diff --git a/charts/policy-reporter/README.md b/charts/policy-reporter/README.md index 69b04f4a..a0e64c33 100644 --- a/charts/policy-reporter/README.md +++ b/charts/policy-reporter/README.md @@ -1,6 +1,6 @@ # Policy Reporter -![Version: v2.17.0](https://img.shields.io/badge/Version-v2.17.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.13.0](https://img.shields.io/badge/AppVersion-v2.13.0-informational?style=flat-square) +![Version: v2.18.0](https://img.shields.io/badge/Version-v2.18.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.14.0](https://img.shields.io/badge/AppVersion-v2.14.0-informational?style=flat-square) ## Motivation diff --git a/manifest/policy-reporter-kyverno-ui-ha/install.yaml b/manifest/policy-reporter-kyverno-ui-ha/install.yaml index 6d186a1a..70f8f917 100644 --- a/manifest/policy-reporter-kyverno-ui-ha/install.yaml +++ b/manifest/policy-reporter-kyverno-ui-ha/install.yaml @@ -238,7 +238,7 @@ spec: automountServiceAccountToken: true containers: - name: "kyverno-plugin" - image: "ghcr.io/kyverno/policy-reporter-kyverno-plugin:1.5.0" + image: "ghcr.io/kyverno/policy-reporter-kyverno-plugin:1.5.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -308,7 +308,7 @@ spec: spec: containers: - name: ui - image: "ghcr.io/kyverno/policy-reporter-ui:1.8.0" + image: "ghcr.io/kyverno/policy-reporter-ui:1.8.2" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -371,7 +371,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.13.0" + image: "ghcr.io/kyverno/policy-reporter:2.14.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 9b78189c..124211ee 100644 --- a/manifest/policy-reporter-kyverno-ui/install.yaml +++ b/manifest/policy-reporter-kyverno-ui/install.yaml @@ -158,7 +158,7 @@ spec: automountServiceAccountToken: true containers: - name: "kyverno-plugin" - image: "ghcr.io/kyverno/policy-reporter-ui:1.5.0" + image: "ghcr.io/kyverno/policy-reporter-ui:1.5.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -206,7 +206,7 @@ spec: spec: containers: - name: ui - image: "ghcr.io/kyverno/policy-reporter-ui:1.8.0" + image: "ghcr.io/kyverno/policy-reporter-ui:1.8.2" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -259,7 +259,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.13.0" + image: "ghcr.io/kyverno/policy-reporter:2.14.0" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter-ui/install.yaml b/manifest/policy-reporter-ui/install.yaml index 82e56455..96a8aefe 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.8.0" + image: "ghcr.io/kyverno/policy-reporter-ui:1.8.2" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -147,7 +147,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.13.0" + image: "ghcr.io/kyverno/policy-reporter:2.14.0" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter/install.yaml b/manifest/policy-reporter/install.yaml index b28b2452..48c128bb 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.13.0" + image: "ghcr.io/kyverno/policy-reporter:2.14.0" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/violations-email-report/cronjob.yaml b/manifest/violations-email-report/cronjob.yaml index 315fed4b..59b86655 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.13.0" + image: "ghcr.io/kyverno/policy-reporter:2.14.0" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false