From eed461be6a129986655fc3bd70da98b443aa6b97 Mon Sep 17 00:00:00 2001 From: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:14:03 +0000 Subject: [PATCH] Update controller-rhel9-operator to 6020dfa Signed-off-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com> --- bundle.konflux.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.konflux.Dockerfile b/bundle.konflux.Dockerfile index 6c4d76ab..79272268 100644 --- a/bundle.konflux.Dockerfile +++ b/bundle.konflux.Dockerfile @@ -1,5 +1,5 @@ FROM registry.access.redhat.com/ubi9:latest as builder -ARG IMG=registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controller-rhel9-operator@sha256:9f4671e180ea94a47fcb235cd7edea0eccae0667c14f8a453642eedf492f41da +ARG IMG=registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controller-rhel9-operator@sha256:6020dfaefcfed016d46705a7ced4a729293b3af421916c0250f792f911d37fa4 WORKDIR /operator COPY . . RUN VERSION=$(grep "^VERSION ?=" Makefile | awk -F'= ' '{print $2}') && \ @@ -12,7 +12,7 @@ FROM scratch USER 1001 # Expose controller's container image with digest so that we can retrieve it with skopeo when creating the FBC catalog -LABEL controller="registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controller-rhel9-operator@sha256:9f4671e180ea94a47fcb235cd7edea0eccae0667c14f8a453642eedf492f41da" +LABEL controller="registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controller-rhel9-operator@sha256:6020dfaefcfed016d46705a7ced4a729293b3af421916c0250f792f911d37fa4" # Required labels LABEL com.redhat.component="RHDH Orchestrator Helm Operator"