Skip to content

Commit

Permalink
Merge branch 'aws:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardXF authored Apr 13, 2022
2 parents 45bfaf6 + 8c33982 commit 249d8ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/helm/appmesh-controller/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:
sidecar:
image:
repository: 840364872350.dkr.ecr.us-west-2.amazonaws.com/aws-appmesh-envoy
tag: v1.21.1.1-prod
tag: v1.21.1.2-prod
# sidecar.logLevel: Envoy log level can be info, warn, error or debug
logLevel: info
envoyAdminAccessPort: 9901
Expand Down
2 changes: 1 addition & 1 deletion config/helm/appmesh-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:
sidecar:
image:
repository: 840364872350.dkr.ecr.us-west-2.amazonaws.com/aws-appmesh-envoy
tag: v1.21.1.1-prod
tag: v1.21.1.2-prod
# sidecar.logLevel: Envoy log level can be info, warn, error or debug
logLevel: info
envoyAdminAccessPort: 9901
Expand Down
2 changes: 1 addition & 1 deletion pkg/inject/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func (cfg *Config) BindFlags(fs *pflag.FlagSet) {
//Set to the SPIRE Agent's default UDS path for now as App Mesh only supports SPIRE as SDS provider for preview.
fs.StringVar(&cfg.SdsUdsPath, flagSdsUdsPath, "/run/spire/sockets/agent.sock",
"Unix Domain Socket path for SDS provider")
fs.StringVar(&cfg.SidecarImage, flagSidecarImage, "public.ecr.aws/appmesh/aws-appmesh-envoy:v1.21.1.1-prod",
fs.StringVar(&cfg.SidecarImage, flagSidecarImage, "public.ecr.aws/appmesh/aws-appmesh-envoy:v1.21.1.2-prod",
"Envoy sidecar container image.")
fs.StringVar(&cfg.SidecarCpuRequests, flagSidecarCpuRequests, "10m",
"Sidecar CPU resources requests.")
Expand Down
2 changes: 1 addition & 1 deletion pkg/inject/inject_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func getConfig(fp func(Config) Config) Config {
IgnoredIPs: "169.254.169.254",
LogLevel: "debug",
Preview: false,
SidecarImage: "public.ecr.aws/appmesh/aws-appmesh-envoy:v1.21.1.1-prod",
SidecarImage: "public.ecr.aws/appmesh/aws-appmesh-envoy:v1.21.1.2-prod",
InitImage: "840364872350.dkr.ecr.us-west-2.amazonaws.com/aws-appmesh-proxy-route-manager:v4-prod",
SidecarMemoryRequests: "32Mi",
SidecarCpuRequests: "10m",
Expand Down

0 comments on commit 249d8ca

Please sign in to comment.