Project 'platform-one/big-bang/apps/developer-tools/sonarqube' was moved to 'big-bang/product/packages/sonarqube'. Please update any links and bookmarks that may still have the old path.
Update the install-plugins ConfigMap to use curl instead of wget
The current install-plugins ConfigMap requires wget
in an initContainer to install plugins on startup. However, it appears wget
is not available in any IronBank images, so it would be easier to change it to use curl
.