@@ -70,7 +70,7 @@ gatewayPro:
70
70
pprof : false
71
71
72
72
gateway :
73
- image : ghcr.io/openfaas/gateway:0.27.9
73
+ image : ghcr.io/openfaas/gateway:0.27.10
74
74
readTimeout : " 1m05s"
75
75
writeTimeout : " 1m05s"
76
76
upstreamTimeout : " 1m" # Must be smaller than read/write_timeout
@@ -154,7 +154,7 @@ eventWorker:
154
154
155
155
# For OpenFaaS Pro and the Function CRD
156
156
operator :
157
- image : ghcr.io/openfaasltd/faas-netes:0.5.53
157
+ image : ghcr.io/openfaasltd/faas-netes:0.5.54
158
158
create : false
159
159
logs :
160
160
debug : false
@@ -192,7 +192,7 @@ operator:
192
192
pprof : false
193
193
194
194
faasnetesPro :
195
- image : ghcr.io/openfaasltd/faas-netes:0.5.53
195
+ image : ghcr.io/openfaasltd/faas-netes:0.5.54
196
196
logs :
197
197
debug : false
198
198
format : " console"
@@ -202,7 +202,7 @@ faasnetesOem:
202
202
203
203
# For the Community Edition
204
204
faasnetes :
205
- image : ghcr.io/openfaas/faas-netes:0.18.9
205
+ image : ghcr.io/openfaas/faas-netes:0.18.10
206
206
resources :
207
207
requests :
208
208
memory : " 120Mi"
@@ -213,7 +213,7 @@ faasnetes:
213
213
#
214
214
# Enable automatically when nats.queueMode is set to "jetstream"
215
215
jetstreamQueueWorker :
216
- image : ghcr.io/openfaasltd/jetstream-queue-worker:0.3.42
216
+ image : ghcr.io/openfaasltd/jetstream-queue-worker:0.3.43
217
217
durableName : " faas-workers"
218
218
# Configure the max waiting pulls for the queue-worker JetStream consumer.
219
219
# The value should be at least max_inflight * replicas.
@@ -325,7 +325,7 @@ dashboard:
325
325
# OpenFaaS Enterprise (OpenFaaS IAM)
326
326
# OIDC plugin for authentication on the OpenFaaS REST API
327
327
oidcAuthPlugin :
328
- image : ghcr.io/openfaasltd/openfaas-oidc-plugin:0.7.7
328
+ image : ghcr.io/openfaasltd/openfaas-oidc-plugin:0.7.8
329
329
insecureTLS : false
330
330
replicas : 1
331
331
securityContext : true
0 commit comments