Skip to content

Commit

Permalink
Merge pull request #213 from abaptiste/master
Browse files Browse the repository at this point in the history
Update envoy image version to v1.12.5.0-prod
  • Loading branch information
bwagner5 authored Jul 20, 2020
2 parents 02e0114 + ffb998c commit 610e92d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion stable/appmesh-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: appmesh-controller
description: App Mesh controller Helm chart for Kubernetes
version: 1.1.0
version: 1.1.1
appVersion: 1.1.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-controller/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.12.4.0-prod
tag: v1.12.5.0-prod
# sidecar.logLevel: Envoy log level can be info, warn or error
logLevel: info
resources:
Expand Down
2 changes: 1 addition & 1 deletion stable/appmesh-gateway/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: appmesh-gateway
description: App Mesh Gateway Helm chart for Kubernetes
version: 0.1.2
version: 0.1.3
appVersion: 1.0.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-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fullnameOverride: ""

image:
repository: 840364872350.dkr.ecr.us-west-2.amazonaws.com/aws-appmesh-envoy
tag: v1.12.4.0-prod
tag: v1.12.5.0-prod
pullPolicy: IfNotPresent
# skipImageOverride: when enabled the App Mesh injector will not override the Envoy image
skipImageOverride: false
Expand Down
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.14.2
version: 0.14.4
appVersion: 0.5.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.12.4.0-prod
tag: v1.12.5.0-prod
# sidecar.logLevel: Envoy log level can be info, warn or error
logLevel: info
resources:
Expand Down

0 comments on commit 610e92d

Please sign in to comment.