Skip to content

Commit a621b21

Browse files
committed
Release JetStream for the OpenFaaS chart
This will be a breaking change for you, if: You run OpenFaaS CE or Pro with a pinned NATS version, in- cluster. If you run the NATS server out of cluster, it should have no impact on you. To pin NATS Streaming, see the new section in values.yaml named "stan" Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 37e038f commit a621b21

13 files changed

+329
-299
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: 10.2.13
5+
version: 11.0.0
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values-pro.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ gateway:
4141
queueWorker:
4242
replicas: 3
4343
maxInflight: 25
44-
44+
45+
# Enable JetStream for OpenFaaS, learn more at:
46+
# https://www.openfaas.com/blog/jetstream-for-openfaas/
47+
queueMode: jetstream
48+
4549
# For timeouts longer than 60 seconds see:
4650
# https://docs.openfaas.com/tutorials/expanded-timeouts/

docs/cron-connector-0.6.0.tgz

-1 Bytes
Binary file not shown.

docs/index.yaml

Lines changed: 321 additions & 295 deletions
Large diffs are not rendered by default.

docs/kafka-connector-0.7.1.tgz

0 Bytes
Binary file not shown.

docs/mqtt-connector-0.4.7.tgz

-1 Bytes
Binary file not shown.

docs/nats-connector-0.3.2.tgz

-1 Bytes
Binary file not shown.

docs/openfaas-11.0.0.tgz

32.2 KB
Binary file not shown.

docs/pro-builder-0.3.5.tgz

0 Bytes
Binary file not shown.

docs/queue-worker-0.1.0.tgz

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)