Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions install/image-references
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,10 @@ spec:
tags:
# machine-config-operator is the new master mco image that contains all of the
# component images:mco, mcc, mcs, mcd & setup etcd
# TO-DO: in future PR other component images will be deleted
- name: machine-config-operator
from:
kind: DockerImage
name: registry.svc.ci.openshift.org/openshift:machine-config-operator
- name: machine-config-controller
from:
kind: DockerImage
name: registry.svc.ci.openshift.org/openshift:machine-config-controller
- name: machine-config-server
from:
kind: DockerImage
name: registry.svc.ci.openshift.org/openshift:machine-config-server
- name: machine-config-daemon
from:
kind: DockerImage
name: registry.svc.ci.openshift.org/openshift:machine-config-daemon
- name: etcd
from:
kind: DockerImage
Expand All @@ -29,10 +16,6 @@ spec:
from:
kind: DockerImage
name: registry.svc.ci.openshift.org/openshift:pod
- name: setup-etcd-environment
from:
kind: DockerImage
name: registry.svc.ci.openshift.org/openshift:setup-etcd-environment
# This one is special, it's the OS payload
# https://github.com/openshift/machine-config-operator/issues/183
# See the machine-config-osimageurl configmap.
Expand Down