From 3cf0b42ca120966251d376e4ce48bacd24635e5f Mon Sep 17 00:00:00 2001 From: Khurram Baig Date: Wed, 2 Aug 2023 18:25:52 +0530 Subject: [PATCH] Changing Shell Image from UBI-minimal to shell image --- operatorhub/openshift/config.yaml | 2 +- ...openshift-pipelines-operator-rh.clusterserviceversion.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/operatorhub/openshift/config.yaml b/operatorhub/openshift/config.yaml index 9556835ac3..91b6048b26 100644 --- a/operatorhub/openshift/config.yaml +++ b/operatorhub/openshift/config.yaml @@ -70,7 +70,7 @@ image-substitutions: containerName: openshift-pipelines-operator-lifecycle envKeys: - IMAGE_PIPELINES_ARG__NOP_IMAGE -- image: registry.redhat.io/ubi8/ubi-minimal@sha256:987ae81ce046652ee4a2c3df54dad5e82faa1b078dab5d09f7cfaae11784ed30 +- image: registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@ replaceLocations: envTargets: - deploymentName: openshift-pipelines-operator diff --git a/operatorhub/openshift/release-artifacts/bundle/manifests/openshift-pipelines-operator-rh.clusterserviceversion.yaml b/operatorhub/openshift/release-artifacts/bundle/manifests/openshift-pipelines-operator-rh.clusterserviceversion.yaml index eacbce36cf..3ddc2e1e38 100644 --- a/operatorhub/openshift/release-artifacts/bundle/manifests/openshift-pipelines-operator-rh.clusterserviceversion.yaml +++ b/operatorhub/openshift/release-artifacts/bundle/manifests/openshift-pipelines-operator-rh.clusterserviceversion.yaml @@ -876,7 +876,7 @@ spec: - name: IMAGE_PIPELINES_ARG__NOP_IMAGE value: registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@ - name: IMAGE_PIPELINES_ARG__SHELL_IMAGE - value: registry.redhat.io/ubi8/ubi-minimal@sha256:eb98682661cc5fe83bbe583af9d55a90d698cfc0d14af5b83e4568c3e26b4516 + value: registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@ - name: IMAGE_TRIGGERS_TEKTON_TRIGGERS_CONTROLLER value: registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@ - name: IMAGE_TRIGGERS_WEBHOOK @@ -1000,7 +1000,7 @@ spec: name: IMAGE_PIPELINES_ARG__WORKINGDIRINIT_IMAGE - image: registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@ name: IMAGE_PIPELINES_ARG__NOP_IMAGE - - image: registry.redhat.io/ubi8/ubi-minimal@sha256:eb98682661cc5fe83bbe583af9d55a90d698cfc0d14af5b83e4568c3e26b4516 + - image: registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@ name: IMAGE_PIPELINES_ARG__SHELL_IMAGE - image: registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@ name: IMAGE_TRIGGERS_TEKTON_TRIGGERS_CONTROLLER