external dns v0.6.3

This commit is contained in:
deniseschannon 2017-03-31 20:40:55 -07:00
parent 13d5ba757e
commit e71ea462b2
4 changed files with 6 additions and 5 deletions

View File

@ -3,6 +3,7 @@
version: "v0.6.2-rancher1"
description: "Rancher External DNS service powered by DigitalOcean"
minimum_rancher_version: v1.2.0-pre4-rc1
maximum_rancher_version: v1.4.99
questions:
- variable: "DO_PAT"
label: "DigitalOcean Personal Access Token"

View File

@ -1,7 +1,7 @@
digitalocean:
image: rancher/external-dns:v0.6.2
image: rancher/external-dns:v0.6.3
command: -provider=digitalocean
expose:
expose:
- 1000
environment:
DO_PAT: ${DO_PAT}

View File

@ -1,8 +1,8 @@
.catalog:
name: "DigitalOcean DNS"
version: "v0.6.2-rancher1"
version: "v0.6.3"
description: "Rancher External DNS service powered by DigitalOcean"
minimum_rancher_version: v1.2.0-pre4-rc1
minimum_rancher_version: v1.5.0
questions:
- variable: "DO_PAT"
label: "DigitalOcean Personal Access Token"

View File

@ -1,7 +1,7 @@
name: DigitalOcean DNS
description: |
Rancher External DNS service powered by DigitalOcean
version: v0.6.2-rancher1
version: v0.6.3
category: External DNS
labels:
io.rancher.orchestration.supported: 'cattle,mesos,swarm,kubernetes'