Skip to content

Commit

Permalink
Merge pull request #3 from mia-platform/traefik-2.5.7
Browse files Browse the repository at this point in the history
Update traefik-ingress from version 2.5.4 to 2.5.7
  • Loading branch information
JGiola authored Jan 21, 2022
2 parents 7d30326 + 26ecb62 commit 2880ecd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
4 changes: 2 additions & 2 deletions charts/traefik-ingress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
14 changes: 4 additions & 10 deletions charts/traefik-ingress/crds/middlewares.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ spec:
items:
type: string
type: array
minResponseBodyBytes:
type: integer
type: object
contentType:
description: ContentType middleware - or rather its unique `autoDetect`
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -440,8 +436,6 @@ spec:
type: boolean
organization:
type: boolean
organizationalUnit:
type: boolean
province:
type: boolean
serialNumber:
Expand Down
2 changes: 1 addition & 1 deletion charts/traefik-ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2880ecd

Please sign in to comment.