diff --git a/dependencies/che-plugin-registry/che-editors.yaml b/dependencies/che-plugin-registry/che-editors.yaml index 0698e56793..38db444888 100644 --- a/dependencies/che-plugin-registry/che-editors.yaml +++ b/dependencies/che-plugin-registry/che-editors.yaml @@ -88,21 +88,21 @@ editors: protocol: http attributes: discoverable: false - urlRewriteSupported: true + urlRewriteSupported: false - name: theia-redirect-2 targetPort: 13132 exposure: public protocol: http attributes: discoverable: false - urlRewriteSupported: true + urlRewriteSupported: false - name: theia-redirect-3 targetPort: 13133 exposure: public protocol: http attributes: discoverable: false - urlRewriteSupported: true + urlRewriteSupported: false attributes: ports: - exposedPort: 3100 @@ -219,21 +219,21 @@ editors: protocol: http attributes: discoverable: false - urlRewriteSupported: true + urlRewriteSupported: false - name: intellij-redirect-2 targetPort: 13132 exposure: public protocol: http attributes: discoverable: false - urlRewriteSupported: true + urlRewriteSupported: false - name: intellij-redirect-3 targetPort: 13133 exposure: public protocol: http attributes: discoverable: false - urlRewriteSupported: true + urlRewriteSupported: false attributes: app.kubernetes.io/component: idea-rhel8-injector app.kubernetes.io/part-of: idea-rhel8.eclipse.org @@ -321,21 +321,21 @@ editors: protocol: http attributes: discoverable: false - urlRewriteSupported: true + urlRewriteSupported: false - name: code-redirect-2 targetPort: 13132 exposure: public protocol: http attributes: discoverable: false - urlRewriteSupported: true + urlRewriteSupported: false - name: code-redirect-3 targetPort: 13133 exposure: public protocol: http attributes: discoverable: false - urlRewriteSupported: true + urlRewriteSupported: false attributes: app.kubernetes.io/component: che-code-runtime app.kubernetes.io/part-of: che-code.eclipse.org diff --git a/product/approveMergePR.sh b/product/approveMergePR.sh index d6762158c9..357fcc10a6 100755 --- a/product/approveMergePR.sh +++ b/product/approveMergePR.sh @@ -63,4 +63,4 @@ for URL in $URLs; do fi $merge_cmd fi -done \ No newline at end of file +done