From 69b21243586d1b16812d315d46c260e878e58872 Mon Sep 17 00:00:00 2001 From: Vishal Choudhary Date: Thu, 5 Dec 2024 14:28:47 +0530 Subject: [PATCH] fix(readme): add changelog for spec.validate[*].allowExistingViolations field in kyverno chart (#11714) Signed-off-by: Vishal Choudhary --- charts/kyverno-policies/Chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/kyverno-policies/Chart.yaml b/charts/kyverno-policies/Chart.yaml index 3c859dff1d..ff13c01f96 100644 --- a/charts/kyverno-policies/Chart.yaml +++ b/charts/kyverno-policies/Chart.yaml @@ -28,3 +28,5 @@ annotations: description: Add spec.validate[*].failureAction field to policies - kind: fixed description: Fix the merging of policyExclude customizations to avoid wrong overrides + - kind: added + description: Add spec.validate[*].allowExistingViolations field to policies