From 59efc044075839f7981415cce5a4f9d49daa8f4a Mon Sep 17 00:00:00 2001 From: jubittajohn Date: Tue, 23 Jun 2026 17:06:35 -0400 Subject: [PATCH] ci:target rhel-coreos-10 for RHCOS overlay on master Signed-off-by: jubittajohn --- .../openshift/kubernetes/openshift-kubernetes-master.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci-operator/config/openshift/kubernetes/openshift-kubernetes-master.yaml b/ci-operator/config/openshift/kubernetes/openshift-kubernetes-master.yaml index 34710434f1b55..fc3906c840a2b 100644 --- a/ci-operator/config/openshift/kubernetes/openshift-kubernetes-master.yaml +++ b/ci-operator/config/openshift/kubernetes/openshift-kubernetes-master.yaml @@ -84,7 +84,7 @@ images: rhel-coreos-base: as: - registry.ci.openshift.org/rhcos-devel/rhel-coreos-10 - to: rhel-coreos + to: rhel-coreos-10 - context_dir: build/pause dockerfile_path: Dockerfile.Rhel to: pod @@ -95,13 +95,13 @@ promotion: - additional_images: artifacts: artifacts excluded_images: - - rhel-coreos + - rhel-coreos-10 name: "5.0" namespace: ocp - additional_images: artifacts: artifacts excluded_images: - - rhel-coreos + - rhel-coreos-10 - hyperkube - kube-proxy - kubernetes-tests