Skip to content

Commit

Permalink
Upgrade Traefik to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krancour committed Nov 21, 2016
1 parent 8492fa0 commit 7afe77c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/traefik/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/traefik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion stable/traefik/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default values for Traefik
imageTag: v1.1.0-rc3
imageTag: v1.1.0
serviceType: LoadBalancer
cpuRequest: 100m
memoryRequest: 20Mi
Expand Down

0 comments on commit 7afe77c

Please sign in to comment.