diff --git a/stable/traefik/Chart.yaml b/stable/traefik/Chart.yaml index ea135c4327..9faf68086f 100755 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: traefik -version: 1.11.4 -appVersion: 1.3.7 +version: 1.11.5 +appVersion: 1.3.8 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 2ba1c7e1bb..b5c8520be3 100644 --- a/stable/traefik/README.md +++ b/stable/traefik/README.md @@ -86,7 +86,7 @@ The following tables lists the configurable parameters of the Traefik chart and | Parameter | Description | Default | | ------------------------------- | -------------------------------------------------------------------- | ----------------------------------------- | | `image` | Traefik image name | `traefik` | -| `imageTag` | The version of the official Traefik image to use | `1.3.7` | +| `imageTag` | The version of the official Traefik image to use | `1.3.8` | | `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 | diff --git a/stable/traefik/values.yaml b/stable/traefik/values.yaml index adb77d02c4..948340a490 100644 --- a/stable/traefik/values.yaml +++ b/stable/traefik/values.yaml @@ -1,6 +1,6 @@ # Default values for Traefik image: traefik -imageTag: 1.3.7 +imageTag: 1.3.8 serviceType: LoadBalancer loadBalancerIP: #loadBalancerSourceRanges: []