Skip to content

Commit 9d4a22f

Browse files
committed
Required fix for memory leak in gateway
See changelog. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent c402b91 commit 9d4a22f

19 files changed

+211
-180
lines changed

chart/openfaas/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: OpenFaaS - Serverless Functions Made Simple
33
name: openfaas
4-
version: 6.2.0
4+
version: 6.2.1
55
sources:
66
- https://github.com/openfaas/faas
77
- https://github.com/openfaas/faas-netes

chart/openfaas/values-arm64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ oauth2Plugin:
1414
enabled: false
1515

1616
faasnetes:
17-
image: ghcr.io/openfaas/faas-netes:0.12.8
17+
image: ghcr.io/openfaas/faas-netes:0.12.9
1818

1919
operator:
20-
image: ghcr.io/openfaas/faas-netes:0.12.8
20+
image: ghcr.io/openfaas/faas-netes:0.12.9
2121
create: false
2222

2323
queueWorker:

chart/openfaas/values-armhf.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ nodeSelector:
77
beta.kubernetes.io/arch: arm
88

99
gateway:
10-
image: openfaas/gateway:0.20.1-armhf
10+
image: openfaas/gateway:0.20.2-armhf
1111
directFunctions: true
1212

1313
oauth2Plugin:
1414
enabled: false
1515

1616
faasnetes:
17-
image: ghcr.io/openfaas/faas-netes:0.12.8
17+
image: ghcr.io/openfaas/faas-netes:0.12.9
1818

1919
operator:
20-
image: ghcr.io/openfaas/faas-netes:0.12.8
20+
image: ghcr.io/openfaas/faas-netes:0.12.9
2121
create: false
2222

2323
queueWorker:

chart/openfaas/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gatewayExternal:
2323
annotations: {}
2424

2525
gateway:
26-
image: openfaas/gateway:0.20.1
26+
image: openfaas/gateway:0.20.2
2727
readTimeout : "65s"
2828
writeTimeout : "65s"
2929
upstreamTimeout : "60s" # Must be smaller than read/write_timeout
@@ -74,7 +74,7 @@ oauth2Plugin:
7474
securityContext: true
7575

7676
faasnetes:
77-
image: ghcr.io/openfaas/faas-netes:0.12.8
77+
image: ghcr.io/openfaas/faas-netes:0.12.9
7878
readTimeout : "60s"
7979
writeTimeout : "60s"
8080
imagePullPolicy : "Always" # Image pull policy for deployed functions
@@ -95,7 +95,7 @@ faasnetes:
9595

9696
# replaces faas-netes with openfaas-operator
9797
operator:
98-
image: ghcr.io/openfaas/faas-netes:0.12.8
98+
image: ghcr.io/openfaas/faas-netes:0.12.9
9999
create: false
100100
# set this to false when creating multiple releases in the same cluster
101101
# must be true for the first one only

docs/cron-connector-0.3.2.tgz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)