As per the release notes of kubernetes 1.36:
Promoted the MutatingAdmissionPolicy to GA (v1) in Kubernetes v1.36
the v1beta1 version of this resource does not exist on vanilla 1.36 kubernetes clusters including EKS.
Some resources, eg: https://github.com/projectcalico/calico/blob/v3.32.0/api/admission/networkpolicy.mutatingadmissionpolicy.yaml make the v3 CRDs chart fail to install.
As per the release notes of kubernetes 1.36:
the v1beta1 version of this resource does not exist on vanilla 1.36 kubernetes clusters including EKS.
Some resources, eg: https://github.com/projectcalico/calico/blob/v3.32.0/api/admission/networkpolicy.mutatingadmissionpolicy.yaml make the v3 CRDs chart fail to install.