Skip to content

Commit

Permalink
ci: Copy 7.90.0 csv to main (#1884)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
che-bot and mkuznyetsov authored Aug 16, 2024
1 parent 260ace0 commit bcf247f
Show file tree
Hide file tree
Showing 8 changed files with 166 additions and 162 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4029,7 +4029,7 @@ spec:
description: |-
The `CheCluster` custom resource allows defining and managing Eclipse Che server installation.
Based on these settings, the Operator automatically creates and maintains several ConfigMaps:
`che`, `plugin-registry`, `devfile-registry` that will contain the appropriate environment variables
`che`, `plugin-registry` that will contain the appropriate environment variables
of the various components of the installation. These generated ConfigMaps must NOT be updated manually.
properties:
apiVersion:
Expand Down Expand Up @@ -4628,7 +4628,7 @@ spec:
used by the Che installation.
properties:
deployment:
description: Deployment override options.
description: Deprecated deployment override options.
properties:
containers:
description: List of containers belonging to the pod.
Expand Down Expand Up @@ -7054,6 +7054,15 @@ spec:
PersistUserHome defines configuration options for persisting the
user home directory in workspaces.
properties:
disableInitContainer:
description: |-
Determines whether the init container that initializes the persistent home directory should be disabled.
When the `/home/user` directory is persisted, the init container is used to initialize the directory before
the workspace starts. If set to true, the init container will not be created.
Disabling the init container allows home persistence to be initialized by the entrypoint present in the workspace's first container component.
This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false.
The init container is enabled by default.
type: boolean
enabled:
description: |-
Determines whether the user home directory in workspaces should persist between
Expand Down Expand Up @@ -8338,7 +8347,7 @@ spec:
description: Currently installed Che version.
type: string
devfileRegistryURL:
description: The public URL of the internal devfile registry.
description: Deprecated the public URL of the internal devfile registry.
type: string
gatewayPhase:
description: Specifies the current phase of the gateway deployment.
Expand Down
2 changes: 1 addition & 1 deletion helmcharts/stable/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
apiVersion: v1
description: A Helm chart for deploying Eclipse Che on a Kubernetes
name: eclipse-che
version: 7.89.0
version: 7.90.0
annotations:
artifacthub.io/license: EPL-2.0
artifacthub.io/links: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4011,7 +4011,7 @@ spec:
description: |-
The `CheCluster` custom resource allows defining and managing Eclipse Che server installation.
Based on these settings, the Operator automatically creates and maintains several ConfigMaps:
`che`, `plugin-registry`, `devfile-registry` that will contain the appropriate environment variables
`che`, `plugin-registry` that will contain the appropriate environment variables
of the various components of the installation. These generated ConfigMaps must NOT be updated manually.
properties:
apiVersion:
Expand Down Expand Up @@ -4606,7 +4606,7 @@ spec:
used by the Che installation.
properties:
deployment:
description: Deployment override options.
description: Deprecated deployment override options.
properties:
containers:
description: List of containers belonging to the pod.
Expand Down Expand Up @@ -7023,6 +7023,15 @@ spec:
PersistUserHome defines configuration options for persisting the
user home directory in workspaces.
properties:
disableInitContainer:
description: |-
Determines whether the init container that initializes the persistent home directory should be disabled.
When the `/home/user` directory is persisted, the init container is used to initialize the directory before
the workspace starts. If set to true, the init container will not be created.
Disabling the init container allows home persistence to be initialized by the entrypoint present in the workspace's first container component.
This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false.
The init container is enabled by default.
type: boolean
enabled:
description: |-
Determines whether the user home directory in workspaces should persist between
Expand Down Expand Up @@ -8301,7 +8310,7 @@ spec:
description: Currently installed Che version.
type: string
devfileRegistryURL:
description: The public URL of the internal devfile registry.
description: Deprecated the public URL of the internal devfile registry.
type: string
gatewayPhase:
description: Specifies the current phase of the gateway deployment.
Expand Down
58 changes: 8 additions & 50 deletions helmcharts/stable/templates/che-operator.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,19 @@ spec:
- name: OPERATOR_NAME
value: che-operator
- name: CHE_VERSION
value: 7.89.0
value: 7.90.0
- name: RELATED_IMAGE_che_server
value: quay.io/eclipse/che-server:7.89.0
value: quay.io/eclipse/che-server:7.90.0
- name: RELATED_IMAGE_dashboard
value: quay.io/eclipse/che-dashboard:7.89.0
value: quay.io/eclipse/che-dashboard:7.90.0
- name: RELATED_IMAGE_plugin_registry
value: quay.io/eclipse/che-plugin-registry:7.89.0
- name: RELATED_IMAGE_devfile_registry
value: quay.io/eclipse/che-devfile-registry:7.89.0
value: quay.io/eclipse/che-plugin-registry:7.90.0
- name: RELATED_IMAGE_che_tls_secrets_creation_job
value: quay.io/eclipse/che-tls-secret-creator:alpine-01a4c34
- name: RELATED_IMAGE_single_host_gateway
value: quay.io/eclipse/che--traefik:v2.9.10-8d81a9df1435f9f3d36ac9398465ef2d5d61e671059974db753faaed14b627de
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
value: quay.io/che-incubator/configbump:7.89.0
value: quay.io/che-incubator/configbump:7.90.0
- name: RELATED_IMAGE_gateway_authentication_sidecar
value: quay.io/openshift/origin-oauth-proxy:4.9
- name: RELATED_IMAGE_gateway_authorization_sidecar
Expand Down Expand Up @@ -99,54 +97,14 @@ spec:
value: '[{"name": "universal-developer-image", "container": {"image": "quay.io/devfile/universal-developer-image:ubi8-latest"}}]'
- name: CHE_DEFAULT_SPEC_COMPONENTS_PLUGINREGISTRY_OPENVSXURL
value: https://open-vsx.org
- name: CHE_DEFAULT_SPEC_COMPONENTS_DEVFILEREGISTRY_EXTERNAL_DEVFILE_REGISTRIES
value: '[{"url": "https://registry.devfile.io"}]'
- name: CHE_DEFAULT_SPEC_DEVENVIRONMENTS_DISABLECONTAINERBUILDCAPABILITIES
value: "false"
- name: CHE_DEFAULT_SPEC_DEVENVIRONMENTS_CONTAINERSECURITYCONTEXT
value: '{"allowPrivilegeEscalation": true,"capabilities": {"add": ["SETGID",
"SETUID"]}}'
- name: RELATED_IMAGE_editor_definition_che_code_latest_che_code_injector
value: quay.io/che-incubator/che-code:7.89.0
- name: RELATED_IMAGE_editor_definition_che_code_latest_che_code_runtime_description
value: quay.io/devfile/universal-developer-image:latest
- name: RELATED_IMAGE_editor_definition_che_idea_latest_che_idea_runtime_description
value: quay.io/devfile/universal-developer-image:latest
- name: RELATED_IMAGE_editor_definition_che_idea_latest_che_idea_injector
value: quay.io/che-incubator/che-idea:latest
- name: RELATED_IMAGE_editor_definition_che_idea_server_next_editor_injector
value: quay.io/che-incubator/che-idea-dev-server:next
- name: RELATED_IMAGE_editor_definition_che_idea_server_next_editor_runtime
value: quay.io/devfile/universal-developer-image:latest
- name: RELATED_IMAGE_editor_definition_che_idea_next_che_idea_runtime_description
value: quay.io/devfile/universal-developer-image:latest
- name: RELATED_IMAGE_editor_definition_che_idea_next_che_idea_injector
value: quay.io/che-incubator/che-idea:next
- name: RELATED_IMAGE_editor_definition_che_idea_server_latest_editor_injector
value: quay.io/che-incubator/che-idea-dev-server:latest
- name: RELATED_IMAGE_editor_definition_che_idea_server_latest_editor_runtime
value: quay.io/devfile/universal-developer-image:latest
- name: RELATED_IMAGE_editor_definition_che_code_insiders_che_code_injector
value: quay.io/che-incubator/che-code:insiders
- name: RELATED_IMAGE_editor_definition_che_code_insiders_che_code_runtime_description
value: quay.io/devfile/universal-developer-image:latest
- name: RELATED_IMAGE_che_code_devfile_registry_image_NFXHG2LEMVZHG___
value: quay.io/che-incubator/che-code@sha256:7c1c02015fc0009d1659a21a929a8334bec57e4ff1a259f5d7e5d3ef17ab4fe8
- name: RELATED_IMAGE_che_code_devfile_registry_image_IBZWQYJSGU3DUNTEMUYWMYRYG5TDOYTDMI3GGMBQG4YGGNJWG43GKNRTHA3GKMDGME2WKNZZGU4DGMJYMU3DKOJTHBTDKZJQMNSTAZRSMVSDIMBRGNSQ____
value: quay.io/che-incubator/che-code@sha256:6de1fb87f7bcb6c0070c5676e6386e0fa5e7958318e65938f5e0ce0f2ed4013e
- name: RELATED_IMAGE_universal_developer_image_devfile_registry_image_OVRGSOBNNRQXIZLTOQ______
value: quay.io/devfile/universal-developer-image@sha256:3042c191da06ed2b566d1a5dd7ef382bbc548d98b3676bdbade0c39ae060821f
- name: RELATED_IMAGE_universal_developer_image_devfile_registry_image_IBZWQYJSGU3DUMZQGQZGGMJZGFSGCMBWMVSDEYRVGY3GIMLBGVSGIN3FMYZTQMTCMJRTKNBYMQ4TQYRTGY3TMYTEMJQWIZJQMMZTSYLFGA3DAOBSGFTA____
value: quay.io/devfile/universal-developer-image@sha256:3042c191da06ed2b566d1a5dd7ef382bbc548d98b3676bdbade0c39ae060821f
- name: RELATED_IMAGE_che__centos__mongodb_36_centos7_devfile_registry_image_NRQXIZLTOQWWCOJRGVSGEN3CMVRWCOBXGE4TQZTDMQ3TQNRQGA4DMOJYHFTGKODBGMZDOYJRME2GMNRVGA4DAMRVMI3DIYLCGI4GMY3DG42DEM3CGI______
value: quay.io/eclipse/che--centos--mongodb-36-centos7@sha256:a915db7beca87198fcd7860086989fe8a327a1a4f6508025b64ab28fcc7423b2
- name: RELATED_IMAGE_che__centos__mongodb_36_centos7_devfile_registry_image_NRQXIZLTOQWWMZTEMYZDIMZRMJRGGNTEHFQTSZBSMEYDGZJZGVRGEYTFHBQWIYRUHFQWEOLFMFRTGMBRMYZDMODBGM2TAMZYMM4DIMRYHAZDKOLDGE______
value: quay.io/eclipse/che--centos--mongodb-36-centos7@sha256:ffdf2431bbc6d9a9d2a03e95bbbe8adb49ab9eac301f268a35038c84288259c1
- name: RELATED_IMAGE_che__centos__mysql_57_centos7_devfile_registry_image_NRQXIZLTOQWWKMBYMVSTIZBUGNRDOMZVGY3DANZWHA2WENRZMJSGKNRTGM2WKMRXMNTDEMDDGAZDAZRTGQ2WENTDGZRTKOJUGAYDCOBTHA4DENZWGQ______
value: quay.io/eclipse/che--centos--mysql-57-centos7@sha256:e08ee4d43b7356607685b69bde6335e27cf20c020f345b6c6c59400183882764
- name: RELATED_IMAGE_che__mariadb_devfile_registry_image_GEYC4NZOGEWTKYJYGAYDSMZWHFSWKNJXMM4DKYRWMY2GCMBYGQYDMMJUG5RGIOLDGUYDKY3EMU3GEOBSGUYGIMJWMEZDOZBSME2WMZLCMZSGKYLEG4______
value: quay.io/eclipse/che--mariadb@sha256:5a8009369ee57c85b6f4a08406147bd9c505cde6b8250d16a27d2a5febfdead7
- name: RELATED_IMAGE_ubi_minimal_devfile_registry_image_
value: registry.access.redhat.com/ubi8/ubi-minimal@sha256:de2a0a20c1c3b39c3de829196de9694d09f97cd18fda1004de855ed2b4c841ba
image: quay.io/eclipse/che-operator:7.89.0
image: quay.io/eclipse/che-operator:7.90.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 10
Expand Down
2 changes: 2 additions & 0 deletions olm-catalog/stable/channel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,5 @@ entries:
replaces: eclipse-che.v7.87.0
- name: eclipse-che.v7.89.0
replaces: eclipse-che.v7.88.0
- name: eclipse-che.v7.90.0
replaces: eclipse-che.v7.89.0
78 changes: 78 additions & 0 deletions olm-catalog/stable/eclipse-che.v7.90.0.bundle.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
package version

var (
Version = "7.89.0"
Version = "7.90.0"
)

0 comments on commit bcf247f

Please sign in to comment.