The default VSX registry should be openvsx.org #21637
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe
We are about to embed an OpenVSX registry in Che plugin registry but that hasn't be tested thoroughly yet and we still want to use
openvsx.org
as the default registry to retrieve VS Code extensions.Describe the solution you'd like
When installing Che (via OLM or yaml manifests), the default CheCluster should have
pluginRegistry.openVSXURL
set to https://openvsx.org.When updating Che v7.51 or earlier, if
pluginRegistry.openVSXURL
is NOT set then we should set it to https://openvsx.org.When updating Che v7.52 or later, if
pluginRegistry.openVSXURL
is NOT set then we should not modify it.Additional context
We introduced the
pluginRegistry.openVSXURL
with this PR but that field is empty by default (meaning that the embedded registry will be used).OpenVSX is greedy in terms of memory requirements.
The text was updated successfully, but these errors were encountered: