From f5d2d0b72f7b6e22dd5059d09ba0688de08650ee Mon Sep 17 00:00:00 2001 From: Bradley Weston Date: Thu, 20 Dec 2018 14:30:45 +0000 Subject: [PATCH] Bump Traefik version to 1.7.6 resolved CVE-2018-16875 (#10096) * Bump Traefik version to 1.7.6 resolved CVE-2018-16875 * Issue: [https://github.com/golang/go/issues/29233] * Release of Traefik with fix: [https://github.com/containous/traefik/releases/tag/v1.7.6] Signed-off-by: Bradley Weston * fix chart and readme Signed-off-by: David J. M. Karlsen --- 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 f9b1067423..db82bb9423 100755 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: traefik -version: 1.55.1 -appVersion: 1.7.4 +version: 1.55.2 +appVersion: 1.7.6 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 d63ab136f3..ec2fb40971 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.4` | +| `imageTag` | The version of the official Traefik image to use | `1.7.6` | | `serviceType` | A valid Kubernetes service type | `LoadBalancer` | | `loadBalancerIP` | An available static IP you have reserved on your cloud platform | None | | `startupArguments` | A list of startup arguments which are passed to traefik | `[]` | diff --git a/stable/traefik/values.yaml b/stable/traefik/values.yaml index 3abd4f050b..d555632af3 100755 --- a/stable/traefik/values.yaml +++ b/stable/traefik/values.yaml @@ -1,6 +1,6 @@ ## Default values for Traefik image: traefik -imageTag: 1.7.4 +imageTag: 1.7.6 ## can switch the service type to NodePort if required serviceType: LoadBalancer # loadBalancerIP: ""