From 33fb5de21f9c40516d00757f8ea9b8049a99165e Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 3 Oct 2023 23:17:35 +0300 Subject: [PATCH] fix(traefik): remove required from header value --- charts/enterprise/traefik/Chart.yaml | 2 +- templates/questions/traefik/customRequestHeadersMiddleware.yaml | 1 - .../questions/traefik/customResponseHeadersMiddleware.yaml | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) 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: ""