Skip to content

Commit

Permalink
Update default plugin/devfile registries to use prod-preview
Browse files Browse the repository at this point in the history
Update the default registries used in che.properties to use the
prod-preview deployments instead of production. This is to avoid issues
where snapshot changes of registries and che defaults are incompatible
with the deployment on production.

Signed-off-by: Angel Misevski <amisevsk@redhat.com>
  • Loading branch information
amisevsk committed Aug 20, 2019
1 parent bbfae57 commit 29e9dc4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -583,12 +583,12 @@ che.workspace.plugin_broker.wait_timeout_min=3
# Workspace tooling plugins registry endpoint. Should be a valid HTTP URL.
# Example: http://che-plugin-registry-eclipse-che.192.168.65.2.nip.io
# In case Che plugins tooling is not needed value 'NULL' should be used
che.workspace.plugin_registry_url=https://che-plugin-registry.openshift.io/v3
che.workspace.plugin_registry_url=https://che-plugin-registry.prod-preview.openshift.io/v3

# Devfile Registry endpoint. Should be a valid HTTP URL.
# Example: http://che-devfile-registry-eclipse-che.192.168.65.2.nip.io
# In case Che plugins tooling is not needed value 'NULL' should be used
che.workspace.devfile_registry_url=https://che-devfile-registry.openshift.io/
che.workspace.devfile_registry_url=https://che-devfile-registry.prod-preview.openshift.io/

# Configures in which way secure servers will be protected with authentication.
# Suitable values:
Expand Down

0 comments on commit 29e9dc4

Please sign in to comment.