Skip to content

Commit 8611707

Browse files
BennettJamesBennett Sala
andauthored
Bump helm version of controller to v1.8.0 (#649)
Co-authored-by: Bennett Sala <[email protected]>
1 parent 26db7d5 commit 8611707

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

config/helm/appmesh-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: appmesh-controller
33
description: App Mesh controller Helm chart for Kubernetes
4-
version: 1.7.0
5-
appVersion: 1.7.0
4+
version: 1.8.0
5+
appVersion: 1.8.0
66
home: https://github.com/aws/eks-charts
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

config/helm/appmesh-controller/ci/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ accountId: 123456789
55
region: us-west-2
66
image:
77
repository: public.ecr.aws/appmesh/appmesh-controller
8-
tag: v1.7.0
8+
tag: v1.8.0
99
pullPolicy: IfNotPresent

config/helm/appmesh-controller/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ clusterName: ""
1010

1111
image:
1212
repository: 840364872350.dkr.ecr.us-west-2.amazonaws.com/amazon/appmesh-controller
13-
tag: v1.7.0
13+
tag: v1.8.0
1414
pullPolicy: IfNotPresent
1515

1616
sidecar:

config/helm/appmesh-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ clusterName: ""
1111

1212
image:
1313
repository: 840364872350.dkr.ecr.us-west-2.amazonaws.com/amazon/appmesh-controller
14-
tag: v1.7.0
14+
tag: v1.8.0
1515
pullPolicy: IfNotPresent
1616

1717
sidecar:

0 commit comments

Comments
 (0)