From 2a1ccd37e7dfc42ed56ab9dab9f12b81fecb0638 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 20:47:27 +0000 Subject: [PATCH] chore(deps): update windows-machine-config-operator-release-5-0 to 065dfa1 Image created from 'https://github.com/openshift/windows-machine-config-operator?rev=32ebb17198c3630562f09861bfad9771947e23ed' Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Containerfile.bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.bundle b/Containerfile.bundle index 953599daa3..190b25ab7a 100644 --- a/Containerfile.bundle +++ b/Containerfile.bundle @@ -1,6 +1,6 @@ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.26@sha256:3ca2c34c83e6563fa574b7c7ecda92a5fdae2ec7a5f37a408e5e383947fb1957 as image-replacer COPY bundle/manifests /manifests -RUN sed -i "s|REPLACE_IMAGE|registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:b169f590dfb98b9b0b6314a2a3972610a5bc9fed4abb9fb9b286d90fd76bc5ee|g" /manifests/windows-machine-config-operator.clusterserviceversion.yaml +RUN sed -i "s|REPLACE_IMAGE|registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:065dfa19fa7cb31e872808a9ac370333875afdbf219694c2f004ec15fb0fba7a|g" /manifests/windows-machine-config-operator.clusterserviceversion.yaml RUN sed -i "s|REPLACE_DATE|$(date "+%Y-%m-%dT%H:%M:%SZ")|g" /manifests/windows-machine-config-operator.clusterserviceversion.yaml FROM scratch