Describe the bug
The regex validating the version of IstioControlPlaneSpec.Version is too wide. The . should be escaped.
Steps to reproduce the issue:
Deploy operator chart version 2.0.5. Add a IstioControlPlane with
Expected behavior
Validation fails in the k8s API.
Describe the bug
The regex validating the version of IstioControlPlaneSpec.Version is too wide. The
.should be escaped.Steps to reproduce the issue:
Deploy operator chart version 2.0.5. Add a IstioControlPlane with
Expected behavior
Validation fails in the k8s API.