[stable/traefik] Update traefik version from 1.7.25 to 1.7.26 (#23960)

Signed-off-by: Trung Lê <trung.le@ruby-journal.com>
This commit is contained in:
Trung Lê
2020-10-28 11:19:56 -07:00
committed by GitHub
parent 43b6de55bf
commit b9278fa98c
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: traefik
version: 1.87.4
appVersion: 1.7.25
version: 1.87.5
appVersion: 1.7.26
description: A Traefik based Kubernetes ingress controller with Let's Encrypt support
keywords:
- traefik
+1 -1
View File
@@ -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.25` |
| `imageTag` | The version of the official Traefik image to use | `1.7.26` |
| `imagePullSecrets` | A list of image pull secrets (if needed) | None |
| `imagePullPolicy` | Container pull policy | `IfNotPresent` |
| `serviceType` | A valid Kubernetes service type | `LoadBalancer` |
+1 -1
View File
@@ -1,6 +1,6 @@
## Default values for Traefik
image: traefik
imageTag: 1.7.25
imageTag: 1.7.26
imagePullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.