Skip to content

Commit

Permalink
che eclipse-che#14352 Setting new versions for editors, registries, a…
Browse files Browse the repository at this point in the history
…nd plugins for deploy script, helm charts and che.propoerties

Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
  • Loading branch information
ibuziuk committed Sep 4, 2019
1 parent 9072be9 commit 031a3b8
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -666,10 +666,10 @@ che.wsagent.cors.enabled=true
## Factory defaults.
# Editor and plugin which will be used for factories which are created from remote git repository
# which doesn't contain any Che-specific workspace descriptors (like .devfile of .factory.json)
che.factory.default_editor=eclipse/che-theia/next
che.factory.default_editor=eclipse/che-theia/7.1.0
# multiple plugins must be comma-separated, for example:
# pluginFooPublisher/pluginFooName/pluginFooVersion,pluginBarPublisher/pluginBarName/pluginBarVersion
che.factory.default_plugins=eclipse/che-machine-exec-plugin/next
che.factory.default_plugins=eclipse/che-machine-exec-plugin/7.1.0

## Devfile settings

Expand All @@ -678,12 +678,12 @@ che.factory.default_plugins=eclipse/che-machine-exec-plugin/next
# Default Editor that should be provisioned into Devfile if there is no specified Editor
# Format is `editorPublisher/editorName/editorVersion` value.
# `NULL` or absence of value means that default editor should not be provisioned.
che.workspace.devfile.default_editor=eclipse/che-theia/next
che.workspace.devfile.default_editor=eclipse/che-theia/7.1.0

# Default Plugins which should be provisioned for Default Editor.
# All the plugins from this list that are not explicitly mentioned in the user-defined devfile
# will be provisioned but only when the default editor is used or if the user-defined editor is
# the same as the default one (even if in different version).
# Format is comma-separated `pluginPublisher/pluginName/pluginVersion` values, for example
# eclipse/che-theia-exec-plugin/0.0.1,eclipse/che-theia-terminal-plugin/0.0.1
che.workspace.devfile.default_editor.plugins=eclipse/che-machine-exec-plugin/next
che.workspace.devfile.default_editor.plugins=eclipse/che-machine-exec-plugin/7.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#

cheDevfileRegistry:
image: quay.io/eclipse/che-devfile-registry:nightly
image: quay.io/eclipse/che-devfile-registry:7.1.0
imagePullPolicy: Always
memoryLimit: 256Mi
memoryRequests: 16Mi
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

image: eclipse/che-keycloak:nightly
image: eclipse/che-keycloak:7.1.0
requireAdminPasswordChange: true
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#

chePluginRegistry:
image: quay.io/eclipse/che-plugin-registry:nightly
image: quay.io/eclipse/che-plugin-registry:7.1.0
imagePullPolicy: Always
memoryLimit: 256Mi
memoryRequests: 16Mi
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# Default values for postgres.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image: eclipse/che-postgres:nightly
image: eclipse/che-postgres:7.1.0
2 changes: 1 addition & 1 deletion deploy/kubernetes/helm/che/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
cheWorkspaceHttpProxy: ""
cheWorkspaceHttpsProxy: ""
cheWorkspaceNoProxy: ""
cheImage: eclipse/che-server:nigthly
cheImage: eclipse/che-server:7.1.0
cheImagePullPolicy: Always
cheKeycloakRealm: "che"
cheKeycloakClientId: "che-public"
Expand Down
4 changes: 2 additions & 2 deletions deploy/openshift/deploy_che.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export KEYCLOAK_PASSWORD=${KEYCLOAK_PASSWORD:-${DEFAULT_KEYCLOAK_PASSWORD}}
###
### Plugin Registry settings
###
DEFAULT_PLUGIN_REGISTRY_IMAGE_TAG="nightly"
DEFAULT_PLUGIN_REGISTRY_IMAGE_TAG="7.1.0"
export PLUGIN_REGISTRY_IMAGE_TAG=${PLUGIN_REGISTRY_IMAGE_TAG:-${DEFAULT_PLUGIN_REGISTRY_IMAGE_TAG}}

DEFAULT_PLUGIN_REGISTRY_IMAGE="quay.io/eclipse/che-plugin-registry"
Expand All @@ -218,7 +218,7 @@ export PLUGIN__REGISTRY__URL=${PLUGIN__REGISTRY__URL:-${DEFAULT_PLUGIN__REGISTRY
###
### Devfile Registry settings
###
DEFAULT_DEVFILE_REGISTRY_IMAGE_TAG="nightly"
DEFAULT_DEVFILE_REGISTRY_IMAGE_TAG="7.1.0"
export DEVFILE_REGISTRY_IMAGE_TAG=${DEVFILE_REGISTRY_IMAGE_TAG:-${DEFAULT_DEVFILE_REGISTRY_IMAGE_TAG}}

DEFAULT_DEVFILE_REGISTRY_IMAGE="quay.io/eclipse/che-devfile-registry"
Expand Down

0 comments on commit 031a3b8

Please sign in to comment.