Skip to content

Commit

Permalink
che #15504 Release '7.6.0' - update defaults.go files
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
  • Loading branch information
ibuziuk committed Dec 20, 2019
1 parent 37d0f4b commit a836db8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/deploy/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
const (
defaultCheServerImageRepo = "eclipse/che-server"
defaultCodeReadyServerImageRepo = "registry.redhat.io/codeready-workspaces/server-rhel8"
defaultCheServerImageTag = "7.5.1"
defaultCheServerImageTag = "7.6.0"
defaultCodeReadyServerImageTag = "2.0"
DefaultCheFlavor = "che"
DefaultChePostgresUser = "pgche"
Expand All @@ -34,11 +34,11 @@ const (
DefaultIngressStrategy = "multi-host"
DefaultIngressClass = "nginx"
defaultPluginRegistryImage = "registry.redhat.io/codeready-workspaces/pluginregistry-rhel8:2.0"
defaultPluginRegistryUpstreamImage = "quay.io/eclipse/che-plugin-registry:7.5.1"
defaultPluginRegistryUpstreamImage = "quay.io/eclipse/che-plugin-registry:7.6.0"
DefaultPluginRegistryMemoryLimit = "256Mi"
DefaultPluginRegistryMemoryRequest = "16Mi"
defaultDevfileRegistryImage = "registry.redhat.io/codeready-workspaces/devfileregistry-rhel8:2.0"
defaultDevfileRegistryUpstreamImage = "quay.io/eclipse/che-devfile-registry:7.5.1"
defaultDevfileRegistryUpstreamImage = "quay.io/eclipse/che-devfile-registry:7.6.0"
DefaultDevfileRegistryMemoryLimit = "256Mi"
DefaultDevfileRegistryMemoryRequest = "16Mi"
DefaultKeycloakAdminUserName = "admin"
Expand All @@ -50,7 +50,7 @@ const (
defaultPostgresImage = "registry.redhat.io/rhscl/postgresql-96-rhel7:1-47"
defaultPostgresUpstreamImage = "centos/postgresql-96-centos7:9.6"
defaultKeycloakImage = "registry.redhat.io/redhat-sso-7/sso73-openshift:1.0-15"
defaultKeycloakUpstreamImage = "eclipse/che-keycloak:7.5.1"
defaultKeycloakUpstreamImage = "eclipse/che-keycloak:7.6.0"
DefaultJavaOpts = "-XX:MaxRAMFraction=2 -XX:+UseParallelGC -XX:MinHeapFreeRatio=10 " +
"-XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 " +
"-XX:AdaptiveSizePolicyWeight=90 -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap " +
Expand Down

0 comments on commit a836db8

Please sign in to comment.