mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Traefik 1.7.14 (#16365)
Bug fixes: - Update to go1.12.8 (#5201 by ldez). HTTP/2 Denial of Service CVE-2019-9512 and CVE-2019-9514 - [server] Make hijackConnectionTracker.Close thread safe (#5194 by jlevesy) - [acme] Update lego (#5166 by dabeck) - [consulcatalog] warning should not be a fail status (#4537 by saez0pub) - [docker] Update docker api version (#4909 by dtomcej) - [dynamodb] Use dynamodbav tags to override json tags. (#5002 by ldez) - [healthcheck] Wrr loadbalancer honors old weight on recovered servers (#5051 by DougWagner) - [k8s] Check for multiport services on Global Backend Ingress (#5021 by dtomcej) - [logs] Allows logs to use local time zone instead of UTC (#4954 by dduportal) - [middleware] Clear TLS client headers if TLSMutualAuth is optional (#4963 by stffabi) - [tls] Add missing KeyUsages for default generated certificate (#5150 by dtomcej) Signed-off-by: Raymond Walker <raymond.walker@greenpeace.org>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e5f389410b
commit
cea98f0484
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: traefik
|
||||
version: 1.76.1
|
||||
appVersion: 1.7.12
|
||||
version: 1.77.0
|
||||
appVersion: 1.7.14
|
||||
description: A Traefik based Kubernetes ingress controller with Let's Encrypt support
|
||||
keywords:
|
||||
- traefik
|
||||
|
||||
@@ -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.12` |
|
||||
| `imageTag` | The version of the official Traefik image to use | `1.7.14` |
|
||||
| `imagePullSecrets` | A list of image pull secrets (if needed) | None |
|
||||
| `serviceType` | A valid Kubernetes service type | `LoadBalancer` |
|
||||
| `loadBalancerIP` | An available static IP you have reserved on your cloud platform | None |
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## Default values for Traefik
|
||||
image: traefik
|
||||
imageTag: 1.7.12
|
||||
imageTag: 1.7.14
|
||||
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
||||
Reference in New Issue
Block a user