diff --git a/stable/traefik/Chart.yaml b/stable/traefik/Chart.yaml index 3c921f54df..59b99efb7e 100755 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -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 diff --git a/stable/traefik/README.md b/stable/traefik/README.md index dba16d0431..58c8e68d7a 100644 --- a/stable/traefik/README.md +++ b/stable/traefik/README.md @@ -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` | diff --git a/stable/traefik/values.yaml b/stable/traefik/values.yaml index 29f9952047..1860aa6ad4 100644 --- a/stable/traefik/values.yaml +++ b/stable/traefik/values.yaml @@ -1,5 +1,5 @@ # Default values for Traefik -imageTag: v1.1.0-rc3 +imageTag: v1.1.0 serviceType: LoadBalancer cpuRequest: 100m memoryRequest: 20Mi