This repository was archived by the owner on Feb 2, 2021. It is now read-only.
Tags: openfaas/ofc-bootstrap
Tags
Update helm repos for charts Minio and Nginx have moved to new chart locations, and Minio now requests 4Gi of RAM, causing under-spec'd clusters not to start. This PR sets the RAM to 512Mi as a request instead. Untested changes. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Move github app HTML templates to templates folder The html templates for the github app creation helper have been moved into `./templates/github/` so a user can avoid copying extra files/folders if using ofc-bootstrap outside the clone dir. This was tested by building and running the create-github-app command and generating a github app Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
Make Grep case insensitive in download script Github made the location header lowercase, so our get.sh script was failing. This makes the grep case inseneitive. Tested by running the script to make sure it failed, then making the grep into a `grep -i` and running again, this time it worked. Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
PreviousNext