Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.
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
4 changes: 2 additions & 2 deletions stable/traefik/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: traefik
version: 1.11.1
appVersion: 1.3.5
version: 1.11.2
appVersion: 1.3.6
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 @@ -86,7 +86,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 | `1.3.5` |
| `imageTag` | The version of the official Traefik image to use | `1.3.6` |
| `serviceType` | A valid Kubernetes service type | `LoadBalancer` |
| `loadBalancerIP` | An available static IP you have reserved on your cloud platform | None |
| `loadBalancerSourceRanges` | list of IP CIDRs allowed access to load balancer (if supported) | None |
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: 1.3.5
imageTag: 1.3.6
serviceType: LoadBalancer
loadBalancerIP:
#loadBalancerSourceRanges: []
Expand Down