diff --git a/charts/stable/traefik/Chart.yaml b/charts/stable/traefik/Chart.yaml index f468f11d411..26d68e4964d 100644 --- a/charts/stable/traefik/Chart.yaml +++ b/charts/stable/traefik/Chart.yaml @@ -22,10 +22,9 @@ sources: - https://github.com/traefik/traefik-helm-chart - https://traefik.io/ type: application -version: 10.0.5 +version: 10.0.6 annotations: truecharts.org/catagories: | - network - truecharts.org/SCALE-support: "true" truecharts.org/grade: U diff --git a/charts/stable/traefik/questions.yaml b/charts/stable/traefik/questions.yaml index a8a1dc22c85..99a227a7da0 100644 --- a/charts/stable/traefik/questions.yaml +++ b/charts/stable/traefik/questions.yaml @@ -738,48 +738,6 @@ questions: schema: type: boolean default: true - - variable: udp - label: "UDP Service" - description: "The UDP service for entrypoints" - schema: - type: dict - attrs: -# Include{serviceSelector} - - variable: portsList - label: "Additional TCP Entrypoints" - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: "Custom Entrypoints" - schema: - type: dict - attrs: - - variable: enabled - label: "Enable the port" - schema: - type: boolean - default: true - hidden: true - - variable: name - label: "Entrypoints Name" - schema: - type: string - default: "" - - variable: protocol - label: "Entrypoints Type" - schema: - type: string - default: "UDP" - enum: - - value: UDP - description: "UDP" - - variable: port - label: "Container Port" - schema: - type: int - required: true - variable: metrics label: "metrics Service" description: "The metrics Entrypoint service"