From f49b57c2aa03bde1446168f2bdefd9036ce57dd3 Mon Sep 17 00:00:00 2001 From: Niclas Mietz Date: Sun, 4 Nov 2018 14:54:41 +0100 Subject: [PATCH] Update traefik to 1.7.4 (#8974) 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 8ca2520585..fd1fd325fb 100755 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: traefik -version: 1.52.5 -appVersion: 1.7.3 +version: 1.52.6 +appVersion: 1.7.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 b7419c9260..486e4f7c62 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.3` | +| `imageTag` | The version of the official Traefik image to use | `1.7.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 d4fba4d9dd..994fb18db4 100644 --- a/stable/traefik/values.yaml +++ b/stable/traefik/values.yaml @@ -1,6 +1,6 @@ ## Default values for Traefik image: traefik -imageTag: 1.7.3 +imageTag: 1.7.4 ## can switch the service type to NodePort if required serviceType: LoadBalancer # loadBalancerIP: ""