File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
helm/aws-load-balancer-controller Expand file tree Collapse file tree 2 files changed +4
-5
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.11.0
4
+ version : 1.11.1
5
5
appVersion : v2.11.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
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ metadata:
10
10
labels :
11
11
{{- include "aws-load-balancer-controller.labels" . | nindent 4 }}
12
12
spec :
13
+ {{ if not .Values.autoscaling.enabled }}
13
14
replicas : {{ .Values.replicaCount }}
15
+ {{ end }}
14
16
revisionHistoryLimit : {{ .Values.revisionHistoryLimit }}
15
17
selector :
16
18
matchLabels :
68
70
{{- end }}
69
71
{{- $region := tpl (default "" .Values.region) . }}
70
72
{{- if $region }}
71
- - --aws-region={{ $ region }}
73
+ - --aws-region={{ .Values. region }}
72
74
{{- end }}
73
75
{{- $vpcID := tpl (default "" .Values.vpcId) . }}
74
76
{{- if $vpcID }}
@@ -173,9 +175,6 @@ spec:
173
175
{{- if .Values.loadBalancerClass }}
174
176
- --load-balancer-class={{ .Values.loadBalancerClass }}
175
177
{{- end }}
176
- {{- if .Values.vpcTags }}
177
- - --aws-vpc-tags={{ include "aws-load-balancer-controller.convertMapToCsv" .Values.vpcTags | trimSuffix "," }}
178
- {{- end }}
179
178
{{- if or .Values.env .Values.envSecretName }}
180
179
env :
181
180
{{- if .Values.env}}
You can’t perform that action at this time.
0 commit comments