From b8a658463aeef030a54c3ce2690679eb39477702 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Mon, 30 Sep 2024 14:59:16 +0200 Subject: [PATCH] update static manifests Signed-off-by: Frank Jogeleit --- manifest/policy-reporter-kyverno-ui-ha/install.yaml | 2 +- manifest/policy-reporter-kyverno-ui/install.yaml | 2 +- manifest/policy-reporter-ui/install.yaml | 2 +- manifest/policy-reporter/install.yaml | 2 +- manifest/violations-email-report/cronjob.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest/policy-reporter-kyverno-ui-ha/install.yaml b/manifest/policy-reporter-kyverno-ui-ha/install.yaml index 0311095f..f3997c11 100644 --- a/manifest/policy-reporter-kyverno-ui-ha/install.yaml +++ b/manifest/policy-reporter-kyverno-ui-ha/install.yaml @@ -484,7 +484,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.20.1" + image: "ghcr.io/kyverno/policy-reporter:2.20.2" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter-kyverno-ui/install.yaml b/manifest/policy-reporter-kyverno-ui/install.yaml index 059bb1a2..755d789f 100644 --- a/manifest/policy-reporter-kyverno-ui/install.yaml +++ b/manifest/policy-reporter-kyverno-ui/install.yaml @@ -367,7 +367,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.20.1" + image: "ghcr.io/kyverno/policy-reporter:2.20.2" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter-ui/install.yaml b/manifest/policy-reporter-ui/install.yaml index 251e7ad6..4c8484c4 100644 --- a/manifest/policy-reporter-ui/install.yaml +++ b/manifest/policy-reporter-ui/install.yaml @@ -223,7 +223,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.20.1" + image: "ghcr.io/kyverno/policy-reporter:2.20.2" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter/install.yaml b/manifest/policy-reporter/install.yaml index 1decc51d..4ed7ff07 100644 --- a/manifest/policy-reporter/install.yaml +++ b/manifest/policy-reporter/install.yaml @@ -113,7 +113,7 @@ spec: automountServiceAccountToken: true containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.20.1" + image: "ghcr.io/kyverno/policy-reporter:2.20.2" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/violations-email-report/cronjob.yaml b/manifest/violations-email-report/cronjob.yaml index 5bd53890..2138151d 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.20.1" + image: "ghcr.io/kyverno/policy-reporter:2.20.2" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false