File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
helm/aws-load-balancer-controller Expand file tree Collapse file tree 3 files changed +5
-1
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.13.2
4
+ version : 1.13.3
5
5
appVersion : v2.13.2
6
6
home : https://github.com/aws/eks-charts
7
7
icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
Original file line number Diff line number Diff line change @@ -244,6 +244,9 @@ spec:
244
244
{{- if .renewBefore }}
245
245
renewBefore : {{ .renewBefore }}
246
246
{{- end }}
247
+ {{- if .revisionHistoryLimit }}
248
+ revisionHistoryLimit : {{ .revisionHistoryLimit }}
249
+ {{- end }}
247
250
{{- end }}
248
251
---
249
252
apiVersion : cert-manager.io/v1
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ enableCertManager: false
119
119
certManager :
120
120
duration :
121
121
renewBefore :
122
+ revisionHistoryLimit :
122
123
123
124
# The name of the Kubernetes cluster. A non-empty value is required
124
125
clusterName :
You can’t perform that action at this time.
0 commit comments