Skip to content

Commit

Permalink
Fix: for body to a streaming text function for OF Standard
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Jan 12, 2024
1 parent fd31169 commit 076c912
Show file tree
Hide file tree
Showing 16 changed files with 478 additions and 452 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: 14.2.9
version: 14.2.10
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
8 changes: 4 additions & 4 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ functions:
failureThreshold: 3

gatewayPro:
image: ghcr.io/openfaasltd/gateway:0.4.20
image: ghcr.io/openfaasltd/gateway:0.4.21
pprof: false

gateway:
Expand Down Expand Up @@ -126,7 +126,7 @@ eventWorker:

# For OpenFaaS Pro and the Function CRD
operator:
image: ghcr.io/openfaasltd/faas-netes:0.5.11
image: ghcr.io/openfaasltd/faas-netes:0.5.12
create: false
logs:
debug: false
Expand Down Expand Up @@ -164,7 +164,7 @@ operator:
pprof: false

faasnetesPro:
image: ghcr.io/openfaasltd/faas-netes:0.5.11
image: ghcr.io/openfaasltd/faas-netes:0.5.12

# For the Community Edition
faasnetes:
Expand Down Expand Up @@ -342,7 +342,7 @@ nats:
host: ""
port: ""
# The version of NATS Core used with OpenFaaS Pro and JetStream
image: nats:2.10.8
image: nats:2.10.9
resources:
requests:
memory: "120Mi"
Expand Down
Binary file modified docs/cron-connector-0.6.8.tgz
Binary file not shown.
Binary file modified docs/federated-gateway-0.1.0.tgz
Binary file not shown.
Loading

0 comments on commit 076c912

Please sign in to comment.