Skip to content

Commit

Permalink
[stable/traefik] Bump appVersion to 1.5.4 (helm#4206)
Browse files Browse the repository at this point in the history
* [stable/traefik] Bump appVersion to 1.5.4

* bump chart version
  • Loading branch information
siwyd authored and rolanddb committed Apr 9, 2018
1 parent 9b4b823 commit 65e7b68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.25.1
appVersion: 1.5.3
version: 1.25.2
appVersion: 1.5.4
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 @@ -87,7 +87,7 @@ The following table lists the configurable parameters of the Traefik chart and t
| ------------------------------- | -------------------------------------------------------------------- | ----------------------------------------- |
| `fullnameOverride` | Override the full resource names | `{release-name}-traefik (or traefik if release-name is traefik`|
| `image` | Traefik image name | `traefik` |
| `imageTag` | The version of the official Traefik image to use | `1.5.3` |
| `imageTag` | The version of the official Traefik image to use | `1.5.4` |
| `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.5.3
imageTag: 1.5.4
## can switch the service type to NodePort if required
serviceType: LoadBalancer
loadBalancerIP:
Expand Down

0 comments on commit 65e7b68

Please sign in to comment.