summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.1/xpaas-templates/eap70-mongodb-persistent-s2i.json
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2016-06-02 17:50:18 -0400
committerJason DeTiberus <detiber@gmail.com>2016-06-02 17:50:18 -0400
commit0290c2f86c2610e6655e9af351d057611c553754 (patch)
tree65e4d0bafa62c30f7e8fcb30da24b5decf6cf7fb /roles/openshift_examples/files/examples/v1.1/xpaas-templates/eap70-mongodb-persistent-s2i.json
parent19900c52572861bc1eb8878467f7cbc1692ffe00 (diff)
parent879d128d19f169cf2e5c44cfb4efcbf08f7088fb (diff)
downloadopenshift-0290c2f86c2610e6655e9af351d057611c553754.tar.gz
openshift-0290c2f86c2610e6655e9af351d057611c553754.tar.bz2
openshift-0290c2f86c2610e6655e9af351d057611c553754.tar.xz
openshift-0290c2f86c2610e6655e9af351d057611c553754.zip
Merge pull request #1977 from sdodson/image-stream-sync
XPAAS v1.3.1
Diffstat (limited to 'roles/openshift_examples/files/examples/v1.1/xpaas-templates/eap70-mongodb-persistent-s2i.json')
-rw-r--r--roles/openshift_examples/files/examples/v1.1/xpaas-templates/eap70-mongodb-persistent-s2i.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/openshift_examples/files/examples/v1.1/xpaas-templates/eap70-mongodb-persistent-s2i.json b/roles/openshift_examples/files/examples/v1.1/xpaas-templates/eap70-mongodb-persistent-s2i.json
index c48dcbd91..9cc786416 100644
--- a/roles/openshift_examples/files/examples/v1.1/xpaas-templates/eap70-mongodb-persistent-s2i.json
+++ b/roles/openshift_examples/files/examples/v1.1/xpaas-templates/eap70-mongodb-persistent-s2i.json
@@ -6,13 +6,13 @@
"description": "Application template for EAP 7 MongoDB applications with persistent storage built using S2I.",
"iconClass": "icon-jboss",
"tags": "eap,mongodb,javaee,java,database,jboss,xpaas",
- "version": "1.3.0"
+ "version": "1.3.1"
},
"name": "eap70-mongodb-persistent-s2i"
},
"labels": {
"template": "eap70-mongodb-persistent-s2i",
- "xpaas": "1.3.0"
+ "xpaas": "1.3.1"
},
"parameters": [
{
@@ -136,7 +136,7 @@
"required": false
},
{
- "description": "ActiveMQ cluster admin password",
+ "description": "A-MQ cluster admin password",
"name": "MQ_CLUSTER_PASSWORD",
"from": "[a-zA-Z0-9]{8}",
"generate": "expression",
@@ -366,7 +366,7 @@
"from": {
"kind": "ImageStreamTag",
"namespace": "${IMAGE_STREAM_NAMESPACE}",
- "name": "jboss-eap70-openshift:1.3-Beta"
+ "name": "jboss-eap70-openshift:1.3"
}
}
},