Skip to content

Commit 86be7ff

Browse files
committed
helm chart for v2.4.0 release
1 parent cd4538b commit 86be7ff

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

helm/aws-load-balancer-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: aws-load-balancer-controller
33
description: AWS Load Balancer Controller Helm chart for Kubernetes
4-
version: 1.3.5
5-
appVersion: v2.3.1
4+
version: 1.4.0
5+
appVersion: v2.4.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:

helm/aws-load-balancer-controller/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,10 @@ The default values set by the application itself can be confirmed [here](https:/
185185
| `serviceAccount.name` | Service account to be used | None |
186186
| `terminationGracePeriodSeconds` | Time period for controller pod to do a graceful shutdown | 10 |
187187
| `ingressClass` | The ingress class to satisfy | alb |
188-
| `createIngressClassResource` | Create ingressClass resource | true |
189-
| `ingressClassParams.name` | IngressClassParams resource's name, default to the aws load balancer controller's name | None
190-
| `ingressClassParams.create` | If `true`, create a new ingressClassParams | true
191-
| `ingressClassParams.spec` | IngressClassParams defined ingress specifications | {}
188+
| `createIngressClassResource` | Create ingressClass resource | true |
189+
| `ingressClassParams.name` | IngressClassParams resource's name, default to the aws load balancer controller's name | None |
190+
| `ingressClassParams.create` | If `true`, create a new ingressClassParams | true |
191+
| `ingressClassParams.spec` | IngressClassParams defined ingress specifications | {} |
192192
| `region` | The AWS region for the kubernetes cluster | None |
193193
| `vpcId` | The VPC ID for the Kubernetes cluster | None |
194194
| `awsMaxRetries` | Maximum retries for AWS APIs | None |

helm/aws-load-balancer-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 2
66

77
image:
88
repository: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-load-balancer-controller
9-
tag: v2.3.1
9+
tag: v2.4.0
1010
pullPolicy: IfNotPresent
1111

1212
imagePullSecrets: []

0 commit comments

Comments
 (0)