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:
k8s-app: ingress-traefik-backend
spec:
selector:
matchLabels:
k8s-app: ingress-traefik-backend
name: ingress-traefik-backend
template:
metadata:
labels:

View File

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

View File

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

View File

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