Make traefik compatible with 1.16.x

Also bump up version to 1.7.19.

Story: 2006853
Task: 37586

Change-Id: Ic91f46f98d07ada0bd4b777ce1409a98e847cf1b
This commit is contained in:
Bharat Kunwar 2019-11-21 16:45:33 +00:00
parent 3d17c6eb49
commit a14d0cc04e
4 changed files with 10 additions and 2 deletions

View File

@ -48,6 +48,10 @@ metadata:
labels: labels:
k8s-app: ingress-traefik-backend k8s-app: ingress-traefik-backend
spec: spec:
selector:
matchLabels:
k8s-app: ingress-traefik-backend
name: ingress-traefik-backend
template: template:
metadata: metadata:
labels: labels:

View File

@ -261,7 +261,7 @@ parameters:
traefik_ingress_controller_tag: traefik_ingress_controller_tag:
type: string type: string
description: tag of the traefik containers to be used. description: tag of the traefik containers to be used.
default: v1.7.10 default: v1.7.19
wait_condition_timeout: wait_condition_timeout:
type: number type: number

View File

@ -261,7 +261,7 @@ parameters:
traefik_ingress_controller_tag: traefik_ingress_controller_tag:
type: string type: string
description: tag of the traefik containers to be used. description: tag of the traefik containers to be used.
default: v1.7.10 default: v1.7.19
wait_condition_timeout: wait_condition_timeout:
type: number type: number

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Bump up traefik to 1.7.19 for compatibility with Kubernetes 1.16.x.