Skip to content

Commit

Permalink
chore: Set 7.42.0 release image tags
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
mkuznyetsov committed Jan 12, 2022
1 parent 2d81f3d commit 7ffc70d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,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
Expand All @@ -717,7 +717,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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ global:
class: "nginx"

cheDevfileRegistry:
image: quay.io/eclipse/che-devfile-registry:next
image: quay.io/eclipse/che-devfile-registry:7.42.0
imagePullPolicy: Always
memoryLimit: 256Mi
memoryRequests: 16Mi
Original file line number Diff line number Diff line change
Expand Up @@ -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.42.0

## Admin credentials configuration
# Manually define them in clear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ global:
class: "nginx"

chePluginRegistry:
image: quay.io/eclipse/che-plugin-registry:next
image: quay.io/eclipse/che-plugin-registry:7.42.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: quay.io/eclipse/che-postgres:next
image: quay.io/eclipse/che-postgres:7.42.0
4 changes: 2 additions & 2 deletions deploy/kubernetes/helm/che/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.42.0
cheImagePullPolicy: Always
cheKeycloakRealm: "che"
cheKeycloakClientId: "che-public"
Expand Down Expand Up @@ -129,7 +129,7 @@ che:
logLevel: "INFO"

dashboard:
image: quay.io/eclipse/che-dashboard:next
image: quay.io/eclipse/che-dashboard:7.42.0
imagePullPolicy: "Always"
memoryRequest: 16Mi
memoryLimit: 256Mi
Expand Down

0 comments on commit 7ffc70d

Please sign in to comment.