From 5968d8e4e8ac9d9003d00442c9a9e695d87d2861 Mon Sep 17 00:00:00 2001 From: Stavros Ntentos <133706+stdedos@users.noreply.github.com> Date: Thu, 7 Apr 2022 00:00:05 +0300 Subject: [PATCH] fix(traefik/redirectRegex): `permanent` is not required; can be `false` (#2443) Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com> --- charts/core/traefik/Chart.yaml | 2 +- charts/core/traefik/questions.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/core/traefik/Chart.yaml b/charts/core/traefik/Chart.yaml index bcd084a384d..36bb72f8eee 100644 --- a/charts/core/traefik/Chart.yaml +++ b/charts/core/traefik/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/traefik/traefik-helm-chart - https://traefik.io/ type: application -version: 11.1.1 +version: 11.1.2 annotations: truecharts.org/catagories: | - network diff --git a/charts/core/traefik/questions.yaml b/charts/core/traefik/questions.yaml index 6727c279320..913f55987a2 100644 --- a/charts/core/traefik/questions.yaml +++ b/charts/core/traefik/questions.yaml @@ -402,7 +402,6 @@ questions: label: "Permanent" schema: type: boolean - required: true default: false - variable: rateLimit