diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index 57e63ea798..b5c737d693 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -295,8 +295,6 @@ jobs: - standard - generate-validating-admission-policy k8s-version: - - name: v1.26 - version: v1.26.6 - name: v1.27 version: v1.27.3 tests: diff --git a/charts/kyverno/templates/NOTES.txt b/charts/kyverno/templates/NOTES.txt index e4ead22711..88923fc47b 100644 --- a/charts/kyverno/templates/NOTES.txt +++ b/charts/kyverno/templates/NOTES.txt @@ -38,7 +38,7 @@ The following components have been installed in your cluster: {{- end }} {{- with .Values.features.generateValidatingAdmissionPolicy.enabled }} -⚠️ WARNING: Generating validating admission policy requires a Kubernetes 1.26+ cluster with `ValidatingAdmissionPolicy` feature gate and `admissionregistration.k8s.io` API group enabled. +⚠️ WARNING: Generating validating admission policy requires a Kubernetes 1.27+ cluster with `ValidatingAdmissionPolicy` feature gate and `admissionregistration.k8s.io` API group enabled. {{- end }} {{- with .Values.features.validatingAdmissionPolicyReports.enabled }}