mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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 <sebbrandt@mailbox.org> * chart and app version raised for traefik Signed-off-by: Sebastian Brandt <sebbrandt@mailbox.org> * README.md updated for traefik Signed-off-by: Sebastian Brandt <sebbrandt@mailbox.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user