From 87e448fb8437edb0800eec14bfe16513371b8c9d Mon Sep 17 00:00:00 2001 From: Sebastian Brandt Date: Fri, 3 Jul 2020 13:26:47 +0200 Subject: [PATCH] [stable/traefik] Update traefik version from 1.7.23 to 1.7.24 (#22646) * Update traefik version from 1.7.23 to 1.7.24 Signed-off-by: Sebastian Brandt * chart and app version raised for traefik Signed-off-by: Sebastian Brandt * README.md updated for traefik Signed-off-by: Sebastian Brandt Signed-off-by: Adrien Loiseau --- 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 d2ababdd927f..0737f2a1ae98 100644 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: traefik -version: 1.87.1 -appVersion: 1.7.23 +version: 1.87.2 +appVersion: 1.7.24 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 d066a50d7a1d..18475cd3a4c3 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.23` | +| `imageTag` | The version of the official Traefik image to use | `1.7.24` | | `imagePullSecrets` | A list of image pull secrets (if needed) | None | | `imagePullPolicy` | Container pull policy | `IfNotPresent` | | `serviceType` | A valid Kubernetes service type | `LoadBalancer` | diff --git a/stable/traefik/values.yaml b/stable/traefik/values.yaml index 6d1d2fabd3bd..9c6d8b5b1376 100644 --- a/stable/traefik/values.yaml +++ b/stable/traefik/values.yaml @@ -1,6 +1,6 @@ ## Default values for Traefik image: traefik -imageTag: 1.7.23 +imageTag: 1.7.24 imagePullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.