Merge pull request #20 from eclipse/garagatyi-patch-1
Update default plugin registry URLpull/21/head
commit
766005eb5a
|
|
@ -25,7 +25,7 @@ const (
|
|||
DefaultPvcClaimSize = "1Gi"
|
||||
DefaultIngressStrategy = "multi-host"
|
||||
DefaultIngressClass = "nginx"
|
||||
DefaultPluginRegistryUrl = "https://che-plugin-registry.openshift.io"
|
||||
DefaultPluginRegistryUrl = "https://che-plugin-registry.openshift.io/v2"
|
||||
DefaultKeycloakAdminUserName = "admin"
|
||||
DefaultCheLogLevel = "INFO"
|
||||
DefaultCheDebug = "false"
|
||||
|
|
|
|||
Loading…
Reference in New Issue