Change MongoDB version number..

This commit is contained in:
Martin Evgeniev 2016-05-30 11:16:31 +02:00
parent 1d858d8f55
commit f7b37fdfde
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
.catalog:
name: "MongoDB"
version: "3.2-rancher1"
version: "3.2-rancher2"
description: "MongoDB Replica Set"
uuid: mongodb-1
minimum_rancher_version: v0.46.0
@ -11,10 +11,10 @@
type: "string"
required: true
default: "rs0"
- variable: "host_label"
- variable: host_label
label: "Host Label to MongoDB Tags"
description: |
Comma delimited list of host label to use as MongoDB 'value' tag.
Host label to use as MongoDB 'value' tag.
Example: 'database'
required: false
type: "string"

View File

@ -1,5 +1,5 @@
name: MongoDB
description: |
MongoDB Replica Set.
version: 3.2-rancher1
version: 3.2-rancher2
category: Databases