Upgrade Traefik to v1.1.0

This commit is contained in:
Kent Rancourt
2016-11-21 13:31:21 -05:00
parent 8492fa0326
commit 7afe77cf5a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: traefik
version: 1.1.0-rc3-a
version: 1.1.0-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.0-rc3` |
| `imageTag` | The version of the official Traefik image to use | `v1.1.0` |
| `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.0-rc3
imageTag: v1.1.0
serviceType: LoadBalancer
cpuRequest: 100m
memoryRequest: 20Mi