Skip to content

Commit

Permalink
Remove arch suffix from appmesh-controller version - not needed (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fawad Khaliq authored Aug 14, 2020
1 parent b0aee55 commit a6f752f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.9
version: 1.1.10
appVersion: 1.1.1
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 @@ -7,7 +7,7 @@ region: ""

image:
repository: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/appmesh-controller
tag: v1.1.1-linux_amd64
tag: v1.1.1
pullPolicy: IfNotPresent

sidecar:
Expand Down

0 comments on commit a6f752f

Please sign in to comment.