Skip to content
New issue

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

[CLOUD-2719] - correct EAP CD imagestream descriptions #118

Merged
merged 1 commit into from Aug 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/eap-cd-image-stream.json
Expand Up @@ -28,7 +28,7 @@
{
"name": "latest",
"annotations": {
"description": "JBoss EAP continuous delivery Tech Preview S2I Image",
"description": "The latest available build of JBoss EAP continuous delivery Tech Preview.",
"iconClass": "icon-eap",
"tags": "builder,eap,javaee,java,jboss,hidden",
"supports": "eap:7.2,javaee:7,java:8",
Expand All @@ -46,7 +46,7 @@
{
"name": "13",
"annotations": {
"description": "The latest available build of JBoss EAP continuous delivery Tech Preview.",
"description": "JBoss EAP continuous delivery Tech Preview version 13.",
"iconClass": "icon-eap",
"tags": "builder,eap,javaee,java,jboss,hidden",
"supports": "eap:7.2,javaee:7,java:8",
Expand All @@ -65,7 +65,7 @@
{
"name": "12",
"annotations": {
"description": "The latest available build of JBoss EAP continuous delivery Tech Preview.",
"description": "JBoss EAP continuous delivery Tech Preview version 12.",
"iconClass": "icon-eap",
"tags": "builder,eap,javaee,java,jboss,hidden",
"supports": "eap:7.2,javaee:7,java:8",
Expand Down