We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
Was able to get the template to deploy by using nodejs:latest
old:
strategy: sourceStrategy: from: kind: ImageStreamTag name: nodejs:8 namespace: openshift
new:
strategy: sourceStrategy: from: kind: ImageStreamTag name: nodejs:latest namespace: openshift
However, while it deploys, a new message is shown when accessing the deployment:
Sorry, something went wrong.
@shawndwells does changing the version from nodejs:8 to nodejs:6 work for you? @shawndwells where are you running this?
nodejs:8
nodejs:6
@redhatrises using OpenShift online. Have not tried nodejs:6... attempting shortly.
No branches or pull requests
The text was updated successfully, but these errors were encountered: