From a3b189dbc2ae31b74e946a3978dfd888028eb5db Mon Sep 17 00:00:00 2001 From: Kent Rancourt Date: Tue, 29 Nov 2016 11:13:13 -0500 Subject: [PATCH] Upgrade Traefik to v1.1.1 --- stable/traefik/Chart.yaml | 2 +- stable/traefik/README.md | 2 +- stable/traefik/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/traefik/Chart.yaml b/stable/traefik/Chart.yaml index 59b99efb7e..a12190e401 100755 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: traefik -version: 1.1.0-a +version: 1.1.1-a 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 58c8e68d7a..d3d7473a55 100644 --- a/stable/traefik/README.md +++ b/stable/traefik/README.md @@ -68,7 +68,7 @@ The following tables lists the configurable parameters of the Traefik chart and | Parameter | Description | Default | | ------------------------------- | -------------------------------------------------------------------- | ----------------------------------------- | -| `imageTag` | The version of the official Traefik image to use | `v1.1.0` | +| `imageTag` | The version of the official Traefik image to use | `v1.1.1` | | `serviceType` | A valid Kubernetes service type | `LoadBalancer` | | `cpuRequest` | Initial share of CPU requested per Traefik pod | `100m` | | `memoryRequest` | Initial share of memory requested per Traefik pod | `20Mi` | diff --git a/stable/traefik/values.yaml b/stable/traefik/values.yaml index 1860aa6ad4..e4931a194e 100644 --- a/stable/traefik/values.yaml +++ b/stable/traefik/values.yaml @@ -1,5 +1,5 @@ # Default values for Traefik -imageTag: v1.1.0 +imageTag: v1.1.1 serviceType: LoadBalancer cpuRequest: 100m memoryRequest: 20Mi