From 329341bc8d9ac7635791aa0adac6fe8f20de4473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trung=20L=C3=AA?= Date: Tue, 27 Oct 2020 02:57:02 +1100 Subject: [PATCH] [stable/traefik] Update traefik version from 1.7.24 to 1.7.25 (#23941) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Trung LĂȘ --- 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 80165a9f0b..3aa80d2f12 100644 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: traefik -version: 1.87.3 -appVersion: 1.7.24 +version: 1.87.4 +appVersion: 1.7.25 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 18475cd3a4..28f15207e2 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.24` | +| `imageTag` | The version of the official Traefik image to use | `1.7.25` | | `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 fe298a3eaf..c3d5fb9a0b 100644 --- a/stable/traefik/values.yaml +++ b/stable/traefik/values.yaml @@ -1,6 +1,6 @@ ## Default values for Traefik image: traefik -imageTag: 1.7.24 +imageTag: 1.7.25 imagePullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.