tick versions in configs for ee 3.0

This commit is contained in:
Alastair Smith 2019-06-03 17:43:04 +01:00
parent 9bef3c7cfa
commit 101f2c55dd
1 changed files with 16 additions and 2 deletions

View File

@ -120,6 +120,13 @@ defaults:
- scope:
path: "ee/dtr"
values:
dtr_org: "docker"
dtr_repo: "dtr"
dtr_version: "2.7.0"
- scope:
path: "datacenter/dtr/2.6"
values:
hide_from_sitemap: true
dtr_org: "docker"
dtr_repo: "dtr"
dtr_version: "2.6.6"
@ -165,15 +172,22 @@ defaults:
values:
ucp_org: "docker"
ucp_repo: "ucp"
ucp_version: "3.1.7"
ucp_version: "3.2.0"
- scope: # This is a bit of a hack for the get-support.md topic.
path: "ee"
values:
ucp_org: "docker"
ucp_repo: "ucp"
dtr_repo: "dtr"
ucp_version: "3.2.0"
dtr_version: "2.7.0"
- scope:
path: "datacenter/ucp/3.1"
values:
hide_from_sitemap: true
ucp_org: "docker"
ucp_repo: "ucp"
ucp_version: "3.1.7"
dtr_version: "2.6.6"
- scope:
path: "datacenter/ucp/3.0"
values: