Skip to content

Commit 6cdd4f2

Browse files
authored
Update imagestreamtag of applications (#691)
* Update imagestreamtag of applications Signed-off-by: Shrivaibavi Raghaventhiran <[email protected]> * Added imagestreamtags for eap71 Signed-off-by: Shrivaibavi Raghaventhiran <[email protected]>
1 parent 3b91fc5 commit 6cdd4f2

18 files changed

+27
-27
lines changed

openshift_scalability/content/quickstarts/cakephp/cakephp-build.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@
117117
"value": "openshift"
118118
},
119119
{
120-
"description": "Version of PHP image to be used (7.2 or latest).",
120+
"description": "Version of PHP image to be used (7.3 or latest).",
121121
"displayName": "PHP Version",
122122
"name": "PHP_VERSION",
123123
"required": true,
124-
"value": "latest"
124+
"value": "7.3"
125125
},
126126
{
127127
"description": "The URL of the repository with your application source code.",

openshift_scalability/content/quickstarts/cakephp/cakephp-mysql-pv.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
],
450450
"from": {
451451
"kind": "ImageStreamTag",
452-
"name": "mysql:5.7",
452+
"name": "mysql:latest",
453453
"namespace": "${NAMESPACE}"
454454
}
455455
},
@@ -482,7 +482,7 @@
482482
"displayName": "PHP Version",
483483
"name": "PHP_VERSION",
484484
"required": true,
485-
"value": "7.2"
485+
"value": "7.3"
486486
},
487487
{
488488
"description": "Maximum amount of memory the CakePHP container can use.",

openshift_scalability/content/quickstarts/cakephp/cakephp-mysql.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
],
428428
"from": {
429429
"kind": "ImageStreamTag",
430-
"name": "mysql:5.7",
430+
"name": "mysql:latest",
431431
"namespace": "${NAMESPACE}"
432432
}
433433
},
@@ -456,11 +456,11 @@
456456
"value": "openshift"
457457
},
458458
{
459-
"description": "Version of PHP image to be used (7.2 or latest).",
459+
"description": "Version of PHP image to be used (7.3 or latest).",
460460
"displayName": "PHP Version",
461461
"name": "PHP_VERSION",
462462
"required": true,
463-
"value": "7.2"
463+
"value": "7.3"
464464
},
465465
{
466466
"description": "Maximum amount of memory the CakePHP container can use.",

openshift_scalability/content/quickstarts/dancer/dancer-build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
],
5353
"from": {
5454
"kind": "ImageStreamTag",
55-
"name": "perl:5.26",
55+
"name": "perl:latest",
5656
"namespace": "${NAMESPACE}"
5757
}
5858
},

openshift_scalability/content/quickstarts/dancer/dancer-mysql-pv.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
],
119119
"from": {
120120
"kind": "ImageStreamTag",
121-
"name": "perl:5.26",
121+
"name": "perl:latest",
122122
"namespace": "${NAMESPACE}"
123123
}
124124
},

openshift_scalability/content/quickstarts/dancer/dancer-mysql.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
],
119119
"from": {
120120
"kind": "ImageStreamTag",
121-
"name": "perl:5.26",
121+
"name": "perl:latest",
122122
"namespace": "${NAMESPACE}"
123123
}
124124
},
@@ -391,7 +391,7 @@
391391
],
392392
"from": {
393393
"kind": "ImageStreamTag",
394-
"name": "mysql:5.7",
394+
"name": "mysql:8.0",
395395
"namespace": "${NAMESPACE}"
396396
}
397397
},

openshift_scalability/content/quickstarts/django/django-postgresql.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,15 +421,15 @@
421421
{
422422
"name": "PYTHON_VERSION",
423423
"displayName": "Version of Python Image",
424-
"description": "Version of Python image to be used (3.6 or latest).",
425-
"value": "3.6",
424+
"description": "Version of Python image to be used (3.8 or latest).",
425+
"value": "3.8",
426426
"required": true
427427
},
428428
{
429429
"name": "POSTGRESQL_VERSION",
430430
"displayName": "Version of PostgreSQL Image",
431431
"description": "Version of PostgreSQL image to be used (10 or latest).",
432-
"value": "10",
432+
"value": "12",
433433
"required": true
434434
},
435435
{

openshift_scalability/content/quickstarts/eap/eap64-mysql-pv.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@
724724
"from": {
725725
"kind": "ImageStreamTag",
726726
"namespace": "${IMAGE_STREAM_NAMESPACE}",
727-
"name": "mysql:5.7"
727+
"name": "mysql:8.0"
728728
}
729729
}
730730
},

openshift_scalability/content/quickstarts/eap/eap64-mysql.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@
717717
"from": {
718718
"kind": "ImageStreamTag",
719719
"namespace": "${IMAGE_STREAM_NAMESPACE}",
720-
"name": "mysql:latest"
720+
"name": "mysql:8.0"
721721
}
722722
}
723723
},

openshift_scalability/content/quickstarts/eap/eap71-build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"forcePull": true,
8484
"from": {
8585
"kind": "ImageStreamTag",
86-
"name": "jboss-eap71-openshift:1.3",
86+
"name": "jboss-webserver54-openjdk11-tomcat9-openshift-rhel7:latest",
8787
"namespace": "${IMAGE_STREAM_NAMESPACE}"
8888
}
8989
},

0 commit comments

Comments
 (0)