Upgrade Traefik to the v1.1.2 bug fix release (#336)

This commit is contained in:
Kent Rancourt
2017-01-03 16:38:34 -08:00
committed by Lachlan Evenson
parent 97e78f983b
commit feccd08c86
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: traefik
version: 1.1.1-a
version: 1.1.2-a
description: A Traefik based Kubernetes ingress controller with Let's Encrypt support
keywords:
- traefik
+1 -1
View File
@@ -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.1` |
| `imageTag` | The version of the official Traefik image to use | `v1.1.2` |
| `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` |
+1 -1
View File
@@ -1,5 +1,5 @@
# Default values for Traefik
imageTag: v1.1.1
imageTag: v1.1.2
serviceType: LoadBalancer
cpuRequest: 100m
memoryRequest: 20Mi