diff --git a/charts/traefik-ingress/Chart.yaml b/charts/traefik-ingress/Chart.yaml index 3b4425c..784dd1e 100644 --- a/charts/traefik-ingress/Chart.yaml +++ b/charts/traefik-ingress/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: traefik-ingress -version: 1.5.0 +version: 1.5.1 kubeVersion: ">= 1.17.0-0" -appVersion: 2.5.4 +appVersion: 2.5.7 description: "A Kubernetes Ingress Controller based on Traefik" type: application keywords: diff --git a/charts/traefik-ingress/crds/middlewares.yaml b/charts/traefik-ingress/crds/middlewares.yaml index e105720..e2c7daf 100644 --- a/charts/traefik-ingress/crds/middlewares.yaml +++ b/charts/traefik-ingress/crds/middlewares.yaml @@ -99,8 +99,6 @@ spec: items: type: string type: array - minResponseBodyBytes: - type: integer type: object contentType: description: ContentType middleware - or rather its unique `autoDetect` @@ -398,9 +396,8 @@ spec: info configuration. properties: issuer: - description: TLSCLientCertificateIssuerDNInfo holds the client - TLS certificate distinguished name info configuration. cf - https://tools.ietf.org/html/rfc3739 + description: TLSClientCertificateDNInfo holds the client TLS + certificate distinguished name info configuration. cf https://tools.ietf.org/html/rfc3739 properties: commonName: type: boolean @@ -426,9 +423,8 @@ spec: serialNumber: type: boolean subject: - description: TLSCLientCertificateSubjectDNInfo holds the client - TLS certificate distinguished name info configuration. cf - https://tools.ietf.org/html/rfc3739 + description: TLSClientCertificateDNInfo holds the client TLS + certificate distinguished name info configuration. cf https://tools.ietf.org/html/rfc3739 properties: commonName: type: boolean @@ -440,8 +436,6 @@ spec: type: boolean organization: type: boolean - organizationalUnit: - type: boolean province: type: boolean serialNumber: diff --git a/charts/traefik-ingress/values.yaml b/charts/traefik-ingress/values.yaml index 6590dfd..5eb3760 100644 --- a/charts/traefik-ingress/values.yaml +++ b/charts/traefik-ingress/values.yaml @@ -26,7 +26,7 @@ image: # Override the default Docker image name if you use a custom image or a repository mirror name: "traefik" # Use this optional value to override the tag of the image to relase instead of relying on the Chart one - # version: 2.5.4 + # version: 2.5.7 # Customize the deployment of Traefik image deploy: