Skip to content

Commit

Permalink
Updates for websocket support
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 Feb 27, 2025
1 parent c284398 commit 6aaab02
Show file tree
Hide file tree
Showing 14 changed files with 320 additions and 296 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.93
version: 14.2.94
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
10 changes: 5 additions & 5 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ functions:
failureThreshold: 3

gatewayPro:
image: ghcr.io/openfaasltd/gateway:0.4.37
image: ghcr.io/openfaasltd/gateway:0.4.38
pprof: false

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

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

faasnetesPro:
image: ghcr.io/openfaasltd/faas-netes:0.5.60
image: ghcr.io/openfaasltd/faas-netes:0.5.61
logs:
debug: false
format: "console"
Expand Down Expand Up @@ -365,7 +365,7 @@ iam:
## if you wish to retain the metrics for a longer period, you should
## scrape this instance from an external Prometheus server
prometheus:
image: prom/prometheus:v3.2.0
image: prom/prometheus:v3.2.1
create: true
retention:
time: 15d
Expand Down Expand Up @@ -401,7 +401,7 @@ nats:
host: ""
port: ""
# The version of NATS Core used with OpenFaaS Pro and JetStream
image: nats:2.10.25
image: nats:2.10.26
resources:
requests:
memory: "120Mi"
Expand Down
Binary file modified docs/cron-connector-0.6.12.tgz
Binary file not shown.
Loading

0 comments on commit 6aaab02

Please sign in to comment.