Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/traefik] Bump Traefik version to 1.2.1 #873

Merged
merged 1 commit into from
Apr 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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