diff --git a/stable/nginx-ingress/Chart.yaml b/stable/nginx-ingress/Chart.yaml index be786c6f3c87..fdbaa627c76a 100644 --- a/stable/nginx-ingress/Chart.yaml +++ b/stable/nginx-ingress/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: nginx-ingress -version: 1.6.6 +version: 1.6.7 appVersion: 0.24.1 home: https://github.com/kubernetes/ingress-nginx description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration. diff --git a/stable/nginx-ingress/README.md b/stable/nginx-ingress/README.md index 4fd2508926f8..ce8a3f48a588 100644 --- a/stable/nginx-ingress/README.md +++ b/stable/nginx-ingress/README.md @@ -206,8 +206,10 @@ You can add Prometheus annotations to the metrics service using `controller.metr Add an [ExternalDNS](https://github.com/kubernetes-incubator/external-dns) annotation to the LoadBalancer service: ```yaml -annotations: - external-dns.alpha.kubernetes.io/hostname: kubernetes-example.com. +controller: + service: + annotations: + external-dns.alpha.kubernetes.io/hostname: kubernetes-example.com. ``` ## AWS L7 ELB with SSL Termination