diff --git a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties index 47f9ada7321..52adf550f62 100644 --- a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties +++ b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties @@ -706,7 +706,7 @@ che.factory.default_devfile_filenames=devfile.yaml,.devfile.yaml ### Devfile defaults # Editor that will be used for factories that are created from a remote Git repository # which does not contain any {prod-short}-specific workspace descriptor. -che.factory.default_editor=eclipse/che-theia/next +che.factory.default_editor=eclipse/che-theia/latest # File size limit for the URL fetcher which fetch files from the SCM repository. che.factory.scm_file_fetcher_limit_bytes=102400 @@ -718,7 +718,7 @@ che.factory.devfile2_files_resolution_list=.che/che-editor.yaml,.che/che-theia-p # 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/latest # Default Plug-ins which should be provisioned for Default Editor. # All the plugins from this list that are not explicitly mentioned in the user-defined devfile diff --git a/deploy/kubernetes/helm/che/custom-charts/che-devfile-registry/values.yaml b/deploy/kubernetes/helm/che/custom-charts/che-devfile-registry/values.yaml index 6e84ca680ef..50ff64b6c34 100644 --- a/deploy/kubernetes/helm/che/custom-charts/che-devfile-registry/values.yaml +++ b/deploy/kubernetes/helm/che/custom-charts/che-devfile-registry/values.yaml @@ -12,7 +12,7 @@ global: class: "nginx" cheDevfileRegistry: - image: quay.io/eclipse/che-devfile-registry:next + image: quay.io/eclipse/che-devfile-registry:7.40.0 imagePullPolicy: Always memoryLimit: 256Mi memoryRequests: 16Mi diff --git a/deploy/kubernetes/helm/che/custom-charts/che-keycloak/values.yaml b/deploy/kubernetes/helm/che/custom-charts/che-keycloak/values.yaml index a192f56a24b..58b1eb3218a 100644 --- a/deploy/kubernetes/helm/che/custom-charts/che-keycloak/values.yaml +++ b/deploy/kubernetes/helm/che/custom-charts/che-keycloak/values.yaml @@ -21,7 +21,7 @@ global: endpointWatcher: image: quay.io/eclipse/che-endpoint-watcher:nightly -image: quay.io/eclipse/che-keycloak:nightly +image: quay.io/eclipse/che-keycloak:7.40.0 ## Admin credentials configuration # Manually define them in clear diff --git a/deploy/kubernetes/helm/che/custom-charts/che-plugin-registry/values.yaml b/deploy/kubernetes/helm/che/custom-charts/che-plugin-registry/values.yaml index 3fd3b90f8aa..68a6b4422a7 100644 --- a/deploy/kubernetes/helm/che/custom-charts/che-plugin-registry/values.yaml +++ b/deploy/kubernetes/helm/che/custom-charts/che-plugin-registry/values.yaml @@ -12,7 +12,7 @@ global: class: "nginx" chePluginRegistry: - image: quay.io/eclipse/che-plugin-registry:next + image: quay.io/eclipse/che-plugin-registry:7.40.0 imagePullPolicy: Always memoryLimit: 256Mi memoryRequests: 16Mi diff --git a/deploy/kubernetes/helm/che/custom-charts/che-postgres/values.yaml b/deploy/kubernetes/helm/che/custom-charts/che-postgres/values.yaml index 4e682280593..2aab96cf455 100644 --- a/deploy/kubernetes/helm/che/custom-charts/che-postgres/values.yaml +++ b/deploy/kubernetes/helm/che/custom-charts/che-postgres/values.yaml @@ -10,4 +10,4 @@ # Default values for postgres. # This is a YAML-formatted file. # Declare variables to be passed into your templates. -image: quay.io/eclipse/che-postgres:next +image: quay.io/eclipse/che-postgres:7.40.0 diff --git a/deploy/kubernetes/helm/che/values.yaml b/deploy/kubernetes/helm/che/values.yaml index dea4689a5bd..914058f032c 100644 --- a/deploy/kubernetes/helm/che/values.yaml +++ b/deploy/kubernetes/helm/che/values.yaml @@ -21,7 +21,7 @@ cheWorkspaceNoProxy: "" # operator: "Equal" # value: "aValue" # effect: "NoExecute" -cheImage: quay.io/eclipse/che-server:next +cheImage: quay.io/eclipse/che-server:7.40.0 cheImagePullPolicy: Always cheKeycloakRealm: "che" cheKeycloakClientId: "che-public" @@ -129,7 +129,7 @@ che: logLevel: "INFO" dashboard: - image: quay.io/eclipse/che-dashboard:next + image: quay.io/eclipse/che-dashboard:7.40.0 imagePullPolicy: "Always" memoryRequest: 16Mi memoryLimit: 256Mi