diff --git a/stable/traefik/Chart.yaml b/stable/traefik/Chart.yaml index 4261440c82..8432336389 100755 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: traefik -version: 1.52.3 +version: 1.52.4 appVersion: 1.7.3 description: A Traefik based Kubernetes ingress controller with Let's Encrypt support keywords: diff --git a/stable/traefik/templates/_helpers.tpl b/stable/traefik/templates/_helpers.tpl index a8491b3acb..804d9539f1 100644 --- a/stable/traefik/templates/_helpers.tpl +++ b/stable/traefik/templates/_helpers.tpl @@ -86,7 +86,7 @@ Create the block for acme.domains. Create custom cipherSuites block */}} {{- define "traefik.ssl.cipherSuites" -}} - chipherSuites = [ + cipherSuites = [ {{- range $idx, $cipher := .Values.ssl.cipherSuites }} {{- if $idx }},{{ end }} {{ $cipher | quote }}