diff --git a/charts/enterprise/traefik/Chart.yaml b/charts/enterprise/traefik/Chart.yaml index 97a91f57274..89cbbaf79fb 100644 --- a/charts/enterprise/traefik/Chart.yaml +++ b/charts/enterprise/traefik/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/traefik/traefik-helm-chart - https://traefik.io/ type: application -version: 21.0.5 +version: 21.0.6 annotations: truecharts.org/catagories: | - network diff --git a/templates/questions/traefik/customRequestHeadersMiddleware.yaml b/templates/questions/traefik/customRequestHeadersMiddleware.yaml index 7baa729c9cb..ce108bda171 100644 --- a/templates/questions/traefik/customRequestHeadersMiddleware.yaml +++ b/templates/questions/traefik/customRequestHeadersMiddleware.yaml @@ -40,5 +40,4 @@ description: The value of the header. If the value is empty, the header will be removed. schema: type: string - required: true default: "" diff --git a/templates/questions/traefik/customResponseHeadersMiddleware.yaml b/templates/questions/traefik/customResponseHeadersMiddleware.yaml index 459fcdf7179..2e6976d326b 100644 --- a/templates/questions/traefik/customResponseHeadersMiddleware.yaml +++ b/templates/questions/traefik/customResponseHeadersMiddleware.yaml @@ -40,5 +40,4 @@ description: The value of the header. If the value is empty, the header will be removed. schema: type: string - required: true default: ""