mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 09:36:58 +02:00
update docker image references of external-dns
This commit is contained in:
parent
b0a3f3784f
commit
e623d9f35f
@ -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/)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user