Skip to content

Commit

Permalink
feat: Use registry.devfile.io by default in Eclipse Che
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 f063092 commit 569ec6a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ metadata:
"enable": true
},
"server": {
"externalPluginRegistry": true,
"pluginRegistryUrl": "https://registry.devfile.io",
"workspaceNamespaceDefault": "<username>-che"
},
"storage": {
Expand All @@ -60,7 +62,7 @@ metadata:
"disableInternalRegistry": true,
"externalPluginRegistries": [
{
"url": "https://registry.devfile.io/"
"url": "https://registry.devfile.io"
}
]
}
Expand All @@ -86,7 +88,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-837.next
name: eclipse-che.v7.82.0-839.next
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1257,7 +1259,7 @@ spec:
minKubeVersion: 1.19.0
provider:
name: Eclipse Foundation
version: 7.82.0-837.next
version: 7.82.0-839.next
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment/kubernetes/org_v2_checluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
pluginRegistry:
disableInternalRegistry: true
externalPluginRegistries:
- url: https://registry.devfile.io/
- url: 'https://registry.devfile.io'
devEnvironments: {}
networking: {}
containerRegistry: {}
Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment/openshift/org_v2_checluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
pluginRegistry:
disableInternalRegistry: true
externalPluginRegistries:
- url: https://registry.devfile.io/
- url: 'https://registry.devfile.io'
devEnvironments: {}
networking: {}
containerRegistry: {}
Expand Down
2 changes: 1 addition & 1 deletion helmcharts/next/templates/org_v2_checluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
pluginRegistry:
disableInternalRegistry: true
externalPluginRegistries:
- url: https://registry.devfile.io/
- url: 'https://registry.devfile.io'
devEnvironments: {}
networking:
tlsSecretName: che-tls
Expand Down

0 comments on commit 569ec6a

Please sign in to comment.