Description of problem: When trying to deploy eap app on Openshift 3.3 using xpaas-templates DeploymentConfig fails to create because of following error. Template needs to be updated. error: DeploymentConfig "eap-app" is invalid: spec.triggers[0].imageChangeParams.from.name: Invalid value: "eap-app": must be in the form of <name>:<tag> Version-Release number of selected component (if applicable): openshift v3.3.0.8 kubernetes v1.3.0+57fb9ac etcd 2.3.0+git How reproducible: Always on Openshift 3.3 Steps to Reproduce: 1. Create an env with openshift v3.3 2. Create a new app using eap64-mysql-s2i 3. see the error Actual results: error: DeploymentConfig "eap-app" is invalid: spec.triggers[0].imageChangeParams.from.name: Invalid value: "eap-app": must be in the form of <name>:<tag> Expected results: DeploymentConfig should be created and app should be created. Additional info:
*** This bug has been marked as a duplicate of bug 1357668 ***