From e623d9f35fda25c95869a8f3630e08df98bbf811 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Wed, 12 Feb 2020 16:00:10 -0800 Subject: [PATCH] update docker image references of external-dns --- README.md | 4 ++-- docs/tutorials/akamai-fastdns.md | 6 +++--- docs/tutorials/exoscale.md | 2 +- docs/tutorials/rfc2136.md | 4 ++-- docs/tutorials/security-context.md | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cec66087cd..cbfa945647 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ The [FAQ](docs/faq.md) contains additional information and addresses several que To see ExternalDNS in action, have a look at this [video](https://www.youtube.com/watch?v=9HQ2XgL9YVI) or read this [blogpost](https://medium.com/wearetheledger/deploying-test-environments-with-azure-devops-eks-and-externaldns-67abe647e4e). -## The Latest Release: v0.5 +## The Latest Release: v0.6 -ExternalDNS' current release is `v0.5`. This version allows you to keep selected zones (via `--domain-filter`) synchronized with Ingresses and Services of `type=LoadBalancer` in various cloud providers: +ExternalDNS' current release is `v0.6`. This version allows you to keep selected zones (via `--domain-filter`) synchronized with Ingresses and Services of `type=LoadBalancer` in various cloud providers: * [Google Cloud DNS](https://cloud.google.com/dns/docs/) * [AWS Route 53](https://aws.amazon.com/route53/) * [AWS Cloud Map](https://docs.aws.amazon.com/cloud-map/) diff --git a/docs/tutorials/akamai-fastdns.md b/docs/tutorials/akamai-fastdns.md index 0488ebf7e6..30d67287e0 100644 --- a/docs/tutorials/akamai-fastdns.md +++ b/docs/tutorials/akamai-fastdns.md @@ -32,7 +32,7 @@ metadata: name: external-dns labels: app.kubernetes.io/name: external-dns - app.kubernetes.io/version: v0.5.18 + app.kubernetes.io/version: v0.6.0 spec: strategy: type: Recreate @@ -43,13 +43,13 @@ spec: metadata: labels: app.kubernetes.io/name: external-dns - app.kubernetes.io/version: v0.5.18 + app.kubernetes.io/version: v0.6.0 spec: # Only use if you're also using RBAC # serviceAccountName: external-dns containers: - name: external-dns - image: registry.opensource.zalan.do/teapot/external-dns:v0.5.18 + image: eu.gcr.io/k8s-artifacts-prod/external-dns/external-dns:v0.6.0 args: - --source=ingress # or service or both - --provider=akamai diff --git a/docs/tutorials/exoscale.md b/docs/tutorials/exoscale.md index 9b49ee5ce3..08c5905b3b 100644 --- a/docs/tutorials/exoscale.md +++ b/docs/tutorials/exoscale.md @@ -41,7 +41,7 @@ spec: # serviceAccountName: external-dns containers: - name: external-dns - image: registry.opensource.zalan.do/teapot/external-dns:v0.5.5 + image: eu.gcr.io/k8s-artifacts-prod/external-dns/external-dns:v0.6.0 args: - --source=ingress # or service or both - --provider=exoscale diff --git a/docs/tutorials/rfc2136.md b/docs/tutorials/rfc2136.md index 3fa790ca6c..d848a77a18 100644 --- a/docs/tutorials/rfc2136.md +++ b/docs/tutorials/rfc2136.md @@ -194,7 +194,7 @@ spec: serviceAccountName: external-dns containers: - name: external-dns - image: registry.opensource.zalan.do/teapot/external-dns:v0.5.17 + image: eu.gcr.io/k8s-artifacts-prod/external-dns/external-dns:v0.6.0 args: - --txt-owner-id=k8s - --provider=rfc2136 @@ -234,7 +234,7 @@ spec: spec: containers: - name: external-dns - image: registry.opensource.zalan.do/teapot/external-dns:v0.5.17 + image: eu.gcr.io/k8s-artifacts-prod/external-dns/external-dns:v0.6.0 args: - --txt-owner-id=k8s - --provider=rfc2136 diff --git a/docs/tutorials/security-context.md b/docs/tutorials/security-context.md index c246188f6c..c3f85981c2 100644 --- a/docs/tutorials/security-context.md +++ b/docs/tutorials/security-context.md @@ -20,7 +20,7 @@ spec: spec: containers: - name: external-dns - image: registry.opensource.zalan.do/teapot/external-dns:v0.5.6 # minimum version is v0.5.6 + image: eu.gcr.io/k8s-artifacts-prod/external-dns/external-dns:v0.6.0 # minimum version is v0.5.6 args: - ... # your arguments here securityContext: