From 405f36ae1f1aa3b2975c435896aa3e392a55c891 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Sun, 27 Mar 2022 13:43:17 +0200 Subject: [PATCH] Update manifests Signed-off-by: Frank Jogeleit --- manifest/default-policy-reporter-ui/install.yaml | 2 +- manifest/kyverno-policy-reporter-ui/install.yaml | 2 +- manifest/policy-reporter/install.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest/default-policy-reporter-ui/install.yaml b/manifest/default-policy-reporter-ui/install.yaml index 72239eb9..7ddbd245 100644 --- a/manifest/default-policy-reporter-ui/install.yaml +++ b/manifest/default-policy-reporter-ui/install.yaml @@ -145,7 +145,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.4.0" + image: "ghcr.io/kyverno/policy-reporter:2.4.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/kyverno-policy-reporter-ui/install.yaml b/manifest/kyverno-policy-reporter-ui/install.yaml index 1d450be1..4ddefe42 100644 --- a/manifest/kyverno-policy-reporter-ui/install.yaml +++ b/manifest/kyverno-policy-reporter-ui/install.yaml @@ -256,7 +256,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.4.0" + image: "ghcr.io/kyverno/policy-reporter:2.4.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter/install.yaml b/manifest/policy-reporter/install.yaml index b9ece4f8..88810a18 100644 --- a/manifest/policy-reporter/install.yaml +++ b/manifest/policy-reporter/install.yaml @@ -84,7 +84,7 @@ spec: automountServiceAccountToken: true containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.4.0" + image: "ghcr.io/kyverno/policy-reporter:2.4.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false