diff --git a/docs/driver_toolkit_imagestream.md b/docs/driver_toolkit_imagestream.md index f77d758..0a84fe9 100644 --- a/docs/driver_toolkit_imagestream.md +++ b/docs/driver_toolkit_imagestream.md @@ -8,5 +8,5 @@ In order to generate such imagestream during the cluster installation, there are * DTK: add an [templated imagestream](../manifests/01-openshift-imagestream.yaml) to the payload. * ART: adding that imagestream to the cluster deployment (templeted) by running `oc adm release new ...`. -* OC: Owning the code for `oc adm release new …` which will scrape the [machine-os-content](https://github.com/openshift/machine-config-operator/blob/master/docs/OSUpgrades.md#os-updates). -* MCO: owns the machine-os-content. +* OC: Owning the code for `oc adm release new …` which will scrape the [rhel-coreos image](https://github.com/openshift/machine-config-operator/blob/master/docs/OSUpgrades.md#os-updates). +* MCO: owns the `rhel-coreos` image. diff --git a/manifests/image-references b/manifests/image-references index 6681362..8b12c3b 100644 --- a/manifests/image-references +++ b/manifests/image-references @@ -6,7 +6,7 @@ spec: from: kind: DockerImage name: example.com/image-reference-placeholder:driver-toolkit - - name: machine-os-content + - name: rhel-coreos from: kind: DockerImage - name: registry.svc.ci.openshift.org/openshift:machine-os-content + name: example.com/image-reference-placeholder:rhel-coreos