Merge pull request #28 from nickboldt/update-che-operator-to-Beta5

s/7.0.0-beta-4.0/7.0.0-beta-5.0/ and update to v3 registry
pull/29/head 1.2.0.GA
David Festal 2019-05-27 10:39:35 +02:00 committed by GitHub
commit 9d28fdfd17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ package deploy
const (
DefaultCheServerImageRepo = "eclipse/che-server"
DefaultCodeReadyServerImageRepo = "registry.redhat.io/codeready-workspaces/server-rhel8"
DefaultCheServerImageTag = "7.0.0-beta-4.0"
DefaultCheServerImageTag = "7.0.0-beta-5.0"
DefaultCodeReadyServerImageTag = "1.2"
DefaultCheFlavor = "che"
DefaultChePostgresUser = "pgche"
@ -27,7 +27,7 @@ const (
DefaultIngressStrategy = "multi-host"
DefaultIngressClass = "nginx"
DefaultPluginRegistryUrl = "https://che-plugin-registry.openshift.io"
DefaultUpstreamPluginRegistryUrl = "https://che-plugin-registry.openshift.io/v2"
DefaultUpstreamPluginRegistryUrl = "https://che-plugin-registry.openshift.io/v3"
DefaultKeycloakAdminUserName = "admin"
DefaultCheLogLevel = "INFO"
DefaultCheDebug = "false"