-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
-
False
-
-
Every time a DWO component is built, a nudge PR is created to the repository, to update the references to the container.
Container references are currently kept in two places
- konfluxEnv.sh file - a hack file, that is used by `renderBundle` and `renderFBCs` scripts to update bundles and FBCs respectivelly.
- clusterserviceversion.yaml (CSV) - a bundle file with references to all containers
Right now, nudge PRs update ONLY konfluxEnv.sh, which means that bundle has to be updated manually after every container build by running `renderBundle.sh` script.
This can be simplified, if nudge PR would be directly updating the CSV file.
If we make this, the bundle component will be built automatically as soons as changes are pushed to CSV file (as soon as nudge PR is merged).