mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Upgrade Traefik to v1.1.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: traefik
|
||||
version: 1.1.0-rc3-a
|
||||
version: 1.1.0-a
|
||||
description: A Traefik based Kubernetes ingress controller with Let's Encrypt support
|
||||
keywords:
|
||||
- traefik
|
||||
|
||||
@@ -68,7 +68,7 @@ The following tables lists the configurable parameters of the Traefik chart and
|
||||
|
||||
| Parameter | Description | Default |
|
||||
| ------------------------------- | -------------------------------------------------------------------- | ----------------------------------------- |
|
||||
| `imageTag` | The version of the official Traefik image to use | `v1.1.0-rc3` |
|
||||
| `imageTag` | The version of the official Traefik image to use | `v1.1.0` |
|
||||
| `serviceType` | A valid Kubernetes service type | `LoadBalancer` |
|
||||
| `cpuRequest` | Initial share of CPU requested per Traefik pod | `100m` |
|
||||
| `memoryRequest` | Initial share of memory requested per Traefik pod | `20Mi` |
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Default values for Traefik
|
||||
imageTag: v1.1.0-rc3
|
||||
imageTag: v1.1.0
|
||||
serviceType: LoadBalancer
|
||||
cpuRequest: 100m
|
||||
memoryRequest: 20Mi
|
||||
|
||||
Reference in New Issue
Block a user