From fbec6a6f73330dfdfe96fef170400fd3c505e6d8 Mon Sep 17 00:00:00 2001 From: Niclas Mietz Date: Tue, 23 Oct 2018 18:42:29 +0200 Subject: [PATCH] Update traefik to 1.7.3 (#8615) Signed-off-by: solidnerd --- 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 df0dd2c15b..d676156828 100755 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: traefik -version: 1.52.1 -appVersion: 1.7.2 +version: 1.52.2 +appVersion: 1.7.3 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 c3f4630444..f6175f4ea1 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.7.2` | +| `imageTag` | The version of the official Traefik image to use | `1.7.3` | | `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 437e10e01a..6f027077b8 100644 --- a/stable/traefik/values.yaml +++ b/stable/traefik/values.yaml @@ -1,6 +1,6 @@ ## Default values for Traefik image: traefik -imageTag: 1.7.2 +imageTag: 1.7.3 ## can switch the service type to NodePort if required serviceType: LoadBalancer # loadBalancerIP: ""