Skip to content

Commit

Permalink
feat(deps): update traefik docker tag to v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent ac0f298 commit 203787d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions traefik-crds/crds-files/traefik/traefik.io_middlewares.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,11 @@ spec:
description: ForwardBody defines whether to send the request body
to the authentication server.
type: boolean
headerField:
description: |-
HeaderField defines a header field to store the authenticated user.
More info: https://doc.traefik.io/traefik/v3.3/middlewares/http/forwardauth/#headerfield
type: string
maxBodySize:
description: MaxBodySize defines the maximum body size in bytes
allowed to be forwarded to the authentication server.
Expand Down
2 changes: 1 addition & 1 deletion traefik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Traefik based Kubernetes ingress controller
type: application
version: 34.2.0
# renovate: image=traefik
appVersion: v3.3.2
appVersion: v3.3.3
kubeVersion: ">=1.22.0-0"
keywords:
- traefik
Expand Down
2 changes: 1 addition & 1 deletion traefik/VALUES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# traefik

![Version: 34.2.0](https://img.shields.io/badge/Version-34.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.3.2](https://img.shields.io/badge/AppVersion-v3.3.2-informational?style=flat-square)
![Version: 34.2.0](https://img.shields.io/badge/Version-34.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.3.3](https://img.shields.io/badge/AppVersion-v3.3.3-informational?style=flat-square)

A Traefik based Kubernetes ingress controller

Expand Down
5 changes: 5 additions & 0 deletions traefik/crds/traefik.io_middlewares.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,11 @@ spec:
description: ForwardBody defines whether to send the request body
to the authentication server.
type: boolean
headerField:
description: |-
HeaderField defines a header field to store the authenticated user.
More info: https://doc.traefik.io/traefik/v3.3/middlewares/http/forwardauth/#headerfield
type: string
maxBodySize:
description: MaxBodySize defines the maximum body size in bytes
allowed to be forwarded to the authentication server.
Expand Down

0 comments on commit 203787d

Please sign in to comment.