Skip to content

Commit 5dfd372

Browse files
committed
Set termination grace period to write_timeout for functions
See also: #870 for more Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 3ab2d57 commit 5dfd372

12 files changed

+256
-230
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: 8.1.3
5+
version: 9.0.0
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ basicAuthPlugin:
8484
cpu: "20m"
8585

8686
faasnetes:
87-
image: ghcr.io/openfaas/faas-netes:0.13.8
87+
image: ghcr.io/openfaas/faas-netes:0.14.1
8888
readTimeout: "60s"
8989
writeTimeout: "60s"
9090
imagePullPolicy: "Always" # Image pull policy for deployed functions
@@ -105,7 +105,7 @@ faasnetes:
105105

106106
# replaces faas-netes with openfaas-operator
107107
operator:
108-
image: ghcr.io/openfaas/faas-netes:0.13.5
108+
image: ghcr.io/openfaas/faas-netes:0.14.1
109109
create: false
110110
# set this to false when creating multiple releases in the same cluster
111111
# must be true for the first one only

docs/cron-connector-0.5.3.tgz

-1 Bytes
Binary file not shown.

docs/index.yaml

Lines changed: 250 additions & 224 deletions
Large diffs are not rendered by default.

docs/kafka-connector-0.6.7.tgz

64 Bytes
Binary file not shown.

docs/mqtt-connector-0.4.5.tgz

-2 Bytes
Binary file not shown.

docs/nats-connector-0.1.1.tgz

-1 Bytes
Binary file not shown.

docs/openfaas-9.0.0.tgz

25.4 KB
Binary file not shown.

docs/probuilder-0.1.0.tgz

0 Bytes
Binary file not shown.

yaml/alertmanager-dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yaml/gateway-dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yaml/prometheus-dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)