From 1cd213ed6d62cbed79a06a26eb9f31997ac68275 Mon Sep 17 00:00:00 2001 From: Simon Wydooghe Date: Wed, 21 Mar 2018 11:46:03 +0100 Subject: [PATCH] [stable/traefik] Bump appVersion to 1.5.4 (#4206) * [stable/traefik] Bump appVersion to 1.5.4 * bump chart version --- stable/traefik/Chart.yaml | 4 ++-- stable/traefik/README.md | 2 +- stable/traefik/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/traefik/Chart.yaml b/stable/traefik/Chart.yaml index 3e125e307f..b8835a7475 100755 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -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 diff --git a/stable/traefik/README.md b/stable/traefik/README.md index 67c298e1f5..a2a436ec8e 100644 --- a/stable/traefik/README.md +++ b/stable/traefik/README.md @@ -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 | diff --git a/stable/traefik/values.yaml b/stable/traefik/values.yaml index f7b5e353e2..a0720f9ede 100644 --- a/stable/traefik/values.yaml +++ b/stable/traefik/values.yaml @@ -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: