Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

5,509 changes: 5,356 additions & 153 deletions bundle/stable/eclipse-che/manifests/org.eclipse.che_checlusters.yaml

Large diffs are not rendered by default.

20 changes: 12 additions & 8 deletions helmcharts/stable/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@
# Contributors:
# Red Hat, Inc. - initial API and implementation
#

apiVersion: v1
description: A Helm chart for deploying Eclipse Che on a Kubernetes
name: eclipse-che
version: 7.120.0
version: 7.121.0
annotations:
artifacthub.io/license: EPL-2.0
artifacthub.io/links: |
Expand All @@ -33,12 +32,17 @@ annotations:
email: oandriie@redhat.com
artifacthub.io/operator: "true"
artifacthub.io/operatorCapabilities: Seamless Upgrades
artifacthub.io/crdsExamples: "- apiVersion: org.eclipse.che/v2\n kind: CheCluster\n\
\ metadata:\n name: eclipse-che\n namespace: eclipse-che\n spec:\n \
\ components:\n pluginRegistry:\n disableInternalRegistry: true\n\
\ devfileRegistry:\n disableInternalRegistry: true\n externalDevfileRegistries:\n\
\ - url: 'https://registry.devfile.io'\n devEnvironments: {}\n \
\ networking: {}\n containerRegistry: {}\n gitServices: {}\n"
artifacthub.io/crdsExamples: "- #\n # Copyright (c) 2019-2026 Red Hat, Inc.\n \
\ # This program and the accompanying materials are made\n # available under\
\ the terms of the Eclipse Public License 2.0\n # which is available at https://www.eclipse.org/legal/epl-2.0/\n\
\ #\n # SPDX-License-Identifier: EPL-2.0\n #\n # Contributors:\n # Red\
\ Hat, Inc. - initial API and implementation\n #\n apiVersion: org.eclipse.che/v2\n\
\ kind: CheCluster\n metadata:\n name: eclipse-che\n namespace: eclipse-che\n\
\ spec:\n components:\n pluginRegistry:\n disableInternalRegistry:\
\ true\n devfileRegistry:\n disableInternalRegistry: true\n \
\ externalDevfileRegistries:\n - url: 'https://registry.devfile.io'\n\
\ devEnvironments: {}\n networking: {}\n containerRegistry: {}\n gitServices:\
\ {}\n"
artifacthub.io/crds: |-
- kind: CheCluster
version: v2
Expand Down
5,482 changes: 5,329 additions & 153 deletions helmcharts/stable/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions helmcharts/stable/templates/che-operator.ClusterRole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,13 @@ rules:
- routes/custom-host
verbs:
- create
- apiGroups:
- image.openshift.io
resources:
- imagestreams
verbs:
- get
- list
- apiGroups:
- ""
resources:
Expand Down
18 changes: 11 additions & 7 deletions helmcharts/stable/templates/che-operator.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,19 @@ spec:
- name: OPERATOR_NAME
value: che-operator
- name: CHE_VERSION
value: 7.120.0
value: 7.121.0
- name: RELATED_IMAGE_che_server
value: quay.io/eclipse/che-server:7.120.0
value: quay.io/eclipse/che-server:7.121.0
- name: RELATED_IMAGE_dashboard
value: quay.io/eclipse/che-dashboard:7.120.0
value: quay.io/eclipse/che-dashboard:7.121.0
- name: RELATED_IMAGE_plugin_registry
value: quay.io/eclipse/che-plugin-registry:7.120.0
value: quay.io/eclipse/che-plugin-registry:7.121.0
- name: RELATED_IMAGE_che_tls_secrets_creation_job
value: quay.io/eclipse/che-tls-secret-creator:9f9d4a6
- name: RELATED_IMAGE_single_host_gateway
value: quay.io/eclipse/che--traefik:v3.7.5-d6858791f9e74df44ca4014166647c41cdc2abd3bf2a71b832ca4e1c6a91b257
value: quay.io/eclipse/che--traefik:v3.7.10-9c3b91d5fb7770853ca5c1124a23c34bf2d9b47ffaebeab2614cbaf410dcb2ac
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
value: quay.io/che-incubator/configbump:7.120.0
value: quay.io/che-incubator/configbump:7.121.0
- name: RELATED_IMAGE_gateway_authentication_sidecar
value: quay.io/openshift/origin-oauth-proxy:4.22
- name: RELATED_IMAGE_gateway_authentication_sidecar_k8s
Expand All @@ -75,6 +75,10 @@ spec:
value: quay.io/brancz/kube-rbac-proxy:v0.22.0
- name: RELATED_IMAGE_gateway_header_sidecar
value: quay.io/che-incubator/header-rewrite-proxy:latest
- name: RELATED_IMAGE_openvsx
value: quay.io/che-incubator/che-openvsx:v1.1.0
- name: RELATED_IMAGE_openvsx_postgres
value: quay.io/sclorg/postgresql-16-c9s:20260319
- name: CHE_FLAVOR
value: che
- name: CONSOLE_LINK_NAME
Expand Down Expand Up @@ -106,7 +110,7 @@ spec:
value: argocd[.]argoproj[.]io/.+
- name: CHE_OPERATOR_WORKSPACES_CONFIG_CONTROLLER_ANNOTATIONS_TO_REMOVE_BEFORE_SYNC_REGEXP
value: ""
image: quay.io/eclipse/che-operator:7.120.0
image: quay.io/eclipse/che-operator:7.121.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 10
Expand Down
3 changes: 2 additions & 1 deletion olm-catalog/stable/channel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# Contributors:
# Red Hat, Inc. - initial API and implementation
#

schema: olm.channel
package: eclipse-che
name: stable
Expand Down Expand Up @@ -145,3 +144,5 @@ entries:
replaces: eclipse-che.v7.118.0
- name: eclipse-che.v7.120.0
replaces: eclipse-che.v7.119.0
- name: eclipse-che.v7.121.0
replaces: eclipse-che.v7.120.0
104 changes: 104 additions & 0 deletions olm-catalog/stable/eclipse-che.v7.121.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.120.0"
Version = "7.121.0"
)
Loading