diff --git a/doozerlib/olm/bundle.py b/doozerlib/olm/bundle.py index 1bdca8a93..43adbce43 100644 --- a/doozerlib/olm/bundle.py +++ b/doozerlib/olm/bundle.py @@ -393,7 +393,7 @@ def collect_replaced_image(match): return image new_contents = re.sub( - r'{}\/([^:]+):([^\'"\s]+)'.format(self.operator_csv_config['registry']), + r'{}\/([^:]+):([^\'"\\\s]+)'.format(self.operator_csv_config['registry']), collect_replaced_image, contents, flags=re.MULTILINE