diff --git a/api/v1/checluster_types.go b/api/v1/checluster_types.go index b489103bb..f39659572 100644 --- a/api/v1/checluster_types.go +++ b/api/v1/checluster_types.go @@ -99,8 +99,8 @@ type CheClusterSpecServer struct { // +optional CheImagePullPolicy corev1.PullPolicy `json:"cheImagePullPolicy,omitempty"` // Deprecated. The value of this flag is ignored. - // Specifies a variation of the installation. The options are `che` for upstream Che installations, or `devspaces` for link:https://developers.redhat.com/products/openshift-dev-spaces/overview[Red Hat OpenShift Dev Spaces] installation. - // Override the default value only on necessary occasions. + // Specifies a variation of the installation. The options are `che` for upstream Che installations or + // `devspaces` for Red Hat OpenShift Dev Spaces (formerly Red Hat CodeReady Workspaces) installation // +optional CheFlavor string `json:"cheFlavor,omitempty"` // Public host name of the installed Che server. When value is omitted, the value it will be automatically set by the Operator. diff --git a/bundle/next/eclipse-che-preview-openshift/manifests/che-operator.clusterserviceversion.yaml b/bundle/next/eclipse-che-preview-openshift/manifests/che-operator.clusterserviceversion.yaml index 41aa42d74..094b72a9b 100644 --- a/bundle/next/eclipse-che-preview-openshift/manifests/che-operator.clusterserviceversion.yaml +++ b/bundle/next/eclipse-che-preview-openshift/manifests/che-operator.clusterserviceversion.yaml @@ -75,7 +75,7 @@ metadata: operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/eclipse-che/che-operator support: Eclipse Foundation - name: eclipse-che-preview-openshift.v7.47.0-441.next + name: eclipse-che-preview-openshift.v7.48.0-442.next namespace: placeholder spec: apiservicedefinitions: {} @@ -1278,4 +1278,4 @@ spec: maturity: stable provider: name: Eclipse Foundation - version: 7.47.0-441.next + version: 7.48.0-442.next diff --git a/bundle/next/eclipse-che-preview-openshift/manifests/org_v1_che_crd.yaml b/bundle/next/eclipse-che-preview-openshift/manifests/org_v1_che_crd.yaml index f70badac1..7a1e619a6 100644 --- a/bundle/next/eclipse-che-preview-openshift/manifests/org_v1_che_crd.yaml +++ b/bundle/next/eclipse-che-preview-openshift/manifests/org_v1_che_crd.yaml @@ -567,10 +567,10 @@ spec: type: string cheFlavor: description: Deprecated. The value of this flag is ignored. - Specifies a variation of the installation. The options are - `che` for upstream Che installations, or `devspaces` for link:https://developers.redhat.com/products/openshift-dev-spaces/overview[Red - Hat OpenShift Dev Spaces] installation. Override the default - value only on necessary occasions. + Specifies a variation of the installation. The options are `che` + for upstream Che installations or `devspaces` for Red Hat + OpenShift Dev Spaces (formerly Red Hat CodeReady Workspaces) + installation type: string cheHost: description: Public host name of the installed Che server. When diff --git a/config/crd/bases/org_v1_che_crd.yaml b/config/crd/bases/org_v1_che_crd.yaml index 9a6bb4a45..818937aa9 100644 --- a/config/crd/bases/org_v1_che_crd.yaml +++ b/config/crd/bases/org_v1_che_crd.yaml @@ -563,10 +563,10 @@ spec: type: string cheFlavor: description: Deprecated. The value of this flag is ignored. - Specifies a variation of the installation. The options are - `che` for upstream Che installations, or `devspaces` for link:https://developers.redhat.com/products/openshift-dev-spaces/overview[Red - Hat OpenShift Dev Spaces] installation. Override the default - value only on necessary occasions. + Specifies a variation of the installation. The options are `che` + for upstream Che installations or `devspaces` for Red Hat + OpenShift Dev Spaces (formerly Red Hat CodeReady Workspaces) + installation type: string cheHost: description: Public host name of the installed Che server. When diff --git a/helmcharts/next/crds/org_v1_che_crd.yaml b/helmcharts/next/crds/org_v1_che_crd.yaml index 9a6bb4a45..818937aa9 100644 --- a/helmcharts/next/crds/org_v1_che_crd.yaml +++ b/helmcharts/next/crds/org_v1_che_crd.yaml @@ -563,10 +563,10 @@ spec: type: string cheFlavor: description: Deprecated. The value of this flag is ignored. - Specifies a variation of the installation. The options are - `che` for upstream Che installations, or `devspaces` for link:https://developers.redhat.com/products/openshift-dev-spaces/overview[Red - Hat OpenShift Dev Spaces] installation. Override the default - value only on necessary occasions. + Specifies a variation of the installation. The options are `che` + for upstream Che installations or `devspaces` for Red Hat + OpenShift Dev Spaces (formerly Red Hat CodeReady Workspaces) + installation type: string cheHost: description: Public host name of the installed Che server. When