Skip to content

Commit

Permalink
Update faasnetes pro image
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Feb 22, 2022
1 parent 15e103f commit e131309
Show file tree
Hide file tree
Showing 13 changed files with 280 additions and 253 deletions.
2 changes: 1 addition & 1 deletion chart/openfaas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
type: application
description: OpenFaaS - Serverless Functions Made Simple
name: openfaas
version: 10.0.12
version: 10.0.13
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
9 changes: 6 additions & 3 deletions chart/openfaas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@ Now decide how you want to expose the services and edit the `helm upgrade` comma

> Note: even without a LoadBalancer or IngressController you can access your gateway at any time via `kubectl port-forward`.
## Deploy OpenFaaS Community components
## Deploy OpenFaaS Community Edition

> OpenFaaS PRO customers should read on to the next section.
> The Community Edition is meant for open source developers
> OpenFaaS Pro customers should read on to the next section for production deployments.
Now deploy OpenFaaS from the helm chart repo:

Expand Down Expand Up @@ -118,7 +120,8 @@ helm repo update \
--namespace openfaas \
--set functionNamespace=openfaas-fn \
--set generateBasicAuth=true \
--set openfaasPro=true
--set openfaasPro=true \
--set autoscaler.enabled=true
```

The main change here is to add: `--set openfaasPro=true`
Expand Down
4 changes: 2 additions & 2 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ basicAuthPlugin:
cpu: "20m"

faasnetesPro:
image: ghcr.io/openfaasltd/faas-netes:0.1.1
image: ghcr.io/openfaasltd/faas-netes:0.1.2
operatorPro:
image: ghcr.io/openfaasltd/faas-netes:0.1.1
image: ghcr.io/openfaasltd/faas-netes:0.1.2

faasnetes:
image: ghcr.io/openfaas/faas-netes:0.14.2
Expand Down
Binary file modified docs/cron-connector-0.5.3.tgz
Binary file not shown.
Loading

0 comments on commit e131309

Please sign in to comment.