Skip to content

Commit

Permalink
Set 7.23.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 Dec 10, 2020
1 parent 8879dc3 commit 6776344
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,8 @@ che.cors.allow_credentials=false
# which doesn't contain any Che-specific workspace descriptor
# Multiple plugins must be comma-separated, for example:
# pluginFooPublisher/pluginFooName/pluginFooVersion,pluginBarPublisher/pluginBarName/pluginBarVersion
che.factory.default_editor=eclipse/che-theia/next
che.factory.default_plugins=eclipse/che-machine-exec-plugin/nightly
che.factory.default_editor=eclipse/che-theia/7.23.0
che.factory.default_plugins=eclipse/che-machine-exec-plugin/7.23.0

# Devfile filenames to look on repository-based factories (like GitHub etc).
# Factory will try to locate those files in the order they enumerated in the property.
Expand All @@ -656,7 +656,7 @@ che.factory.default_devfile_filenames=devfile.yaml,.devfile.yaml
# 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.23.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
Expand All @@ -665,7 +665,7 @@ che.workspace.devfile.default_editor=eclipse/che-theia/next
# Format is comma-separated `pluginPublisher/pluginName/pluginVersion` values, and URLs. For example:
# eclipse/che-theia-exec-plugin/0.0.1,eclipse/che-theia-terminal-plugin/0.0.1,https://cdn.pluginregistry.com/vi-mode/meta.yaml
# If the plugin is a URL, the plugin's meta.yaml is retrieved from that URL.
che.workspace.devfile.default_editor.plugins=eclipse/che-machine-exec-plugin/nightly
che.workspace.devfile.default_editor.plugins=eclipse/che-machine-exec-plugin/7.23.0

# Defines comma-separated list of labels for selecting secrets from a user namespace,
# which will be mount into workspace containers as a files or env variables.
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:nightly
image: quay.io/eclipse/che-devfile-registry:7.23.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.23.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:nightly
image: quay.io/eclipse/che-plugin-registry:7.23.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:nightly
image: quay.io/eclipse/che-postgres:7.23.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 @@ -16,7 +16,7 @@
cheWorkspaceHttpProxy: ""
cheWorkspaceHttpsProxy: ""
cheWorkspaceNoProxy: ""
cheImage: quay.io/eclipse/che-server:nightly
cheImage: quay.io/eclipse/che-server:7.23.0
cheImagePullPolicy: Always
cheKeycloakRealm: "che"
cheKeycloakClientId: "che-public"
Expand Down Expand Up @@ -123,7 +123,7 @@ che:
logLevel: "INFO"

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

0 comments on commit 6776344

Please sign in to comment.