Thanks to visit codestin.com
Credit goes to github.com

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

Toggle 0.10.2's commit message
Show error from registry validation

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.10.1

Toggle 0.10.1's commit message
Add field to enable openfaas operator

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

Signed-off-by: Vivek Singh <[email protected]>

0.10.0

Toggle 0.10.0's commit message
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) <[email protected]>

0.9.8

Toggle 0.9.8's commit message
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 <[email protected]>

0.9.7

Toggle 0.9.7's commit message
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 <[email protected]>

0.9.6

Toggle 0.9.6's commit message
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) <[email protected]>

0.9.5

Toggle 0.9.5's commit message
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 <[email protected]>

0.9.4

Toggle 0.9.4's commit message

Verified

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

0.9.3

Toggle 0.9.3's commit message
Added check for template file

Signed-off-by: kadern0 <[email protected]>

0.9.2

Toggle 0.9.2's commit message
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 <[email protected]>