diff --git a/api/v1/checluster_types.go b/api/v1/checluster_types.go index fe3f4d065..24306299b 100644 --- a/api/v1/checluster_types.go +++ b/api/v1/checluster_types.go @@ -552,7 +552,7 @@ type ResourcesCustomSettings struct { type WorkspacesDefaultPlugins struct { // The editor id to specify default plug-ins for. Editor string `json:"editor,omitempty"` - // Default plug-in ids and uris for the specified editor. + // Default plug-in uris for the specified editor. Plugins []string `json:"plugins,omitempty"` } 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 f63ace811..272e2b6b3 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 @@ -114,7 +114,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.42.0-403.next + name: eclipse-che-preview-openshift.v7.42.0-404.next namespace: placeholder spec: apiservicedefinitions: {} @@ -1456,4 +1456,4 @@ spec: maturity: stable provider: name: Eclipse Foundation - version: 7.42.0-403.next + version: 7.42.0-404.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 e32356794..58ae38fca 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 @@ -1002,8 +1002,7 @@ spec: for. type: string plugins: - description: Default plug-in ids and uris for the specified - editor. + description: Default plug-in uris for the specified editor. items: type: string type: array diff --git a/config/crd/bases/org_v1_che_crd-v1beta1.yaml b/config/crd/bases/org_v1_che_crd-v1beta1.yaml index 73fa9453b..9b36098aa 100644 --- a/config/crd/bases/org_v1_che_crd-v1beta1.yaml +++ b/config/crd/bases/org_v1_che_crd-v1beta1.yaml @@ -964,8 +964,7 @@ spec: description: The editor id to specify default plug-ins for. type: string plugins: - description: Default plug-in ids and uris for the specified - editor. + description: Default plug-in uris for the specified editor. items: type: string type: array diff --git a/config/crd/bases/org_v1_che_crd.yaml b/config/crd/bases/org_v1_che_crd.yaml index 56dcde4d6..d3dac7bf4 100644 --- a/config/crd/bases/org_v1_che_crd.yaml +++ b/config/crd/bases/org_v1_che_crd.yaml @@ -998,8 +998,7 @@ spec: for. type: string plugins: - description: Default plug-in ids and uris for the specified - editor. + description: Default plug-in uris for the specified editor. items: type: string type: array diff --git a/helmcharts/next/crds/org_v1_che_crd.yaml b/helmcharts/next/crds/org_v1_che_crd.yaml index 56dcde4d6..d3dac7bf4 100644 --- a/helmcharts/next/crds/org_v1_che_crd.yaml +++ b/helmcharts/next/crds/org_v1_che_crd.yaml @@ -998,8 +998,7 @@ spec: for. type: string plugins: - description: Default plug-in ids and uris for the specified - editor. + description: Default plug-in uris for the specified editor. items: type: string type: array