Skip to content

Commit

Permalink
Manual v1.12.5 release (#1025)
Browse files Browse the repository at this point in the history
Co-authored-by: Bennett Sala <[email protected]>
  • Loading branch information
BennettJames and Bennett Sala authored Nov 22, 2023
1 parent 75193ed commit 9fc79ca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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: 1.12.3
appVersion: 1.12.3
version: 1.12.5
appVersion: 1.12.5
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/ci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ accountId: 123456789
region: us-west-2
image:
repository: public.ecr.aws/appmesh/appmesh-controller
tag: v1.12.3
tag: v1.12.5
pullPolicy: IfNotPresent
4 changes: 2 additions & 2 deletions stable/appmesh-controller/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ useAwsFIPSEndpoint: false

image:
repository: 840364872350.dkr.ecr.us-west-2.amazonaws.com/amazon/appmesh-controller
tag: v1.12.3
tag: v1.12.5
pullPolicy: IfNotPresent

sidecar:
image:
repository: 840364872350.dkr.ecr.us-west-2.amazonaws.com/aws-appmesh-envoy
tag: v1.25.4.0-prod
tag: v1.27.2.0-prod
# sidecar.logLevel: Envoy log level can be info, warn, error or debug
logLevel: info
envoyAdminAccessPort: 9901
Expand Down
4 changes: 2 additions & 2 deletions stable/appmesh-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ useAwsFIPSEndpoint: false

image:
repository: 840364872350.dkr.ecr.us-west-2.amazonaws.com/amazon/appmesh-controller
tag: v1.12.3
tag: v1.12.5
pullPolicy: IfNotPresent

sidecar:
image:
repository: 840364872350.dkr.ecr.us-west-2.amazonaws.com/aws-appmesh-envoy
tag: v1.25.4.0-prod
tag: v1.27.2.0-prod
# sidecar.logLevel: Envoy log level can be info, warn, error or debug
logLevel: info
envoyAdminAccessPort: 9901
Expand Down

0 comments on commit 9fc79ca

Please sign in to comment.