Skip to content

Commit

Permalink
fix(crds/meshconfig): change envoy image pattern
Browse files Browse the repository at this point in the history
Signed-off-by: nshankar13 <[email protected]>
  • Loading branch information
nshankar13 committed Jun 5, 2021
1 parent 94a9cd0 commit ea1b12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/osm/crds/meshconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea1b12d

Please sign in to comment.