diff --git a/charts/incubator/traefik/Chart.yaml b/charts/incubator/traefik/Chart.yaml index fa7f7f3764c..4a6c49ade30 100644 --- a/charts/incubator/traefik/Chart.yaml +++ b/charts/incubator/traefik/Chart.yaml @@ -3,7 +3,7 @@ appVersion: '2.4' dependencies: - name: common repository: https://truecharts.org/ - version: 6.13.5 + version: 6.13.6 deprecated: false description: Test App for Traefik home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik @@ -22,4 +22,4 @@ sources: - https://github.com/traefik/traefik-helm-chart - https://traefik.io/ type: application -version: 0.0.12 +version: 0.0.14 diff --git a/charts/incubator/traefik/SCALE/questions.yaml b/charts/incubator/traefik/SCALE/questions.yaml index 5722a74f2d7..5aabe629378 100644 --- a/charts/incubator/traefik/SCALE/questions.yaml +++ b/charts/incubator/traefik/SCALE/questions.yaml @@ -24,7 +24,7 @@ groups: portals: web_portal: protocols: - - "$kubernetes-resource_configmap_portal_protocol" + - "http" host: - "$kubernetes-resource_configmap_portal_host" ports: diff --git a/charts/incubator/traefik/values.yaml b/charts/incubator/traefik/values.yaml index 277cb6d20ba..e349ea62298 100644 --- a/charts/incubator/traefik/values.yaml +++ b/charts/incubator/traefik/values.yaml @@ -5,10 +5,6 @@ image: tag: v2.5 pullPolicy: IfNotPresent -controller: - type: daemonset - strategy: RollingUpdate - # -- Use ingressClass. Ignored if Traefik version < 2.3 / kubernetes < 1.18.x ingressClass: # true is not unit-testable yet, pending https://github.com/rancher/helm-unittest/pull/12