File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
helm/aws-load-balancer-controller Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : aws-load-balancer-controller
3
3
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
6
6
home : https://github.com/aws/eks-charts
7
7
icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
8
8
sources :
Original file line number Diff line number Diff line change @@ -185,10 +185,10 @@ The default values set by the application itself can be confirmed [here](https:/
185
185
| ` serviceAccount.name ` | Service account to be used | None |
186
186
| ` terminationGracePeriodSeconds ` | Time period for controller pod to do a graceful shutdown | 10 |
187
187
| ` 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 | {} |
192
192
| ` region ` | The AWS region for the kubernetes cluster | None |
193
193
| ` vpcId ` | The VPC ID for the Kubernetes cluster | None |
194
194
| ` awsMaxRetries ` | Maximum retries for AWS APIs | None |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 2
6
6
7
7
image :
8
8
repository : 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-load-balancer-controller
9
- tag : v2.3.1
9
+ tag : v2.4.0
10
10
pullPolicy : IfNotPresent
11
11
12
12
imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments