diff --git a/charts/stable/traefik/Chart.yaml b/charts/stable/traefik/Chart.yaml index 26d68e4964d..a5de446e49c 100644 --- a/charts/stable/traefik/Chart.yaml +++ b/charts/stable/traefik/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/traefik/traefik-helm-chart - https://traefik.io/ type: application -version: 10.0.6 +version: 10.0.7 annotations: truecharts.org/catagories: | - network diff --git a/charts/stable/traefik/values.yaml b/charts/stable/traefik/values.yaml index 62a33df836e..078b539b594 100644 --- a/charts/stable/traefik/values.yaml +++ b/charts/stable/traefik/values.yaml @@ -151,13 +151,11 @@ service: web: enabled: true port: 9080 - targetPort: 9080 protocol: HTTP redirectTo: websecure websecure: enabled: true port: 9443 - targetPort: 9443 protocol: HTTPS # tcpexample: # enabled: true