From 5244730f7aef36961518feb57fb837050562a88d Mon Sep 17 00:00:00 2001 From: cuttingedge1109 <53085803+cuttingedge1109@users.noreply.github.com> Date: Thu, 1 Dec 2022 11:39:59 +0100 Subject: [PATCH] feat: Add default CI test values for helm charts (#5518) * feat: Add default CI test values for helm charts Signed-off-by: cuttingedge1109 * Bump chart versions Signed-off-by: cuttingedge1109 * Revert version bump following release process Signed-off-by: cuttingedge1109 Signed-off-by: cuttingedge1109 Co-authored-by: shuting --- charts/kyverno-policies/ci/default-vaules.yaml | 2 ++ charts/kyverno/ci/default-vaules.yaml | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 charts/kyverno-policies/ci/default-vaules.yaml create mode 100644 charts/kyverno/ci/default-vaules.yaml diff --git a/charts/kyverno-policies/ci/default-vaules.yaml b/charts/kyverno-policies/ci/default-vaules.yaml new file mode 100644 index 0000000000..3281594fc2 --- /dev/null +++ b/charts/kyverno-policies/ci/default-vaules.yaml @@ -0,0 +1,2 @@ +--- +## This tests the default values. \ No newline at end of file diff --git a/charts/kyverno/ci/default-vaules.yaml b/charts/kyverno/ci/default-vaules.yaml new file mode 100644 index 0000000000..3281594fc2 --- /dev/null +++ b/charts/kyverno/ci/default-vaules.yaml @@ -0,0 +1,2 @@ +--- +## This tests the default values. \ No newline at end of file