Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha committed Feb 19, 2024
1 parent 569ec6a commit 21c2f7b
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ metadata:
"enable": true
},
"server": {
"externalPluginRegistry": true,
"pluginRegistryUrl": "https://registry.devfile.io",
"externalDevfileRegistries": [
{
"url": "https://registry.devfile.io"
}
],
"externalDevfileRegistry": true,
"workspaceNamespaceDefault": "<username>-che"
},
"storage": {
Expand All @@ -58,9 +62,9 @@ metadata:
},
"spec": {
"components": {
"pluginRegistry": {
"devfileRegistry": {
"disableInternalRegistry": true,
"externalPluginRegistries": [
"externalDevfileRegistries": [
{
"url": "https://registry.devfile.io"
}
Expand Down Expand Up @@ -88,7 +92,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-839.next
name: eclipse-che.v7.82.0-840.next
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1259,7 +1263,7 @@ spec:
minKubeVersion: 1.19.0
provider:
name: Eclipse Foundation
version: 7.82.0-839.next
version: 7.82.0-840.next
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
5 changes: 3 additions & 2 deletions config/samples/org_v1_checluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ metadata:
spec:
server:
workspaceNamespaceDefault: '<username>-che'
externalPluginRegistry: true
pluginRegistryUrl: 'https://registry.devfile.io'
externalDevfileRegistry: true
externalDevfileRegistries:
- url: 'https://registry.devfile.io'
database:
externalDb: false
storage:
Expand Down
4 changes: 2 additions & 2 deletions config/samples/org_v2_checluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ metadata:
namespace: eclipse-che
spec:
components:
pluginRegistry:
devfileRegistry:
disableInternalRegistry: true
externalPluginRegistries:
externalDevfileRegistries:
- url: 'https://registry.devfile.io'
devEnvironments: {}
networking: {}
Expand Down
4 changes: 2 additions & 2 deletions deploy/deployment/kubernetes/org_v2_checluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ metadata:
namespace: eclipse-che
spec:
components:
pluginRegistry:
devfileRegistry:
disableInternalRegistry: true
externalPluginRegistries:
externalDevfileRegistries:
- url: 'https://registry.devfile.io'
devEnvironments: {}
networking: {}
Expand Down
4 changes: 2 additions & 2 deletions deploy/deployment/openshift/org_v2_checluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ metadata:
namespace: eclipse-che
spec:
components:
pluginRegistry:
devfileRegistry:
disableInternalRegistry: true
externalPluginRegistries:
externalDevfileRegistries:
- url: 'https://registry.devfile.io'
devEnvironments: {}
networking: {}
Expand Down
4 changes: 2 additions & 2 deletions helmcharts/next/templates/org_v2_checluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ metadata:
namespace: eclipse-che
spec:
components:
pluginRegistry:
devfileRegistry:
disableInternalRegistry: true
externalPluginRegistries:
externalDevfileRegistries:
- url: 'https://registry.devfile.io'
devEnvironments: {}
networking:
Expand Down

0 comments on commit 21c2f7b

Please sign in to comment.