diff --git a/docs/tutorials/aws.md b/docs/tutorials/aws.md index 57f2c5eb3f..322628eb65 100644 --- a/docs/tutorials/aws.md +++ b/docs/tutorials/aws.md @@ -80,7 +80,7 @@ spec: spec: containers: - name: external-dns - image: registry.opensource.zalan.do/teapot/external-dns:v0.4.0 + image: registry.opensource.zalan.do/teapot/external-dns:v0.4.2 args: - --source=service - --source=ingress diff --git a/docs/tutorials/azure.md b/docs/tutorials/azure.md index 10c75a6785..99bfd3f020 100644 --- a/docs/tutorials/azure.md +++ b/docs/tutorials/azure.md @@ -2,7 +2,7 @@ This tutorial describes how to setup ExternalDNS for usage within a Kubernetes cluster on Azure. -Make sure to use **>=0.4.0** version of ExternalDNS for this tutorial. +Make sure to use **>=0.4.2** version of ExternalDNS for this tutorial. This tutorial uses [Azure CLI 2.0](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) for all Azure commands and assumes that the Kubernetes cluster was created via Azure Container Services and `kubectl` commands @@ -69,7 +69,7 @@ spec: spec: containers: - name: external-dns - image: registry.opensource.zalan.do/teapot/external-dns:v0.4.0 + image: registry.opensource.zalan.do/teapot/external-dns:v0.4.2 args: - --source=service - --domain-filter=example.com # (optional) limit to only example.com domains; change to match the zone created above. diff --git a/docs/tutorials/cloudflare.md b/docs/tutorials/cloudflare.md index 6f93245b64..04ea012c4e 100644 --- a/docs/tutorials/cloudflare.md +++ b/docs/tutorials/cloudflare.md @@ -2,7 +2,7 @@ This tutorial describes how to setup ExternalDNS for usage within a Kubernetes cluster using Cloudflare DNS. -Make sure to use **>=0.4.0** version of ExternalDNS for this tutorial. +Make sure to use **>=0.4.2** version of ExternalDNS for this tutorial. ## Creating a Cloudflare DNS zone @@ -39,7 +39,7 @@ spec: spec: containers: - name: external-dns - image: registry.opensource.zalan.do/teapot/external-dns:v0.4.0 + image: registry.opensource.zalan.do/teapot/external-dns:v0.4.2 args: - --source=service # ingress is also possible - --domain-filter=example.com # (optional) limit to only example.com domains; change to match the zone created above. diff --git a/docs/tutorials/digitalocean.md b/docs/tutorials/digitalocean.md index a942d7abf2..50d48cae74 100644 --- a/docs/tutorials/digitalocean.md +++ b/docs/tutorials/digitalocean.md @@ -2,7 +2,7 @@ This tutorial describes how to setup ExternalDNS for usage within a Kubernetes cluster using DigitalOcean DNS. -Make sure to use **>=0.4.0** version of ExternalDNS for this tutorial. +Make sure to use **>=0.4.2** version of ExternalDNS for this tutorial. ## Creating a DigitalOcean DNS zone @@ -37,7 +37,7 @@ spec: spec: containers: - name: external-dns - image: registry.opensource.zalan.do/teapot/external-dns:v0.4.0 + image: registry.opensource.zalan.do/teapot/external-dns:v0.4.2 args: - --source=service # ingress is also possible - --domain-filter=example.com # (optional) limit to only example.com domains; change to match the zone created above. diff --git a/docs/tutorials/gke.md b/docs/tutorials/gke.md index 85b6c8bed7..0111335b76 100644 --- a/docs/tutorials/gke.md +++ b/docs/tutorials/gke.md @@ -77,7 +77,7 @@ spec: spec: containers: - name: external-dns - image: registry.opensource.zalan.do/teapot/external-dns:v0.4.0 + image: registry.opensource.zalan.do/teapot/external-dns:v0.4.2 args: - --source=service - --source=ingress diff --git a/docs/tutorials/nginx-ingress.md b/docs/tutorials/nginx-ingress.md index b2819a8f28..8efb782e32 100644 --- a/docs/tutorials/nginx-ingress.md +++ b/docs/tutorials/nginx-ingress.md @@ -217,7 +217,7 @@ spec: spec: containers: - name: external-dns - image: registry.opensource.zalan.do/teapot/external-dns:v0.4.0 + image: registry.opensource.zalan.do/teapot/external-dns:v0.4.2 args: - --source=ingress - --domain-filter=external-dns-test.gcp.zalan.do