Skip to content

Commit a3467b8

Browse files
committed
Changed to imagestreamtag reference for autobuilds
1 parent eb77275 commit a3467b8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

openshift/nodejs-template.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "nodejs-example",
66
"creationTimestamp": null,
77
"annotations": {
8-
"description": "Node.js example in OpenShift 3",
8+
"description": "Node.js example that responds with information about server.",
99
"iconClass": "icon-nodejs",
1010
"tags": "instant-app,nodejs"
1111
}
@@ -119,8 +119,8 @@
119119
"type": "Source",
120120
"sourceStrategy": {
121121
"from": {
122-
"kind": "DockerImage",
123-
"name": "openshift/nodejs-010-centos7:latest"
122+
"kind": "ImageStreamTag",
123+
"name": "nodejs-010-centos7:latest"
124124
},
125125
"incremental": true
126126
}
@@ -163,6 +163,7 @@
163163
"nodejs-example"
164164
],
165165
"from": {
166+
"kind": "ImageStreamTag",
166167
"name": "nodejs-example:latest"
167168
},
168169
"lastTriggeredImage": ""
@@ -228,7 +229,7 @@
228229
}
229230
],
230231
"labels": {
231-
"template": "application-template-stibuild"
232+
"template": "nodejs-example"
232233
}
233234
}
234235

0 commit comments

Comments
 (0)