Skip to content

Commit

Permalink
Set insecure flag for ose-operator-registry image
Browse files Browse the repository at this point in the history
  • Loading branch information
vkmc committed Sep 30, 2024
1 parent 890e781 commit 774523f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/stf-run-ci/tasks/create_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 774523f

Please sign in to comment.