diff --git a/manifest/default-policy-reporter-ui/install.yaml b/manifest/default-policy-reporter-ui/install.yaml index 235b01a3..4c722044 100644 --- a/manifest/default-policy-reporter-ui/install.yaml +++ b/manifest/default-policy-reporter-ui/install.yaml @@ -148,7 +148,7 @@ spec: automountServiceAccountToken: true containers: - name: policy-reporter - image: "fjogeleit/policy-reporter:1.6.0" + image: "fjogeleit/policy-reporter:1.6.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 89ad22ca..83ab4bb3 100644 --- a/manifest/kyverno-policy-reporter-ui/install.yaml +++ b/manifest/kyverno-policy-reporter-ui/install.yaml @@ -266,7 +266,7 @@ spec: automountServiceAccountToken: true containers: - name: policy-reporter - image: "fjogeleit/policy-reporter:1.6.0" + image: "fjogeleit/policy-reporter:1.6.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter/install.yaml b/manifest/policy-reporter/install.yaml index 0d09f354..4f7b1a3b 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: "fjogeleit/policy-reporter:1.6.0" + image: "fjogeleit/policy-reporter:1.6.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false