Skip to content

Commit ac9c9b3

Browse files
committed
[helm-chart] allow setting revisionHistoryLimit for webhook Certificate
Signed-off-by: Alex Berger <alex-berger@gmx.ch>
1 parent 877fc4a commit ac9c9b3

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
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.13.2
4+
version: 1.13.3
55
appVersion: v2.13.2
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/templates/webhook.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@ spec:
244244
{{- if .renewBefore }}
245245
renewBefore: {{ .renewBefore }}
246246
{{- end }}
247+
{{- if .revisionHistoryLimit }}
248+
revisionHistoryLimit: {{ .revisionHistoryLimit }}
249+
{{- end }}
247250
{{- end }}
248251
---
249252
apiVersion: cert-manager.io/v1

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ enableCertManager: false
119119
certManager:
120120
duration:
121121
renewBefore:
122+
revisionHistoryLimit:
122123

123124
# The name of the Kubernetes cluster. A non-empty value is required
124125
clusterName:

0 commit comments

Comments
 (0)