From 6a64d101572aafcfa0f6389f838227e39ef95e00 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Thu, 9 Jun 2022 14:54:45 +0200 Subject: [PATCH] Fix UI version in static manifest Signed-off-by: Frank Jogeleit --- manifest/kyverno-policy-reporter-ui/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/kyverno-policy-reporter-ui/install.yaml b/manifest/kyverno-policy-reporter-ui/install.yaml index 9def2182..918f11f4 100644 --- a/manifest/kyverno-policy-reporter-ui/install.yaml +++ b/manifest/kyverno-policy-reporter-ui/install.yaml @@ -204,7 +204,7 @@ spec: spec: containers: - name: ui - image: "ghcr.io/kyverno/policy-reporter-ui:4" + image: "ghcr.io/kyverno/policy-reporter-ui:1.4.0" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false