Change MongoDB version number..
This commit is contained in:
parent
1d858d8f55
commit
f7b37fdfde
@ -1,6 +1,6 @@
|
|||||||
.catalog:
|
.catalog:
|
||||||
name: "MongoDB"
|
name: "MongoDB"
|
||||||
version: "3.2-rancher1"
|
version: "3.2-rancher2"
|
||||||
description: "MongoDB Replica Set"
|
description: "MongoDB Replica Set"
|
||||||
uuid: mongodb-1
|
uuid: mongodb-1
|
||||||
minimum_rancher_version: v0.46.0
|
minimum_rancher_version: v0.46.0
|
||||||
@ -11,10 +11,10 @@
|
|||||||
type: "string"
|
type: "string"
|
||||||
required: true
|
required: true
|
||||||
default: "rs0"
|
default: "rs0"
|
||||||
- variable: "host_label"
|
- variable: host_label
|
||||||
label: "Host Label to MongoDB Tags"
|
label: "Host Label to MongoDB Tags"
|
||||||
description: |
|
description: |
|
||||||
Comma delimited list of host label to use as MongoDB 'value' tag.
|
Host label to use as MongoDB 'value' tag.
|
||||||
Example: 'database'
|
Example: 'database'
|
||||||
required: false
|
required: false
|
||||||
type: "string"
|
type: "string"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: MongoDB
|
name: MongoDB
|
||||||
description: |
|
description: |
|
||||||
MongoDB Replica Set.
|
MongoDB Replica Set.
|
||||||
version: 3.2-rancher1
|
version: 3.2-rancher2
|
||||||
category: Databases
|
category: Databases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user