summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.2/xpaas-templates/jws30-tomcat8-https-s2i.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-07-29 13:14:19 -0400
committerGitHub <noreply@github.com>2016-07-29 13:14:19 -0400
commitc70525677eed8818602d2a6db080e009689c0ca3 (patch)
tree0816b151ac815ee8b14cfecc7b7916c1c635cefa /roles/openshift_examples/files/examples/v1.2/xpaas-templates/jws30-tomcat8-https-s2i.json
parent0288a5664f794237384535d26e81467b99bdd6cb (diff)
parente222cb75df84ddd1d9d53d3960f31e2d8b757ffe (diff)
downloadopenshift-c70525677eed8818602d2a6db080e009689c0ca3.tar.gz
openshift-c70525677eed8818602d2a6db080e009689c0ca3.tar.bz2
openshift-c70525677eed8818602d2a6db080e009689c0ca3.tar.xz
openshift-c70525677eed8818602d2a6db080e009689c0ca3.zip
Merge pull request #2218 from sdodson/image-stream-sync
xPaaS v1.3.2 release
Diffstat (limited to 'roles/openshift_examples/files/examples/v1.2/xpaas-templates/jws30-tomcat8-https-s2i.json')
-rw-r--r--roles/openshift_examples/files/examples/v1.2/xpaas-templates/jws30-tomcat8-https-s2i.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/openshift_examples/files/examples/v1.2/xpaas-templates/jws30-tomcat8-https-s2i.json b/roles/openshift_examples/files/examples/v1.2/xpaas-templates/jws30-tomcat8-https-s2i.json
index 7a5414fd7..21d5662c7 100644
--- a/roles/openshift_examples/files/examples/v1.2/xpaas-templates/jws30-tomcat8-https-s2i.json
+++ b/roles/openshift_examples/files/examples/v1.2/xpaas-templates/jws30-tomcat8-https-s2i.json
@@ -292,8 +292,8 @@
"${APPLICATION_NAME}"
],
"from": {
- "kind": "ImageStream",
- "name": "${APPLICATION_NAME}"
+ "kind": "ImageStreamTag",
+ "name": "${APPLICATION_NAME}:latest"
}
}
},