switch to registry.redhat.io for the ubi8-minimal, sso, and pg images

Change-Id: Ic557cda8c041e27730116c20595c900d6556125b
Signed-off-by: nickboldt <nboldt@redhat.com>
pull/36/head
nickboldt 2019-05-31 14:43:30 -04:00
parent 9d28fdfd17
commit bfd906590e
1 changed files with 3 additions and 3 deletions

View File

@ -31,10 +31,10 @@ const (
DefaultKeycloakAdminUserName = "admin"
DefaultCheLogLevel = "INFO"
DefaultCheDebug = "false"
DefaultPvcJobsImage = "registry.access.redhat.com/ubi8-minimal:8.0-127"
DefaultPostgresImage = "registry.access.redhat.com/rhscl/postgresql-96-rhel7:1-40"
DefaultPvcJobsImage = "registry.redhat.io/ubi8-minimal:8.0-127"
DefaultPostgresImage = "registry.redhat.io/rhscl/postgresql-96-rhel7:1-40"
DefaultPostgresUpstreamImage = "centos/postgresql-96-centos7:9.6"
DefaultKeycloakImage = "registry.access.redhat.com/redhat-sso-7/sso73-openshift:1.0-11"
DefaultKeycloakImage = "registry.redhat.io/redhat-sso-7/sso73-openshift:1.0-11"
DefaultKeycloakUpstreamImage = "eclipse/che-keycloak:6.19.0"
DefaultJavaOpts = "-XX:MaxRAMFraction=2 -XX:+UseParallelGC -XX:MinHeapFreeRatio=10 " +
"-XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 " +