Skip to content

Commit

Permalink
update external-dns version in example and tests (#5166)
Browse files Browse the repository at this point in the history
  • Loading branch information
vepatel authored Feb 27, 2024
1 parent 39cfb20 commit cdd2542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
serviceAccountName: external-dns
containers:
- name: external-dns
image: k8s.gcr.io/external-dns/external-dns:v0.12.2
image: registry.k8s.io/external-dns/external-dns:v0.14.0
args:
- --source=service
- --source=ingress
Expand Down
2 changes: 1 addition & 1 deletion tests/data/virtual-server-external-dns/external-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
serviceAccountName: external-dns
containers:
- name: external-dns
image: k8s.gcr.io/external-dns/external-dns:v0.12.2
image: registry.k8s.io/external-dns/external-dns:v0.14.0
args:
- --source=crd
- --crd-source-apiversion=externaldns.nginx.org/v1
Expand Down

0 comments on commit cdd2542

Please sign in to comment.