From 30932da65dd96517a7eabc0cc5914d8bcee170ea Mon Sep 17 00:00:00 2001 From: nreisbeck <10735102+nreisbeck@users.noreply.github.com> Date: Fri, 18 Jan 2019 14:34:44 -0800 Subject: [PATCH] stable/traefik/Chart.yaml: Update Traefik image to v1.7.7 (#10748) * stable/traefik/Chart.yaml: Update Traefik image to v1.7.7 Signed-off-by: Nolan Reisbeck * update readme too 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 d48bb4e754..3e55f3e153 100755 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: traefik -version: 1.59.0 -appVersion: 1.7.6 +version: 1.59.1 +appVersion: 1.7.7 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 b352fba616..cec539c089 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.6` | +| `imageTag` | The version of the official Traefik image to use | `1.7.7` | | `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 b7bff68f3e..00d50afd29 100755 --- a/stable/traefik/values.yaml +++ b/stable/traefik/values.yaml @@ -1,6 +1,6 @@ ## Default values for Traefik image: traefik -imageTag: 1.7.6 +imageTag: 1.7.7 ## can switch the service type to NodePort if required serviceType: LoadBalancer # loadBalancerIP: ""