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
Right now the brokerpak release version to be included is hard-coded in the app-setup.sh script. So to upgrade the version of the brokerpaks that are deployed, you have to edit the script to let it know about the new version.
Instead, this repository should poll for new releases in the upstream brokerpaks (or the CSB itself), then trigger a deploy if it sees one. (Or alternatively, generate a PR.)
Right now the brokerpak release version to be included is hard-coded in the
app-setup.sh
script. So to upgrade the version of the brokerpaks that are deployed, you have to edit the script to let it know about the new version.Instead, this repository should poll for new releases in the upstream brokerpaks (or the CSB itself), then trigger a deploy if it sees one. (Or alternatively, generate a PR.)
The method for doing this is sketched out here: https://stackoverflow.com/a/58468828
The text was updated successfully, but these errors were encountered: