diff --git a/install/0000_80_machine-config-operator_05_osimageurl.yaml b/install/0000_80_machine-config-operator_05_osimageurl.yaml index 6dd8866443..122359a5be 100644 --- a/install/0000_80_machine-config-operator_05_osimageurl.yaml +++ b/install/0000_80_machine-config-operator_05_osimageurl.yaml @@ -12,7 +12,7 @@ data: # This (will eventually) replace the below when https://github.com/openshift/enhancements/pull/1032 # progresses towards the default. baseOperatingSystemContainer: "placeholder.url.oc.will.replace.this.org/placeholdernamespace:rhel-coreos-8" - baseOperatingSystemExtensionsContainer: "placeholder.url.oc.will.replace.this.org/placeholdernamespace:rhel-coreos-8-extensions" + #baseOperatingSystemExtensionsContainer: "placeholder.url.oc.will.replace.this.org/placeholdernamespace:rhel-coreos-8-extensions" # The OS payload used for 4.10 and below; more information in # https://github.com/openshift/machine-config-operator/blob/master/docs/OSUpgrades.md # (The original issue was https://github.com/openshift/machine-config-operator/issues/183 ) diff --git a/install/image-references b/install/image-references index 4170492251..6211bbbeb3 100644 --- a/install/image-references +++ b/install/image-references @@ -27,10 +27,11 @@ spec: from: kind: DockerImage name: placeholder.url.oc.will.replace.this.org/placeholdernamespace:rhel-coreos-8 - - name: rhel-coreos-8-extensions - from: - kind: DockerImage - name: placeholder.url.oc.will.replace.this.org/placeholdernamespace:rhel-coreos-8-extensions + # Uncomment this after https://issues.redhat.com/browse/COS-1646 lands + # - name: rhel-coreos-8-extensions + # from: + # kind: DockerImage + # name: placeholder.url.oc.will.replace.this.org/placeholdernamespace:rhel-coreos-8-extensions - name: keepalived-ipfailover from: kind: DockerImage