Skip to content

Commit

Permalink
Merge pull request #31 from lavignes/update-envoy-image
Browse files Browse the repository at this point in the history
Update default App Mesh Envoy sidecar image to latest release
  • Loading branch information
nckturner authored Nov 8, 2019
2 parents 511da6f + 874cdea commit 260921d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/appmesh-inject/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: appmesh-inject
description: App Mesh Inject Helm chart for Kubernetes
version: 0.3.0
version: 0.4.0
appVersion: 0.2.0
home: https://github.com/aws/eks-charts
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
Expand Down
2 changes: 1 addition & 1 deletion stable/appmesh-inject/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ image:
sidecar:
image:
repository: 840364872350.dkr.ecr.us-west-2.amazonaws.com/aws-appmesh-envoy
tag: v1.11.2.0-prod
tag: v1.12.0.0-prod
# sidecar.logLevel: Envoy log level can be info, warn or error
logLevel: info
resources:
Expand Down

0 comments on commit 260921d

Please sign in to comment.