Skip to content

Commit

Permalink
[release] set image tags to 7.12.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov committed May 1, 2020
1 parent e6669f3 commit 3621e78
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -586,15 +586,15 @@ che.cors.allow_credentials=false
# which doesn't contain any Che-specific workspace descriptors (like .devfile of .factory.json)
# 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.12.1
che.factory.default_plugins=eclipse/che-machine-exec-plugin/7.12.1

### Devfile defaults

# 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.12.1

# 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 @@ -603,4 +603,4 @@ 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.12.1
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.12.1
imagePullPolicy: Always
memoryLimit: 256Mi
memoryRequests: 16Mi
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
spec:
initContainers:
- name: wait-for-postgres
image: quay.io/eclipse/che-endpoint-watcher:nightly
image: quay.io/eclipse/che-endpoint-watcher:7.12.1
env:
- name: POD_NAMESPACE
valueFrom:
Expand Down
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: quay.io/eclipse/che-keycloak:nightly
image: quay.io/eclipse/che-keycloak:7.12.1
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.12.1
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.12.1
4 changes: 2 additions & 2 deletions deploy/kubernetes/helm/che/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
initContainers:
{{- if .Values.global.multiuser }}
- name: wait-for-postgres
image: quay.io/eclipse/che-endpoint-watcher:nightly
image: quay.io/eclipse/che-endpoint-watcher:7.12.1
env:
- name: POD_NAMESPACE
valueFrom:
Expand All @@ -45,7 +45,7 @@ spec:
#wait for keycloak if in multiuser mode and .Values.customOidcProvider was not defined
{{- if (and .Values.global.multiuser (not .Values.customOidcProvider)) }}
- name: wait-for-keycloak
image: quay.io/eclipse/che-endpoint-watcher:nightly
image: quay.io/eclipse/che-endpoint-watcher:7.12.1
env:
- name: POD_NAMESPACE
valueFrom:
Expand Down
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: quay.io/eclipse/che-server:nightly
cheImage: quay.io/eclipse/che-server:7.12.1
cheImagePullPolicy: Always
cheKeycloakRealm: "che"
cheKeycloakClientId: "che-public"
Expand Down

0 comments on commit 3621e78

Please sign in to comment.