Skip to content

Commit 88017a9

Browse files
committed
Update OpenFaaS CE and Standard/Enterprise
* OpenFaaS CE gets an update to client-go 1.28 * OpenFaaS CE / Standard gets support for leader election Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 30c8dad commit 88017a9

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
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.1.11
5+
version: 14.1.12
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ gateway:
9292

9393
# For OpenFaaS Pro and the Function CRD
9494
operator:
95-
image: ghcr.io/openfaasltd/faas-netes:0.4.24
95+
image: ghcr.io/openfaasltd/faas-netes:0.5.0
9696
create: false
9797
# Unnecessary when running a single replica of the gateway
9898
leaderElection:
@@ -109,6 +109,12 @@ operator:
109109
kubeClientQPS: 100
110110
kubeClientBurst: 250
111111

112+
# For OpenFaaS for Enterprises, these numbers can be set higher,
113+
# For very high usage, you can increase the rate at which Function CRs
114+
# are processed and turned into deployments, or updated in response to changes
115+
reconcileQPS: 100
116+
reconcileBurst: 250
117+
112118
# When set to true, pprof will be enabled, and the
113119
# service "faas-provider" will gain an extra port to
114120
# expose the pprof endpoint, this cannot be used in production
@@ -117,11 +123,11 @@ operator:
117123
pprof: false
118124

119125
faasnetesPro:
120-
image: ghcr.io/openfaasltd/faas-netes:0.4.24
126+
image: ghcr.io/openfaasltd/faas-netes:0.5.0
121127

122128
# For the Community Edition
123129
faasnetes:
124-
image: ghcr.io/openfaas/faas-netes:0.17.1
130+
image: ghcr.io/openfaas/faas-netes:0.17.2
125131
resources:
126132
requests:
127133
memory: "120Mi"

0 commit comments

Comments
 (0)