From 19624e8726f89df184307768f04a7fde96c971ff Mon Sep 17 00:00:00 2001 From: Alexander Kachkaev Date: Thu, 24 Aug 2017 15:26:35 +0100 Subject: [PATCH] [stable/traefik] Bump Traefik version to 1.3.6 (#1845) --- stable/traefik/Chart.yaml | 4 ++-- stable/traefik/README.md | 2 +- stable/traefik/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/traefik/Chart.yaml b/stable/traefik/Chart.yaml index e30352fe7f..7b50a77952 100755 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: traefik -version: 1.11.1 -appVersion: 1.3.5 +version: 1.11.2 +appVersion: 1.3.6 description: A Traefik based Kubernetes ingress controller with Let's Encrypt support keywords: - traefik diff --git a/stable/traefik/README.md b/stable/traefik/README.md index e78771fcef..b6746281db 100644 --- a/stable/traefik/README.md +++ b/stable/traefik/README.md @@ -86,7 +86,7 @@ The following tables lists the configurable parameters of the Traefik chart and | Parameter | Description | Default | | ------------------------------- | -------------------------------------------------------------------- | ----------------------------------------- | | `image` | Traefik image name | `traefik` | -| `imageTag` | The version of the official Traefik image to use | `1.3.5` | +| `imageTag` | The version of the official Traefik image to use | `1.3.6` | | `serviceType` | A valid Kubernetes service type | `LoadBalancer` | | `loadBalancerIP` | An available static IP you have reserved on your cloud platform | None | | `loadBalancerSourceRanges` | list of IP CIDRs allowed access to load balancer (if supported) | None | diff --git a/stable/traefik/values.yaml b/stable/traefik/values.yaml index 9aee02a180..28655fd798 100644 --- a/stable/traefik/values.yaml +++ b/stable/traefik/values.yaml @@ -1,6 +1,6 @@ # Default values for Traefik image: traefik -imageTag: 1.3.5 +imageTag: 1.3.6 serviceType: LoadBalancer loadBalancerIP: #loadBalancerSourceRanges: []