Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Tags: openfaas/ofc-bootstrap

Tags

0.10.2

Show error from registry validation

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.10.1

Add field to enable openfaas operator

This commit adds field `enable_openfaas_operator` to deploy OpenFaaS with operator

Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>

0.10.0

Fix issue with reading minio secret

The quotes in the jsonpath expression were not being parsed
correctly by kubectl.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.9.8

Convert to using GHCR images

This moved over to using the GHCR images at the most recent version,
0.14.4

Tested by deploying to a new cluster, all images pulled and started
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>

0.9.7

Fixing Github Actions

There was a line trying to cd into gopath, this isnt set in GH actions
and they don't checkout there

Signed-off-by: Alistair Hey <alistair@heyal.co.uk>

0.9.6

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>

0.9.5

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>

0.9.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove node8

0.9.3

Added check for template file

Signed-off-by: kadern0 <kaderno@gmail.com>

0.9.2

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>