Skip to content

Commit

Permalink
Use custom build of external-dns with multi A fixes
Browse files Browse the repository at this point in the history
* Fixes #62
* Fixes kubernetes-sigs/external-dns#1313
* Upstream PR kubernetes-sigs/external-dns#1475
* Use custom build while upstream accepts the change
  • Loading branch information
ytsarev committed Mar 28, 2020
1 parent 227e6d9 commit 2380c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/ohmyglb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.0
version: 0.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
2 changes: 1 addition & 1 deletion chart/ohmyglb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ohmyglb:
hostname: "test-gslb-ns-us.example.com"

externaldns:
image: ytsarev/external-dns:v0.5.18-27-g432d0696-dirty
image: absaoss/external-dns:v0.5.18-90-g3602c476-dirty

etcd-operator:
customResources:
Expand Down

0 comments on commit 2380c02

Please sign in to comment.