Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-10-01 18:04:09 +00:00
parent dade5863d5
commit 6f5ebea1bd
38 changed files with 12 additions and 14 deletions

View File

@ -1,8 +0,0 @@
<a name="traefik-9.0.3"></a>
### [traefik-9.0.3](https://github.com/truecharts/apps/compare/traefik-9.0.2...traefik-9.0.3) (2021-09-29)
#### Chore
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))

View File

@ -0,0 +1,4 @@
<a name="traefik-9.0.4"></a>
### [traefik-9.0.4](https://github.com/truecharts/apps/compare/traefik-9.0.3...traefik-9.0.4) (2021-10-01)

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org repository: https://truecharts.org
version: 8.0.13 version: 8.0.13
digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe
generated: "2021-09-29T16:18:49.24271856Z" generated: "2021-10-01T18:03:08.737803243Z"

View File

@ -22,4 +22,4 @@ sources:
- https://github.com/traefik/traefik-helm-chart - https://github.com/traefik/traefik-helm-chart
- https://traefik.io/ - https://traefik.io/
type: application type: application
version: 9.0.3 version: 9.0.4

View File

@ -13,11 +13,13 @@ metadata:
spec: spec:
forwardAuth: forwardAuth:
address: {{ $middlewareData.address }} address: {{ $middlewareData.address }}
{{- if $middlewareData.authResponseHeaders }} {{- with $middlewareData.authResponseHeaders }}
authResponseHeaders: {{ $middlewareData.authResponseHeaders }} authResponseHeaders:
{{- toYaml . | nindent 4 }}
{{- end }} {{- end }}
{{- if $middlewareData.authRequestHeaders }} {{- with $middlewareData.authRequestHeaders }}
authRequestHeaders: {{ $middlewareData.authRequestHeaders }} authRequestHeaders:
{{- toYaml . | nindent 4 }}
{{- end }} {{- end }}
{{- if $middlewareData.authResponseHeadersRegex }} {{- if $middlewareData.authResponseHeadersRegex }}
authResponseHeadersRegex: {{ $middlewareData.authResponseHeadersRegex }} authResponseHeadersRegex: {{ $middlewareData.authResponseHeadersRegex }}