Skip to content

Commit 700eb80

Browse files
authored
Update config.go (#650)
1 parent 8611707 commit 700eb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/inject/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ func (cfg *Config) BindFlags(fs *pflag.FlagSet) {
164164
"Number of seconds after Envoy has started before readiness probes are initiated")
165165
fs.Int32Var(&cfg.ReadinessProbePeriod, flagReadinessProbePeriod, 10,
166166
"How often (in seconds) to perform the readiness probe on Envoy container")
167-
fs.StringVar(&cfg.InitImage, flagInitImage, "840364872350.dkr.ecr.us-west-2.amazonaws.com/aws-appmesh-proxy-route-manager:v6-prod",
167+
fs.StringVar(&cfg.InitImage, flagInitImage, "840364872350.dkr.ecr.us-west-2.amazonaws.com/aws-appmesh-proxy-route-manager:v7-prod",
168168
"Init container image.")
169169
fs.StringVar(&cfg.IgnoredIPs, flagIgnoredIPs, "169.254.169.254",
170170
"Init container ignored IPs.")

0 commit comments

Comments
 (0)