Skip to content

Commit

Permalink
Bump Traefik version to 1.2.1 (helm#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-knowles authored and lachie83 committed Apr 3, 2017
1 parent cd46692 commit 5fe6911
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,7 +1,7 @@
apiVersion: v1
name: traefik
# Lock step with the Traefik version, appended with -a, -b, etc. to denote versions of the chart
version: 1.1.2-h
version: 1.2.1-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 @@ -69,7 +69,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 | `v1.1.2` |
| `imageTag` | The version of the official Traefik image to use | `v1.2.1` |
| `serviceType` | A valid Kubernetes service type | `LoadBalancer` |
| `replicas` | The number of replicas to run; __NOTE:__ Full Traefik clustering with leader election is not yet supported, which can affect any configured Let's Encrypt setup; see Clustering section | `1` |
| `cpuRequest` | Initial share of CPU requested per Traefik pod | `100m` |
Expand Down
2 changes: 1 addition & 1 deletion stable/traefik/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Default values for Traefik
image: traefik
imageTag: v1.1.2
imageTag: v1.2.1
serviceType: LoadBalancer
replicas: 1
cpuRequest: 100m
Expand Down

0 comments on commit 5fe6911

Please sign in to comment.