From 58459bd59c24211d1e0097643f4381a8dbd1f3f1 Mon Sep 17 00:00:00 2001 From: krishbajaj1609 Date: Tue, 4 Jun 2024 21:26:11 +0530 Subject: [PATCH] feature/global-policy-set : upgrade version for test --- charts/test-krish-globalps/Chart.yaml | 2 +- charts/test-krish-globalps/pols/disallow-capabilities.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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