Skip to content

Commit e233345

Browse files
authored
chore: revert chart version bump & add leaseDuration default durantion
1 parent f8c0943 commit e233345

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: aws-load-balancer-controller
33
description: AWS Load Balancer Controller Helm chart for Kubernetes
4-
version: 1.8.0
4+
version: 1.7.1
55
appVersion: v2.7.0
66
home: https://github.com/aws/eks-charts
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ serviceTargetENISGTags:
425425
loadBalancerClass:
426426

427427
# Specifies the duration that non-leader candidates will wait to force acquire leadership. (default 15s)
428-
leaseDuration:
428+
leaseDuration: 15s
429429

430430
# creator will disable helm default labels, so you can only add yours
431431
# creator: "me"

0 commit comments

Comments
 (0)