Skip to content

Commit e58ad4a

Browse files
che-botmkuznyetsov
andauthored
ci: Copy 7.97.0 csv to main (#1952)
Signed-off-by: Mykhailo Kuznietsov <[email protected]> Co-authored-by: Mykhailo Kuznietsov <[email protected]>
1 parent 5a4341e commit e58ad4a

8 files changed

+147
-63
lines changed

bundle/stable/eclipse-che/manifests/che-operator.clusterserviceversion.yaml

+52-52
Large diffs are not rendered by default.

bundle/stable/eclipse-che/manifests/org.eclipse.che_checlusters.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4996,7 +4996,7 @@ spec:
49964996
description: External devfile registries configuration.
49974997
properties:
49984998
url:
4999-
description: The public UR of the devfile registry
4999+
description: The public URL of the devfile registry
50005000
that serves sample ready-to-use devfiles.
50015001
type: string
50025002
type: object

helmcharts/stable/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
apiVersion: v1
1414
description: A Helm chart for deploying Eclipse Che on a Kubernetes
1515
name: eclipse-che
16-
version: 7.96.0
16+
version: 7.97.0
1717
annotations:
1818
artifacthub.io/license: EPL-2.0
1919
artifacthub.io/links: |

helmcharts/stable/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4972,8 +4972,8 @@ spec:
49724972
description: External devfile registries configuration.
49734973
properties:
49744974
url:
4975-
description: The public UR of the devfile registry that
4976-
serves sample ready-to-use devfiles.
4975+
description: The public URL of the devfile registry
4976+
that serves sample ready-to-use devfiles.
49774977
type: string
49784978
type: object
49794979
type: array

helmcharts/stable/templates/che-operator.Deployment.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@ spec:
5454
- name: OPERATOR_NAME
5555
value: che-operator
5656
- name: CHE_VERSION
57-
value: 7.96.0
57+
value: 7.97.0
5858
- name: RELATED_IMAGE_che_server
59-
value: quay.io/eclipse/che-server:7.96.0
59+
value: quay.io/eclipse/che-server:7.97.0
6060
- name: RELATED_IMAGE_dashboard
61-
value: quay.io/eclipse/che-dashboard:7.96.0
61+
value: quay.io/eclipse/che-dashboard:7.97.0
6262
- name: RELATED_IMAGE_plugin_registry
63-
value: quay.io/eclipse/che-plugin-registry:7.96.0
63+
value: quay.io/eclipse/che-plugin-registry:7.97.0
6464
- name: RELATED_IMAGE_che_tls_secrets_creation_job
6565
value: quay.io/eclipse/che-tls-secret-creator:9f9d4a6
6666
- name: RELATED_IMAGE_single_host_gateway
6767
value: quay.io/eclipse/che--traefik:v2.9.10-8d81a9df1435f9f3d36ac9398465ef2d5d61e671059974db753faaed14b627de
6868
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
69-
value: quay.io/che-incubator/configbump:7.96.0
69+
value: quay.io/che-incubator/configbump:7.97.0
7070
- name: RELATED_IMAGE_gateway_authentication_sidecar
7171
value: quay.io/openshift/origin-oauth-proxy:4.9
7272
- name: RELATED_IMAGE_gateway_authorization_sidecar
@@ -104,7 +104,7 @@ spec:
104104
- name: CHE_DEFAULT_SPEC_DEVENVIRONMENTS_CONTAINERSECURITYCONTEXT
105105
value: '{"allowPrivilegeEscalation": true,"capabilities": {"add": ["SETGID",
106106
"SETUID"]}}'
107-
image: quay.io/eclipse/che-operator:7.96.0
107+
image: quay.io/eclipse/che-operator:7.97.0
108108
imagePullPolicy: IfNotPresent
109109
livenessProbe:
110110
failureThreshold: 10

olm-catalog/stable/channel.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,5 @@ entries:
9999
replaces: eclipse-che.v7.94.0
100100
- name: eclipse-che.v7.96.0
101101
replaces: eclipse-che.v7.95.0
102+
- name: eclipse-che.v7.97.0
103+
replaces: eclipse-che.v7.96.0

olm-catalog/stable/eclipse-che.v7.97.0.bundle.yaml

+82
Large diffs are not rendered by default.

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
package version
1414

1515
var (
16-
Version = "7.96.0"
16+
Version = "7.97.0"
1717
)

0 commit comments

Comments
 (0)