From b0ec95082b2a15079b8379b337c10d399ed0f87f Mon Sep 17 00:00:00 2001 From: Ondrej Pokorny Date: Mon, 29 Jun 2026 14:42:20 +0200 Subject: [PATCH] feat: update HyperShift deployment manifest Add missing RELATED_IMAGE environment variables to the HyperShift deployment manifest to provide correct images for the runtime extractor DaemonSet. Signed-off-by: Ondrej Pokorny --- manifests/06-deployment-ibm-cloud-managed.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifests/06-deployment-ibm-cloud-managed.yaml b/manifests/06-deployment-ibm-cloud-managed.yaml index 366595b3a6..2099800ec0 100644 --- a/manifests/06-deployment-ibm-cloud-managed.yaml +++ b/manifests/06-deployment-ibm-cloud-managed.yaml @@ -38,6 +38,12 @@ spec: fieldPath: metadata.namespace - name: RELEASE_VERSION value: 0.0.1-snapshot + - name: RELATED_IMAGE_INSIGHTS_RUNTIME_EXTRACTOR + value: quay.io/openshift/origin-insights-runtime-extractor:latest + - name: RELATED_IMAGE_INSIGHTS_RUNTIME_EXPORTER + value: quay.io/openshift/origin-insights-runtime-exporter:latest + - name: RELATED_IMAGE_KUBE_RBAC_PROXY + value: quay.io/openshift/origin-kube-rbac-proxy:latest image: quay.io/openshift/origin-insights-operator:latest name: insights-operator ports: