From b6b90c47677dd826fda2273b8ab42a0ccd308b3e Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 4 Sep 2021 00:49:46 +0200 Subject: [PATCH] hardcoded portal protocol (till issues are fixed) --- charts/incubator/traefik/Chart.yaml | 4 ++-- charts/incubator/traefik/SCALE/questions.yaml | 2 +- charts/incubator/traefik/values.yaml | 4 ---- 3 files changed, 3 insertions(+), 7 deletions(-) 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