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 463b6062e12..8e97175414c 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 @@ -592,15 +592,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/7.16.0 -che.factory.default_plugins=eclipse/che-machine-exec-plugin/7.16.0 +che.factory.default_editor=eclipse/che-theia/7.16.1 +che.factory.default_plugins=eclipse/che-machine-exec-plugin/7.16.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/7.16.0 +che.workspace.devfile.default_editor=eclipse/che-theia/7.16.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 @@ -609,7 +609,7 @@ che.workspace.devfile.default_editor=eclipse/che-theia/7.16.0 # 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/7.16.0 +che.workspace.devfile.default_editor.plugins=eclipse/che-machine-exec-plugin/7.16.1 # 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. 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 bb342269b96..d575b5afb13 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 @@ -8,7 +8,7 @@ # cheDevfileRegistry: - image: quay.io/eclipse/che-devfile-registry:7.16.0 + image: quay.io/eclipse/che-devfile-registry:7.16.1 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 3d74eee91d6..2d239a5a243 100644 --- a/deploy/kubernetes/helm/che/custom-charts/che-keycloak/values.yaml +++ b/deploy/kubernetes/helm/che/custom-charts/che-keycloak/values.yaml @@ -11,7 +11,7 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. -image: quay.io/eclipse/che-keycloak:7.16.0 +image: quay.io/eclipse/che-keycloak:7.16.1 requireAdminPasswordChange: true keycloakAdminUserName: admin keycloakAdminUserPassword: admin 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 ce8e0a48b26..08e518a9d37 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 @@ -8,7 +8,7 @@ # chePluginRegistry: - image: quay.io/eclipse/che-plugin-registry:7.16.0 + image: quay.io/eclipse/che-plugin-registry:7.16.1 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 d9deeff0937..35112d25bdc 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:7.16.0 +image: quay.io/eclipse/che-postgres:7.16.1 diff --git a/deploy/kubernetes/helm/che/values.yaml b/deploy/kubernetes/helm/che/values.yaml index 550e50b23ad..f7bb2a9acb9 100644 --- a/deploy/kubernetes/helm/che/values.yaml +++ b/deploy/kubernetes/helm/che/values.yaml @@ -16,7 +16,7 @@ cheWorkspaceHttpProxy: "" cheWorkspaceHttpsProxy: "" cheWorkspaceNoProxy: "" -cheImage: quay.io/eclipse/che-server:7.16.0 +cheImage: quay.io/eclipse/che-server:7.16.1 cheImagePullPolicy: Always cheKeycloakRealm: "che" cheKeycloakClientId: "che-public"