Skip to content

Commit

Permalink
[CLOUD-2736] Fix the image stream to support 1.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
vhalbert authored and jrenaat committed Jul 24, 2018
1 parent c4690be commit 5f52bb0
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions resources/openshift/templates/datavirt64-image-stream.json
Expand Up @@ -25,6 +25,21 @@
},
"spec": {
"tags": [
{
"name": "1.1",
"annotations": {
"description": "Red Hat JBoss Data Virtualization 6.4 S2I images.",
"iconClass": "icon-datavirt",
"tags": "datavirt,jboss,hidden",
"supports": "datavirt:6.4",
"version": "1.1.0",
"openshift.io/display-name": "Red Hat JBoss Data Virtualization 6.4"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/jboss-datavirt-6/datavirt64-openshift:1.1"
}
},
{
"name": "1.0",
"annotations": {
Expand Down Expand Up @@ -60,6 +75,20 @@
},
"spec": {
"tags": [
{
"name": "1.1",
"annotations": {
"description": "JBoss Data Virtualization 6.4 JDBC Driver Modules for EAP.",
"iconClass": "icon-datavirt",
"tags": "client,jboss,hidden",
"version": "1.1.0",
"openshift.io/display-name": "Red Hat JBoss Data Virtualization 6.4 JDBC Driver Modules for EAP"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/jboss-datavirt-6/datavirt64-driver-openshift:1.1"
}
},
{
"name": "1.0",
"annotations": {
Expand Down

0 comments on commit 5f52bb0

Please sign in to comment.