You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ^ we take the images from the catalogs relatedImages section for the given SO version. We could also extract the bundle image from the catalog (jq -r '. | select(.name == "serverless-operator.v'${so_semversion}'") | .image')
88
88
# and extract the CSV from there and use the CSVs relatedImages section.
89
89
90
+
append_hash_to_snapshot_name "${snapshot_file}"
91
+
90
92
rm -rf "${tmp_catalog_dir}"
91
93
}
92
94
@@ -105,7 +107,7 @@ function create_fbc_snapshots {
0 commit comments