File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ apiVersion: v2
1616name : kubernetes-ingress
1717description : A Helm chart for HAProxy Kubernetes Ingress Controller
1818type : application
19- version : 1.29.1
19+ version : 1.29.2
2020appVersion : 1.9.5
2121kubeVersion : " >=1.19.0-0"
2222keywords :
@@ -32,4 +32,4 @@ maintainers:
3232engine : gotpl
3333annotations :
3434 artifacthub.io/changes : |
35- - Use Ingress Controller 1.9.5 version for base image
35+ - Allow disabling enableServiceLinks (#179)
Original file line number Diff line number Diff line change 5555{{ toYaml .Values.controller.podAnnotations | indent 8 }}
5656 {{- end }}
5757 spec :
58- enableServiceLinks : {{ default true .Values.controller.enableServiceLinks }}
58+ enableServiceLinks : {{ .Values.controller.enableServiceLinks }}
5959 serviceAccountName : {{ template "kubernetes-ingress.serviceAccountName" . }}
6060 terminationGracePeriodSeconds : {{ .Values.controller.terminationGracePeriodSeconds }}
6161 {{- if $useHostNetwork }}
Original file line number Diff line number Diff line change 5555{{ toYaml .Values.controller.podAnnotations | indent 8 }}
5656 {{- end }}
5757 spec :
58- enableServiceLinks : {{ default true .Values.controller.enableServiceLinks }}
58+ enableServiceLinks : {{ .Values.controller.enableServiceLinks }}
5959 serviceAccountName : {{ template "kubernetes-ingress.serviceAccountName" . }}
6060 terminationGracePeriodSeconds : {{ .Values.controller.terminationGracePeriodSeconds }}
6161{{- with .Values.controller.topologySpreadConstraints }}
You can’t perform that action at this time.
0 commit comments