Skip to content

Commit 6aaab02

Browse files
committed
Updates for websocket support
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent c284398 commit 6aaab02

14 files changed

+320
-296
lines changed

chart/openfaas/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
type: application
33
description: OpenFaaS - Serverless Functions Made Simple
44
name: openfaas
5-
version: 14.2.93
5+
version: 14.2.94
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ functions:
6666
failureThreshold: 3
6767

6868
gatewayPro:
69-
image: ghcr.io/openfaasltd/gateway:0.4.37
69+
image: ghcr.io/openfaasltd/gateway:0.4.38
7070
pprof: false
7171

7272
gateway:
@@ -154,7 +154,7 @@ eventWorker:
154154

155155
# For OpenFaaS Pro and the Function CRD
156156
operator:
157-
image: ghcr.io/openfaasltd/faas-netes:0.5.60
157+
image: ghcr.io/openfaasltd/faas-netes:0.5.61
158158
create: false
159159
logs:
160160
debug: false
@@ -192,7 +192,7 @@ operator:
192192
pprof: false
193193

194194
faasnetesPro:
195-
image: ghcr.io/openfaasltd/faas-netes:0.5.60
195+
image: ghcr.io/openfaasltd/faas-netes:0.5.61
196196
logs:
197197
debug: false
198198
format: "console"
@@ -365,7 +365,7 @@ iam:
365365
## if you wish to retain the metrics for a longer period, you should
366366
## scrape this instance from an external Prometheus server
367367
prometheus:
368-
image: prom/prometheus:v3.2.0
368+
image: prom/prometheus:v3.2.1
369369
create: true
370370
retention:
371371
time: 15d
@@ -401,7 +401,7 @@ nats:
401401
host: ""
402402
port: ""
403403
# The version of NATS Core used with OpenFaaS Pro and JetStream
404-
image: nats:2.10.25
404+
image: nats:2.10.26
405405
resources:
406406
requests:
407407
memory: "120Mi"

docs/cron-connector-0.6.12.tgz

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)