Skip to content

Commit bb4eaa6

Browse files
authored
Helm release v1.13.2 (#794)
* Updated Envoy image version to v1.29.12.1 * Helm release v1.13.2
1 parent f6270e5 commit bb4eaa6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

config/helm/appmesh-controller/Chart.yaml

+2-2
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.13.1
5-
appVersion: 1.13.1
4+
version: 1.13.2
5+
appVersion: 1.13.2
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

+1-1
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.13.1
8+
tag: v1.13.2
99
pullPolicy: IfNotPresent

config/helm/appmesh-controller/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ useAwsFIPSEndpoint: false
1212

1313
image:
1414
repository: 840364872350.dkr.ecr.us-west-2.amazonaws.com/amazon/appmesh-controller
15-
tag: v1.13.1
15+
tag: v1.13.2
1616
pullPolicy: IfNotPresent
1717

1818
sidecar:

config/helm/appmesh-controller/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ useAwsFIPSEndpoint: false
1313

1414
image:
1515
repository: 840364872350.dkr.ecr.us-west-2.amazonaws.com/amazon/appmesh-controller
16-
tag: v1.13.1
16+
tag: v1.13.2
1717
pullPolicy: IfNotPresent
1818

1919
sidecar:

0 commit comments

Comments
 (0)