Skip to content

Commit

Permalink
update apicurito for OpenShift 3 (#575)
Browse files Browse the repository at this point in the history
* update apicurito for OpenShift 3

* lint

* version bump
  • Loading branch information
pb82 authored Apr 27, 2020
1 parent a183f24 commit 6c8eb9d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integreatly-web-app",
"version": "2.22.5",
"version": "2.22.6",
"private": true,
"proxy": "http://localhost:5001/",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/common/serviceInstanceHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const DEFAULT_SERVICES = {
CHE: 'codeready',
LAUNCHER: 'launcher',
THREESCALE: '3scale',
APICURIO: 'apicurito',
APICURIO: window.OPENSHIFT_CONFIG && window.OPENSHIFT_CONFIG.openshiftVersion === 4 ? 'apicurito' : 'apicurito-rhmi',
FUSE_MANAGED: 'fuse-managed',
RHSSO: 'rhsso',
USER_RHSSO: 'user-rhsso'
Expand Down
6 changes: 6 additions & 0 deletions src/product-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ export default {
primaryTask: 'Design APIs',
description: 'Quickly design your own REST APIs without writing any code.'
},
'apicurito-rhmi': {
prettyName: 'API Designer',
gaStatus: 'GA',
primaryTask: 'Design APIs',
description: 'Quickly design your own REST APIs without writing any code.'
},
'3scale': {
prettyName: 'Red Hat 3scale API Management',
gaStatus: 'GA',
Expand Down

0 comments on commit 6c8eb9d

Please sign in to comment.