diff --git a/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml b/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml index b98087af9f..3cd99cf94b 100644 --- a/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml +++ b/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml @@ -55,7 +55,16 @@ metadata: "namespace": "eclipse-che" }, "spec": { - "components": {}, + "components": { + "pluginRegistry": { + "disableInternalRegistry": true, + "externalPluginRegistries": [ + { + "url": "https://registry.devfile.io/" + } + ] + } + }, "containerRegistry": {}, "devEnvironments": {}, "gitServices": {}, @@ -77,7 +86,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.v7.82.0-835.next + name: eclipse-che.v7.82.0-837.next namespace: placeholder spec: apiservicedefinitions: {} @@ -1248,7 +1257,7 @@ spec: minKubeVersion: 1.19.0 provider: name: Eclipse Foundation - version: 7.82.0-835.next + version: 7.82.0-837.next webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/config/samples/org_v1_checluster.yaml b/config/samples/org_v1_checluster.yaml index e22975177c..71cb9061e4 100644 --- a/config/samples/org_v1_checluster.yaml +++ b/config/samples/org_v1_checluster.yaml @@ -17,7 +17,9 @@ metadata: namespace: eclipse-che spec: server: - workspaceNamespaceDefault: "-che" + workspaceNamespaceDefault: '-che' + externalPluginRegistry: true + pluginRegistryUrl: 'https://registry.devfile.io' database: externalDb: false storage: diff --git a/config/samples/org_v2_checluster.yaml b/config/samples/org_v2_checluster.yaml index 8df20648cf..bd78852ab6 100644 --- a/config/samples/org_v2_checluster.yaml +++ b/config/samples/org_v2_checluster.yaml @@ -16,7 +16,11 @@ metadata: name: eclipse-che namespace: eclipse-che spec: - components: {} + components: + pluginRegistry: + disableInternalRegistry: true + externalPluginRegistries: + - url: 'https://registry.devfile.io' devEnvironments: {} networking: {} containerRegistry: {} diff --git a/deploy/deployment/kubernetes/org_v2_checluster.yaml b/deploy/deployment/kubernetes/org_v2_checluster.yaml index 8df20648cf..b987421292 100644 --- a/deploy/deployment/kubernetes/org_v2_checluster.yaml +++ b/deploy/deployment/kubernetes/org_v2_checluster.yaml @@ -16,7 +16,11 @@ metadata: name: eclipse-che namespace: eclipse-che spec: - components: {} + components: + pluginRegistry: + disableInternalRegistry: true + externalPluginRegistries: + - url: https://registry.devfile.io/ devEnvironments: {} networking: {} containerRegistry: {} diff --git a/deploy/deployment/openshift/org_v2_checluster.yaml b/deploy/deployment/openshift/org_v2_checluster.yaml index 8df20648cf..b987421292 100644 --- a/deploy/deployment/openshift/org_v2_checluster.yaml +++ b/deploy/deployment/openshift/org_v2_checluster.yaml @@ -16,7 +16,11 @@ metadata: name: eclipse-che namespace: eclipse-che spec: - components: {} + components: + pluginRegistry: + disableInternalRegistry: true + externalPluginRegistries: + - url: https://registry.devfile.io/ devEnvironments: {} networking: {} containerRegistry: {} diff --git a/helmcharts/next/templates/org_v2_checluster.yaml b/helmcharts/next/templates/org_v2_checluster.yaml index 9c78098789..3ba7030f5a 100644 --- a/helmcharts/next/templates/org_v2_checluster.yaml +++ b/helmcharts/next/templates/org_v2_checluster.yaml @@ -16,7 +16,11 @@ metadata: name: eclipse-che namespace: eclipse-che spec: - components: {} + components: + pluginRegistry: + disableInternalRegistry: true + externalPluginRegistries: + - url: https://registry.devfile.io/ devEnvironments: {} networking: tlsSecretName: che-tls