update image version
This commit is contained in:
parent
d9b1b3a154
commit
eb3e57d679
2 changed files with 20 additions and 6 deletions
|
@ -97,6 +97,9 @@
|
|||
{
|
||||
"type": "ImageChange"
|
||||
},
|
||||
{
|
||||
"type": "ConfigChange"
|
||||
},
|
||||
{
|
||||
"type": "GitHub",
|
||||
"github": {
|
||||
|
@ -228,6 +231,19 @@
|
|||
"type": "Recreate"
|
||||
},
|
||||
"triggers": [
|
||||
{
|
||||
"type": "ImageChange",
|
||||
"imageChangeParams": {
|
||||
"automatic": false,
|
||||
"containerNames": [
|
||||
"mongodb"
|
||||
],
|
||||
"from": {
|
||||
"kind": "ImageStreamTag",
|
||||
"name": "mongodb:2.6"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "ConfigChange"
|
||||
}
|
||||
|
@ -247,7 +263,7 @@
|
|||
"containers": [
|
||||
{
|
||||
"name": "mongodb",
|
||||
"image": "${MONGODB_IMAGE}",
|
||||
"image": "mongodb",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 27017
|
||||
|
@ -336,11 +352,6 @@
|
|||
"description": "Password for the database admin user",
|
||||
"generate": "expression",
|
||||
"from": "[a-zA-Z0-9]{16}"
|
||||
},
|
||||
{
|
||||
"name": "MONGODB_IMAGE",
|
||||
"description": "Image to use for mongodb",
|
||||
"value": "openshift/mongodb-24-centos7"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -97,6 +97,9 @@
|
|||
{
|
||||
"type": "ImageChange"
|
||||
},
|
||||
{
|
||||
"type": "ConfigChange"
|
||||
},
|
||||
{
|
||||
"type": "GitHub",
|
||||
"github": {
|
||||
|
|
Loading…
Reference in a new issue