Skip to content

Commit

Permalink
ci: Copy 7.72.0 csv to main (#1740)
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 Jul 28, 2023
1 parent cbf068f commit edd6a92
Show file tree
Hide file tree
Showing 10 changed files with 364 additions and 179 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4369,6 +4369,21 @@ spec:
description: Configuration settings related to the dashboard
used by the Che installation.
properties:
branding:
description: Dashboard branding resources.
properties:
logo:
description: Dashboard logo.
properties:
base64data:
type: string
mediatype:
type: string
required:
- base64data
- mediatype
type: object
type: object
deployment:
description: Deployment override options.
properties:
Expand Down Expand Up @@ -6997,6 +7012,17 @@ spec:
description: The node selector limits the nodes that can run
the workspace pods.
type: object
persistUserHome:
description: PersistUserHome defines configuration options for
persisting the user home directory in workspaces.
properties:
enabled:
description: Determines whether the user home directory
in workspaces should persist between workspace shutdown
and startup. Must be used with the 'per-user' or 'per-workspace'
PVC strategy in order to take effect. Disabled by default.
type: boolean
type: object
podSchedulerName:
description: Pod scheduler for the workspace pods. If not specified,
the pod scheduler is set to the default scheduler on the cluster.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
--- /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che/generated/openshift/org.eclipse.che_checlusters.yaml 2023-07-27 19:19:26.423955494 +0000
+++ /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che/manifests/org.eclipse.che_checlusters.yaml 2023-07-27 19:19:26.431955587 +0000
@@ -4369,6 +4369,21 @@
description: Configuration settings related to the dashboard
used by the Che installation.
properties:
+ branding:
+ description: Dashboard branding resources.
+ properties:
+ logo:
+ description: Dashboard logo.
+ properties:
+ base64data:
+ type: string
+ mediatype:
+ type: string
+ required:
+ - base64data
+ - mediatype
+ type: object
+ type: object
deployment:
description: Deployment override options.
properties:
@@ -6997,6 +7012,17 @@
description: The node selector limits the nodes that can run
the workspace pods.
type: object
+ persistUserHome:
+ description: PersistUserHome defines configuration options for
+ persisting the user home directory in workspaces.
+ properties:
+ enabled:
+ description: Determines whether the user home directory
+ in workspaces should persist between workspace shutdown
+ and startup. Must be used with the 'per-user' or 'per-workspace'
+ PVC strategy in order to take effect. Disabled by default.
+ type: boolean
+ type: object
podSchedulerName:
description: Pod scheduler for the workspace pods. If not specified,
the pod scheduler is set to the default scheduler on the cluster.
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.71.0
version: 7.72.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 @@ -4251,6 +4251,21 @@ spec:
description: Configuration settings related to the dashboard used
by the Che installation.
properties:
branding:
description: Dashboard branding resources.
properties:
logo:
description: Dashboard logo.
properties:
base64data:
type: string
mediatype:
type: string
required:
- base64data
- mediatype
type: object
type: object
deployment:
description: Deployment override options.
properties:
Expand Down Expand Up @@ -6814,6 +6829,17 @@ spec:
description: The node selector limits the nodes that can run the
workspace pods.
type: object
persistUserHome:
description: PersistUserHome defines configuration options for
persisting the user home directory in workspaces.
properties:
enabled:
description: Determines whether the user home directory in
workspaces should persist between workspace shutdown and
startup. Must be used with the 'per-user' or 'per-workspace'
PVC strategy in order to take effect. Disabled by default.
type: boolean
type: object
podSchedulerName:
description: Pod scheduler for the workspace pods. If not specified,
the pod scheduler is set to the default scheduler on the cluster.
Expand Down
34 changes: 17 additions & 17 deletions helmcharts/stable/templates/che-operator.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ spec:
- name: OPERATOR_NAME
value: che-operator
- name: CHE_VERSION
value: 7.71.0
value: 7.72.0
- name: RELATED_IMAGE_che_server
value: quay.io/eclipse/che-server:7.71.0
value: quay.io/eclipse/che-server:7.72.0
- name: RELATED_IMAGE_dashboard
value: quay.io/eclipse/che-dashboard:7.71.0
value: quay.io/eclipse/che-dashboard:7.72.0
- name: RELATED_IMAGE_plugin_registry
value: quay.io/eclipse/che-plugin-registry:7.71.0
value: quay.io/eclipse/che-plugin-registry:7.72.0
- name: RELATED_IMAGE_devfile_registry
value: quay.io/eclipse/che-devfile-registry:7.71.0
value: quay.io/eclipse/che-devfile-registry:7.72.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
Expand Down Expand Up @@ -109,12 +109,12 @@ spec:
value: index.docker.io/wsskeleton/eclipse-broadway@sha256:57c82cd806a56f69aa8663f68405d0778b628a29a64fb16881b11ce9f484dda7
- name: RELATED_IMAGE_code_server_plugin_registry_image_IBZWQYJSGU3DUZLGGA3TEOBRGAYDIOJQHFRGEMTDGIZDQNBSGJSGMMTFHE4WCNLCME2WKNBVGBTGGZJXGU2DMYRYMZQTCOBWHA2TEZRSGNRGMNRXGUYQ____
value: index.docker.io/codercom/code-server@sha256:ef07281004909bb2c228422df2e99a5ba5e450fce7546b8fa186852f23bf6751
- name: RELATED_IMAGE_universal_developer_image_plugin_registry_image_IBZWQYJSGU3DUOLCHBTDCNZRGEZDKZBRMIYGMOBQGIZTENJYMYZTIM3DMU4WIMBUGRTDANZTMZSTONRZMEZWIMZWGBRDENLBGZSWCNJSMQ4TCNLCMZSA____
value: quay.io/devfile/universal-developer-image@sha256:9b8f171125d1b0f8023258f343ce9d044f073fe769a3d360b25a6ea52d915bfd
- name: RELATED_IMAGE_universal_developer_image_plugin_registry_image_IBZWQYJSGU3DUYZTGUYWIYTBHBRTEMBTGQ4TINJRGJQWCZJSGBSDSMJRGQ2GCMBYGQZWMNRYMU4DSN3GMJRTIY3FGAZDSNRZGM4WENBYMY2DSOBVGNSQ____
value: quay.io/devfile/universal-developer-image@sha256:c351dba8c203494512aae20d91144a0843f68e897fbc4ce0296939b48f49853e
- name: RELATED_IMAGE_che_code_plugin_registry_image_NFXHG2LEMVZHG___
value: quay.io/che-incubator/che-code@sha256:a97bbf1830654d5635172d455f50994fce747ff65975e6209844e2adb6c1f1e0
- name: RELATED_IMAGE_che_code_plugin_registry_image_IBZWQYJSGU3DUOLFMY3DMZJSMY2GGN3BGYZDQMZWME2GCOJRMQZDIOJXGIYWCOBQGM3WMYTDG4ZWCZBXHA3DANRVMNRDMYZQMM3TIMRTGA4WIY3FG4ZQ____
value: quay.io/che-incubator/che-code@sha256:9ef66e2f4c7a62836a4a91d249721a8037fbc73ad786065cb6c0c742309dce73
value: quay.io/che-incubator/che-code@sha256:107b0d27a9fa291e258b7ee1693be795e399598b04c4ebf6fd824943854a5256
- name: RELATED_IMAGE_che_code_plugin_registry_image_IBZWQYJSGU3DUNJSGI3TMZJQGZTGEMZYMY2GMNTDMM4GMM3GHE2TANRZMZSDOMZWMFSGMNRUHFRDQNLGMJSTAYZYGA4TEOJSGY3TQY3DG5RWIZBYHA2Q____
value: quay.io/che-incubator/che-code@sha256:52276e06fb38f4f6cc8f3f95069fd736adf649b85fbe0c809292678cc7cdd885
- name: RELATED_IMAGE_che_idea_plugin_registry_image_NZSXQ5A_
value: quay.io/che-incubator/che-idea@sha256:fffc242e7c740bec94570fb15d50022d2410910165105f2d4d7370fe6779ed14
- name: RELATED_IMAGE_che_idea_plugin_registry_image_IBZWQYJSGU3DUODBMFSTMOLEMM2GEMDDGEZDENBZGFQTONJUGAYDMMZZMFTDAZTFHEZGENLFGIYTIYZWMU3DQYLDHE3WGZDBGI4WMYRVHBRDINBRGUYQ____
Expand All @@ -124,15 +124,15 @@ spec:
- name: RELATED_IMAGE_che_pycharm_plugin_registry_image_IBZWQYJSGU3DUN3DGBSTGZLBMJSDMMRUHE2TEMBRMNTDKYTBGBQTSMJTG43TMZBZG4ZGCMLFGZTGEOLDMYYWEY3EMM3TQYLGMNTDIZBXGI2TMYLGGQ3Q____
value: quay.io/che-incubator/che-pycharm@sha256:7c0e3eabd62495201cf5ba0a913776d972a1e6fb9cf1bcdc78afcf4d7256af47
- name: RELATED_IMAGE_che_code_devfile_registry_image_NFXHG2LEMVZHG___
value: quay.io/che-incubator/che-code@sha256:a97bbf1830654d5635172d455f50994fce747ff65975e6209844e2adb6c1f1e0
- name: RELATED_IMAGE_che_code_devfile_registry_image_IBZWQYJSGU3DUOLFMY3DMZJSMY2GGN3BGYZDQMZWME2GCOJRMQZDIOJXGIYWCOBQGM3WMYTDG4ZWCZBXHA3DANRVMNRDMYZQMM3TIMRTGA4WIY3FG4ZQ____
value: quay.io/che-incubator/che-code@sha256:9ef66e2f4c7a62836a4a91d249721a8037fbc73ad786065cb6c0c742309dce73
value: quay.io/che-incubator/che-code@sha256:107b0d27a9fa291e258b7ee1693be795e399598b04c4ebf6fd824943854a5256
- name: RELATED_IMAGE_che_code_devfile_registry_image_IBZWQYJSGU3DUNJSGI3TMZJQGZTGEMZYMY2GMNTDMM4GMM3GHE2TANRZMZSDOMZWMFSGMNRUHFRDQNLGMJSTAYZYGA4TEOJSGY3TQY3DG5RWIZBYHA2Q____
value: quay.io/che-incubator/che-code@sha256:52276e06fb38f4f6cc8f3f95069fd736adf649b85fbe0c809292678cc7cdd885
- name: RELATED_IMAGE_che_idea_devfile_registry_image_NZSXQ5A_
value: quay.io/che-incubator/che-idea@sha256:fffc242e7c740bec94570fb15d50022d2410910165105f2d4d7370fe6779ed14
- name: RELATED_IMAGE_universal_developer_image_devfile_registry_image_OVRGSOBNNRQXIZLTOQ______
value: quay.io/devfile/universal-developer-image@sha256:9b8f171125d1b0f8023258f343ce9d044f073fe769a3d360b25a6ea52d915bfd
- name: RELATED_IMAGE_universal_developer_image_devfile_registry_image_IBZWQYJSGU3DUOLCHBTDCNZRGEZDKZBRMIYGMOBQGIZTENJYMYZTIM3DMU4WIMBUGRTDANZTMZSTONRZMEZWIMZWGBRDENLBGZSWCNJSMQ4TCNLCMZSA____
value: quay.io/devfile/universal-developer-image@sha256:9b8f171125d1b0f8023258f343ce9d044f073fe769a3d360b25a6ea52d915bfd
value: quay.io/devfile/universal-developer-image@sha256:c351dba8c203494512aae20d91144a0843f68e897fbc4ce0296939b48f49853e
- name: RELATED_IMAGE_universal_developer_image_devfile_registry_image_IBZWQYJSGU3DUYZTGUYWIYTBHBRTEMBTGQ4TINJRGJQWCZJSGBSDSMJRGQ2GCMBYGQZWMNRYMU4DSN3GMJRTIY3FGAZDSNRZGM4WENBYMY2DSOBVGNSQ____
value: quay.io/devfile/universal-developer-image@sha256:c351dba8c203494512aae20d91144a0843f68e897fbc4ce0296939b48f49853e
- 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______
Expand All @@ -143,7 +143,7 @@ spec:
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:e52fc1de73dc2879516431ff1865e0fb61b1a32f57b6f914bdcddb13c62f84e6
image: quay.io/eclipse/che-operator:7.71.0
image: quay.io/eclipse/che-operator:7.72.0
imagePullPolicy: Always
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 @@ -49,3 +49,5 @@ entries:
replaces: eclipse-che.v7.69.0
- name: eclipse-che.v7.71.0
replaces: eclipse-che.v7.70.0
- name: eclipse-che.v7.72.0
replaces: eclipse-che.v7.71.0
105 changes: 105 additions & 0 deletions olm-catalog/stable/eclipse-che.v7.72.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.71.0"
Version = "7.72.0"
)

0 comments on commit edd6a92

Please sign in to comment.