upgrde rancher dns to 0.7.6 on gandi stack due to a breaking change on gandi's api

see https://github.com/rancher/rancher/issues/10136
This commit is contained in:
jeanlouisboudart
2017-10-18 08:13:58 +02:00
parent 3508bcab48
commit b303dae6ce
3 changed files with 58 additions and 2 deletions
@@ -0,0 +1,13 @@
gandidns:
image: rancher/external-dns:v0.7.6
command: -provider=gandi
expose:
- 1000
environment:
GANDI_APIKEY: ${GANDI_APIKEY}
ROOT_DOMAIN: ${ROOT_DOMAIN}
NAME_TEMPLATE: ${NAME_TEMPLATE}
TTL: ${TTL}
labels:
io.rancher.container.create_agent: "true"
io.rancher.container.agent.role: "external-dns"