Skip to content

Commit 07c20df

Browse files
committed
Che template: set right name of che-server image in trigger
1 parent 87788a0 commit 07c20df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

che.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@
117117
"containerNames": [
118118
"${APPLICATION_NAME}"
119119
],
120-
"from": {
120+
"from": {
121121
"kind": "ImageStreamTag",
122122
"namespace": "${IMAGE_STREAM_NAMESPACE}",
123-
"name": "che-server:4.6"
123+
"name": "${CHE_SERVER_DOCKER_IMAGE}"
124124
}
125125
}
126126
},

0 commit comments

Comments
 (0)