From 54f7501b4afceb1f87114bfbb206cd987cc12ed4 Mon Sep 17 00:00:00 2001 From: Alexander Kachkaev Date: Tue, 15 Aug 2017 13:30:42 +0100 Subject: [PATCH] [stable/traefik] Bump Traefik version to 1.3.5 (#1731) --- 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 821be90af8..e30352fe7f 100755 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: traefik -version: 1.11.0 -appVersion: 1.3.4 +version: 1.11.1 +appVersion: 1.3.5 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 5306aea307..e78771fcef 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.1` | +| `imageTag` | The version of the official Traefik image to use | `1.3.5` | | `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 687ec8d932..9aee02a180 100644 --- a/stable/traefik/values.yaml +++ b/stable/traefik/values.yaml @@ -1,6 +1,6 @@ # Default values for Traefik image: traefik -imageTag: 1.3.4 +imageTag: 1.3.5 serviceType: LoadBalancer loadBalancerIP: #loadBalancerSourceRanges: []