Skip to content

Commit

Permalink
stable/traefik: Update version from 1.7.20 to 1.7.23 (helm#21589)
Browse files Browse the repository at this point in the history
* Update traefik version from 1.7.20 to 1.7.23

a610f0b2 Force http/1.1 for upgrade (Traefik v1)
ded285be Fix sameSite (Traefik v1)
4b31d330 fix: max TLS version.
91b0e2e4 Complete TLS example for Kubernetes Ingress in user guide
554bceb7 Skip redirection with invalid regex syntax.
ce762126 fix: manual provider code name.
d474c87c Updated rbac and demonset example bloc
86277223 Update to go1.14
09fa1e65 Fix typo in user guide.
c3125104 Clear closed hijacked h2c connections
d7ed42d6 Fix sample for ssl-header in docs
4c709c2f Improve rate-limiting doc
8dac0767 Fix finding proper provided certificate when ACME is enabled
0b039499 don't create http client in each request in forward auth
21249754 Fix dnspod update.
e4725619 Update the k8s api version in the documentation
d24f7822 fix: skip ECS container when information are missing instead of panic.
3f1925e2 Add edge case for root path with rewrite-target

Signed-off-by: Joe Julian <[email protected]>

* Update readme

Signed-off-by: David Karlsen <[email protected]>

* bump chart version

Signed-off-by: David Karlsen <[email protected]>

Co-authored-by: David Karlsen <[email protected]>
  • Loading branch information
joejulian and davidkarlsen authored Jun 2, 2020
1 parent 4b7ca11 commit 9d3ab97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/traefik/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: traefik
version: 1.87.0
appVersion: 1.7.20
version: 1.87.1
appVersion: 1.7.23
description: A Traefik based Kubernetes ingress controller with Let's Encrypt support
keywords:
- traefik
Expand Down
2 changes: 1 addition & 1 deletion stable/traefik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.20` |
| `imageTag` | The version of the official Traefik image to use | `1.7.23` |
| `imagePullSecrets` | A list of image pull secrets (if needed) | None |
| `imagePullPolicy` | Container pull policy | `IfNotPresent` |
| `serviceType` | A valid Kubernetes service type | `LoadBalancer` |
Expand Down
2 changes: 1 addition & 1 deletion stable/traefik/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Default values for Traefik
image: traefik
imageTag: 1.7.20
imageTag: 1.7.23
imagePullPolicy: IfNotPresent

## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit 9d3ab97

Please sign in to comment.