@@ -94,7 +94,7 @@ fixes of all upstream components.
9494> We have monitoring systems in place that inform us about broken builds. No need to raise issues about this.
9595
9696More conservative developers may fall back
97- to [ releases of MVD] ( https://github.com/eclipse-edc/MinimumViableDataspace /releases ) that use release versions of all
97+ to [ releases of MVD] ( https://github.com/eclipse-dataspace-hub/minimumviabledataspace /releases ) that use release versions of all
9898upstream components. If this is you, then remember to check out the appropriate tag after cloning the repo.
9999
100100Either download the ZIP file and use sources therein, or check out the corresponding tag.
@@ -221,10 +221,10 @@ All commands are executed from the **repository's root folder** unless stated ot
221221> namespace, plainly for the sake of simplicity.
222222
223223This builds the runtime images and creates the following docker images:
224- ` ghcr.io/eclipse-edc /minimumviabledataspace/controlplane:latest ` ,
225- ` ghcr.io/eclipse-edc /minimumviabledataspace/dataplane:latest ` ,
226- ` ghcr.io/eclipse-edc /minimumviabledataspace/issuerservice:latest ` and
227- ` ghcr.io/eclipse-edc /minimumviabledataspace/identity-hub:latest ` in the local docker image cache.
224+ ` ghcr.io/eclipse-dataspace-hub /minimumviabledataspace/controlplane:latest ` ,
225+ ` ghcr.io/eclipse-dataspace-hub /minimumviabledataspace/dataplane:latest ` ,
226+ ` ghcr.io/eclipse-dataspace-hub /minimumviabledataspace/issuerservice:latest ` and
227+ ` ghcr.io/eclipse-dataspace-hub /minimumviabledataspace/identity-hub:latest ` in the local docker image cache.
228228
229229PostgreSQL and Hashicorp Vault obviously require additional configuration, which is handled by the Kubernetes manifests
230230via batch jobs.
@@ -262,10 +262,10 @@ grep -rlZ "imagePullPolicy: Always" k8s | xargs sed -i "s/imagePullPolicy: Alway
262262
263263# Load docker images into KinD
264264kind load docker-image \
265- ghcr.io/eclipse-edc /minimumviabledataspace/controlplane:latest \
266- ghcr.io/eclipse-edc /minimumviabledataspace/dataplane:latest \
267- ghcr.io/eclipse-edc /minimumviabledataspace/identity-hub:latest \
268- ghcr.io/eclipse-edc /minimumviabledataspace/issuerservice:latest -n mvd
265+ ghcr.io/eclipse-dataspace-hub /minimumviabledataspace/controlplane:latest \
266+ ghcr.io/eclipse-dataspace-hub /minimumviabledataspace/dataplane:latest \
267+ ghcr.io/eclipse-dataspace-hub /minimumviabledataspace/identity-hub:latest \
268+ ghcr.io/eclipse-dataspace-hub /minimumviabledataspace/issuerservice:latest -n mvd
269269```
270270
271271#### 4.2.3 Deploy MVD components
0 commit comments