From 24a6d874423355b8ef6e9965157dac05cdbed734 Mon Sep 17 00:00:00 2001 From: Disaiah Bennett Date: Tue, 27 Feb 2024 15:05:39 -0500 Subject: [PATCH] added preserve_files field to IBIO config (#622) Signed-off-by: Disaiah Bennett --- hack/bundle-automation/config.yaml | 4 ++-- hack/bundle-automation/requirements.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hack/bundle-automation/config.yaml b/hack/bundle-automation/config.yaml index 83e92effb..4c3ad750f 100644 --- a/hack/bundle-automation/config.yaml +++ b/hack/bundle-automation/config.yaml @@ -7,7 +7,6 @@ imageMappings: hive: openshift_hive - - repo_name: image-based-install-operator github_ref: "https://github.com/openshift/image-based-install-operator.git" branch: "backplane-2.5" @@ -16,7 +15,8 @@ bundlePath: "bundle/manifests/" imageMappings: controller: image_based_install_operator - + preserve_files: + - image-based-install-config_v1_route.yaml - repo_name: assisted-service github_ref: "https://github.com/openshift/assisted-service.git" diff --git a/hack/bundle-automation/requirements.txt b/hack/bundle-automation/requirements.txt index 1d96ac44e..5f8cb8009 100644 --- a/hack/bundle-automation/requirements.txt +++ b/hack/bundle-automation/requirements.txt @@ -5,3 +5,4 @@ urllib3 packaging semver chardet +coloredlogs \ No newline at end of file