Skip to content

Commit

Permalink
Merge pull request #41 from stefanprodan/appmesh-0.3
Browse files Browse the repository at this point in the history
Update App Mesh controllers to 0.3.0
  • Loading branch information
nckturner committed Nov 28, 2019
2 parents a7bba3e + 108b212 commit 06b0a3e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions stable/appmesh-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: appmesh-controller
description: App Mesh controller Helm chart for Kubernetes
version: 0.3.0
appVersion: 0.2.0
version: 0.4.0
appVersion: 0.3.0
home: https://github.com/aws/eks-charts
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
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 @@ -7,7 +7,7 @@ region: ""

image:
repository: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/app-mesh-controller
tag: v0.2.0
tag: v0.3.0
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion stable/appmesh-inject/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
name: appmesh-inject
description: App Mesh Inject Helm chart for Kubernetes
version: 0.6.0
appVersion: 0.2.0
appVersion: 0.3.0
home: https://github.com/aws/eks-charts
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
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 @@ -7,7 +7,7 @@ region: ""

image:
repository: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-app-mesh-inject
tag: v0.2.0
tag: v0.3.0
pullPolicy: IfNotPresent

sidecar:
Expand Down

0 comments on commit 06b0a3e

Please sign in to comment.