fix(traefik): don't set xrobots header on default middleware (#3211)

* Update Chart.yaml

* Remove 'x-robots-tag: none' from default-basic-secure-headers middleware
This commit is contained in:
uranderu 2022-07-18 23:04:25 +02:00 committed by GitHub
parent fdc1a9ff0e
commit 84f0f542ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 12.0.22
version: 12.0.23
annotations:
truecharts.org/catagories: |
- network

View File

@ -49,7 +49,6 @@ spec:
customRequestHeaders:
X-Forwarded-Proto: "https"
customResponseHeaders:
X-Robots-Tag: 'none'
server: ''
---
apiVersion: traefik.containo.us/v1alpha1