diff --git a/charts/stable/traefik/Chart.yaml b/charts/stable/traefik/Chart.yaml index 000ee8e9724..9e5127b337a 100644 --- a/charts/stable/traefik/Chart.yaml +++ b/charts/stable/traefik/Chart.yaml @@ -22,4 +22,4 @@ sources: - https://github.com/traefik/traefik-helm-chart - https://traefik.io/ type: application -version: 7.0.0 +version: 7.0.1 diff --git a/charts/stable/traefik/SCALE/questions.yaml b/charts/stable/traefik/SCALE/questions.yaml index 5aabe629378..9d928af6af2 100644 --- a/charts/stable/traefik/SCALE/questions.yaml +++ b/charts/stable/traefik/SCALE/questions.yaml @@ -780,6 +780,18 @@ questions: default: 9443 editable: true required: true + - variable: tls + label: "websecure Entrypoints Configuration" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: portsList label: "Additional TCP Entrypoints" schema: @@ -819,6 +831,16 @@ questions: schema: type: int required: true + - variable: tls + label: "websecure Entrypoints Configuration" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true - variable: udp label: "UDP Service" description: "The UDP service for entrypoints"