diff --git a/charts/test-krish-globalps/Chart.yaml b/charts/test-krish-globalps/Chart.yaml index 52e43034..cb1c28ea 100644 --- a/charts/test-krish-globalps/Chart.yaml +++ b/charts/test-krish-globalps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: test-krish description: Pod Security Standards (baseline) policy set type: application -version: 0.5.5 +version: 0.5.6 appVersion: 0.1.0 keywords: - kubernetes diff --git a/charts/test-krish-globalps/pols/disallow-capabilities.yaml b/charts/test-krish-globalps/pols/disallow-capabilities.yaml index ac9db421..35d48f47 100644 --- a/charts/test-krish-globalps/pols/disallow-capabilities.yaml +++ b/charts/test-krish-globalps/pols/disallow-capabilities.yaml @@ -13,7 +13,7 @@ metadata: policies.kyverno.io/description: >- Adding capabilities beyond those listed in the policy must be disallowed. spec: - validationFailureAction: Enforce + validationFailureAction: Audit background: true rules: - name: adding-capabilities