mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update traefik to 1.7.3 (#8615)
Signed-off-by: solidnerd <niclas@mietz.io>
This commit is contained in:
committed by
k8s-ci-robot
parent
7d0450231c
commit
fbec6a6f73
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: traefik
|
||||
version: 1.52.1
|
||||
appVersion: 1.7.2
|
||||
version: 1.52.2
|
||||
appVersion: 1.7.3
|
||||
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.2` |
|
||||
| `imageTag` | The version of the official Traefik image to use | `1.7.3` |
|
||||
| `serviceType` | A valid Kubernetes service type | `LoadBalancer` |
|
||||
| `loadBalancerIP` | An available static IP you have reserved on your cloud platform | None |
|
||||
| `loadBalancerSourceRanges` | List of IP CIDRs allowed access to load balancer (if supported) | None |
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## Default values for Traefik
|
||||
image: traefik
|
||||
imageTag: 1.7.2
|
||||
imageTag: 1.7.3
|
||||
## can switch the service type to NodePort if required
|
||||
serviceType: LoadBalancer
|
||||
# loadBalancerIP: ""
|
||||
|
||||
Reference in New Issue
Block a user