Skip to content

Commit

Permalink
Switch external-dns to upstream v0.7.5 image release (#237)
Browse files Browse the repository at this point in the history
* Follow dependabot's https://github.com/AbsaOSS/k8gb/pull/235
* Switch to new v0.7.5 version and upstream release as
  Absa's implementation of NS record support (kubernetes-sigs/external-dns#1813)
  is included into the release
  • Loading branch information
ytsarev authored Dec 21, 2020
1 parent 28aedc2 commit ff17acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/k8gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ k8gb:
reconcileRequeueSeconds: 30

externaldns:
image: absaoss/external-dns:v0.7.1-401-gede9767c # temporary image containing NS record support before the merge of https://github.com/kubernetes-sigs/external-dns/pull/1813
image: k8s.gcr.io/external-dns/external-dns:v0.7.5
interval: "20s"
expose53onWorkers: true # open 53/udp on workers nodes with nginx controller

Expand Down

0 comments on commit ff17acd

Please sign in to comment.