diff --git a/stable/traefik/Chart.yaml b/stable/traefik/Chart.yaml index 0101581279..1c92b974b3 100755 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: traefik -version: 1.24.0 -appVersion: 1.5.2 +version: 1.24.1 +appVersion: 1.5.3 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 e52cb5f557..442ad54ee3 100644 --- a/stable/traefik/README.md +++ b/stable/traefik/README.md @@ -87,7 +87,7 @@ The following tables lists the configurable parameters of the Traefik chart and | ------------------------------- | -------------------------------------------------------------------- | ----------------------------------------- | | `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.5.2` | +| `imageTag` | The version of the official Traefik image to use | `1.5.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 | diff --git a/stable/traefik/values.yaml b/stable/traefik/values.yaml index 66f1d336c2..7a06f74fdf 100644 --- a/stable/traefik/values.yaml +++ b/stable/traefik/values.yaml @@ -1,6 +1,6 @@ ## Default values for Traefik image: traefik -imageTag: 1.5.2 +imageTag: 1.5.3 ## can switch the service type to NodePort if required serviceType: LoadBalancer loadBalancerIP: