From 97050ebbbf54b1387d285bc7029d64a088a0133c Mon Sep 17 00:00:00 2001 From: deniseschannon Date: Wed, 10 May 2017 11:16:11 -0700 Subject: [PATCH] updates for notemplating for dnsupdate-rfc2136 --- infra-templates/dnsupdate-rfc2136/3/docker-compose.yml | 1 + infra-templates/dnsupdate-rfc2136/3/rancher-compose.yml | 6 +++--- infra-templates/dnsupdate-rfc2136/config.yml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/infra-templates/dnsupdate-rfc2136/3/docker-compose.yml b/infra-templates/dnsupdate-rfc2136/3/docker-compose.yml index b5d7215..829961c 100644 --- a/infra-templates/dnsupdate-rfc2136/3/docker-compose.yml +++ b/infra-templates/dnsupdate-rfc2136/3/docker-compose.yml @@ -1,3 +1,4 @@ +# notemplating rfc2136dns: image: rancher/external-dns:v0.6.2 command: -provider=rfc2136 diff --git a/infra-templates/dnsupdate-rfc2136/3/rancher-compose.yml b/infra-templates/dnsupdate-rfc2136/3/rancher-compose.yml index 3e782ca..b3f2441 100644 --- a/infra-templates/dnsupdate-rfc2136/3/rancher-compose.yml +++ b/infra-templates/dnsupdate-rfc2136/3/rancher-compose.yml @@ -1,9 +1,9 @@ +# notemplating .catalog: name: "DNS Update (RFC2136)" - version: "v0.6.2-rancher1" + version: "v0.6.2-rancher2" description: "Rancher External DNS service powered by any RFC2136 compatible DNS server. Requires Rancher version v1.1.0" - minimum_rancher_version: v1.2.0-pre4-rc1 - maximum_rancher_version: v1.5.99 + minimum_rancher_version: v1.6.0-rc1 questions: - variable: "RFC2136_HOST" label: "DNS Server IP" diff --git a/infra-templates/dnsupdate-rfc2136/config.yml b/infra-templates/dnsupdate-rfc2136/config.yml index 38b9a9d..cfe0d5f 100644 --- a/infra-templates/dnsupdate-rfc2136/config.yml +++ b/infra-templates/dnsupdate-rfc2136/config.yml @@ -1,7 +1,7 @@ name: DNS Update (RFC2136) description: | Rancher External DNS service powered by any RFC2136 compatible DNS -version: v0.6.2-rancher1 +version: v0.6.2-rancher2 category: External DNS labels: io.rancher.orchestration.supported: 'cattle,mesos,swarm,kubernetes'