diff --git a/charts/osm/crds/meshconfig.yaml b/charts/osm/crds/meshconfig.yaml index 69199297d7..2aebc9667d 100644 --- a/charts/osm/crds/meshconfig.yaml +++ b/charts/osm/crds/meshconfig.yaml @@ -68,7 +68,7 @@ spec: description: Image for the Envoy sidecar type: string default: "envoyproxy/envoy-alpine:v1.18.3" - pattern: envoyproxy\/envoy-alpine:v\d+\.\d+\.\d+$ + pattern: ^envoyproxy\/envoy-alpine:v\d+\.\d+\.\d+$ initContainerImage: description: Image for the init container type: string