Skip to content

Commit 7b027f2

Browse files
zac-nixoneks-bot
andauthored
aws-load-balancer-controller: v2.14.1 (#1261)
Co-authored-by: eks-bot <[email protected]>
1 parent 1517ca4 commit 7b027f2

File tree

6 files changed

+430
-5
lines changed

6 files changed

+430
-5
lines changed

stable/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.14.0
5-
appVersion: v2.14.0
4+
version: 1.14.1
5+
appVersion: v2.14.1
66
home: https://github.com/aws/eks-charts
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

stable/aws-load-balancer-controller/crds/aga-crds.yaml

Lines changed: 414 additions & 0 deletions
Large diffs are not rendered by default.

stable/aws-load-balancer-controller/templates/rbac.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,15 @@ rules:
119119
- apiGroups: ["gateway.networking.k8s.io"]
120120
resources: [grpcroutes/status, httproutes/status, tcproutes/status, tlsroutes/status, udproutes/status]
121121
verbs: [get, patch, update]
122+
- apiGroups: ["aga.k8s.aws"]
123+
resources: [globalaccelerators]
124+
verbs: [get, list, patch, watch]
125+
- apiGroups: ["aga.k8s.aws"]
126+
resources: [globalaccelerators/finalizers]
127+
verbs: [patch, update]
128+
- apiGroups: ["aga.k8s.aws"]
129+
resources: [globalaccelerators/status]
130+
verbs: [patch, update]
122131
---
123132
apiVersion: rbac.authorization.k8s.io/v1
124133
kind: ClusterRoleBinding

stable/aws-load-balancer-controller/templates/serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
{{- include "aws-load-balancer-controller.labels" . | nindent 4 }}
99
{{- with .Values.serviceAccount.annotations }}
1010
annotations:
11-
{{- toYaml . | nindent 4 }}
11+
{{- tpl (toYaml .) $ | nindent 4 }}
1212
{{- end }}
1313
automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }}
1414
{{- with .Values.serviceAccount.imagePullSecrets }}

stable/aws-load-balancer-controller/test.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: public.ecr.aws/eks/aws-load-balancer-controller
9-
tag: v2.14.0
9+
tag: v2.14.1
1010
pullPolicy: IfNotPresent
1111

1212
imagePullSecrets: []

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ revisionHistoryLimit: 10
88

99
image:
1010
repository: public.ecr.aws/eks/aws-load-balancer-controller
11-
tag: v2.14.0
11+
tag: v2.14.1
1212
pullPolicy: IfNotPresent
1313

1414
runtimeClassName: ""
@@ -375,7 +375,9 @@ controllerConfig:
375375
# NLBHealthCheckAdvancedConfig: true
376376
# ALBSingleSubnet: false
377377
# LBCapacityReservation: true
378+
# AGAController: true
378379
# EnhancedDefaultBehavior: false
380+
# EnableDefaultTagsLowPriority: false
379381

380382
certDiscovery:
381383
allowedCertificateAuthorityARNs: "" # empty means all CAs are in scope

0 commit comments

Comments
 (0)