diff --git a/stable/traefik/Chart.yaml b/stable/traefik/Chart.yaml index 900fab1212..371f9fb7b7 100755 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: traefik -version: 1.18.1 +version: 1.18.2 appVersion: 1.4.6 description: A Traefik based Kubernetes ingress controller with Let's Encrypt support keywords: diff --git a/stable/traefik/templates/configmap.yaml b/stable/traefik/templates/configmap.yaml index a332d77b13..ec5e3be4b4 100644 --- a/stable/traefik/templates/configmap.yaml +++ b/stable/traefik/templates/configmap.yaml @@ -37,7 +37,7 @@ data: address = ":443" {{- if .Values.proxyProtocol.enabled }} [entryPoints.https.proxyProtocol] - {{ template "proxyprotocol" . }} + {{ template "trustedips" . }} {{- end }} compress = {{ .Values.gzip.enabled }} [entryPoints.https.tls]