From af1e9edf2821d599ba3e1a8ffc3ec36edd5d8168 Mon Sep 17 00:00:00 2001 From: migarcia Date: Mon, 4 Nov 2024 13:06:44 +0100 Subject: [PATCH] Set insecure flag for ose-operator-registry image (#637) (#639) (cherry picked from commit e9314cf6ec23c949955fbd7043dd6b7829a06707) Co-authored-by: Victoria Martinez de la Cruz --- build/stf-run-ci/tasks/create_catalog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/stf-run-ci/tasks/create_catalog.yml b/build/stf-run-ci/tasks/create_catalog.yml index 6c2b5b6c..ab01e06e 100644 --- a/build/stf-run-ci/tasks/create_catalog.yml +++ b/build/stf-run-ci/tasks/create_catalog.yml @@ -129,7 +129,7 @@ - name: Create ImageStream for ose-operator-registry, if it doesn't already exist ansible.builtin.command: cmd: | - oc import-image -n {{ namespace }} ose-operator-registry:{{ default_operator_registry_image_tag }} --from={{ operator_registry_image }} --confirm + oc import-image -n {{ namespace }} ose-operator-registry:{{ default_operator_registry_image_tag }} --from={{ operator_registry_image }} --confirm --insecure when: ose_op_registry_is.rc != 0 register: create_ose_is