@@ -64,7 +64,7 @@ functions:
6464 failureThreshold : 3
6565
6666gatewayPro :
67- image : ghcr.io/openfaasltd/gateway:0.5.3
67+ image : ghcr.io/openfaasltd/gateway:0.5.4
6868 pprof : false
6969
7070gateway :
@@ -140,7 +140,7 @@ eventSubscription:
140140 httpVerbs : " PUT,POST,DELETE"
141141
142142eventWorker :
143- image : ghcr.io/openfaasltd/event-worker:0.1.0
143+ image : ghcr.io/openfaasltd/event-worker:0.1.1
144144 replicas : 1
145145 logs :
146146 debug : false
@@ -152,7 +152,7 @@ eventWorker:
152152
153153# For OpenFaaS Pro and the Function CRD
154154operator :
155- image : ghcr.io/openfaasltd/faas-netes:0.5.76
155+ image : ghcr.io/openfaasltd/faas-netes:0.5.77
156156 create : false
157157 logs :
158158 debug : false
@@ -199,7 +199,7 @@ operator:
199199 successThreshold : 1
200200
201201faasnetesPro :
202- image : ghcr.io/openfaasltd/faas-netes:0.5.76
202+ image : ghcr.io/openfaasltd/faas-netes:0.5.77
203203 logs :
204204 debug : false
205205 format : " console"
@@ -220,7 +220,7 @@ faasnetes:
220220#
221221# The Jetstream queue-worker is the default queue-worker for OpenFaaS Pro.
222222jetstreamQueueWorker :
223- image : ghcr.io/openfaasltd/jetstream-queue-worker:0.4.4
223+ image : ghcr.io/openfaasltd/jetstream-queue-worker:0.4.5
224224 mode : " static"
225225 consumer :
226226 inactiveThreshold : " 30s"
@@ -286,7 +286,7 @@ queueWorker:
286286# # Advanced auto-scaler for scaling functions on RPS, CPU and in-flight requests
287287# # Includes: scale to zero
288288autoscaler :
289- image : ghcr.io/openfaasltd/autoscaler:0.3.22
289+ image : ghcr.io/openfaasltd/autoscaler:0.3.23
290290
291291 # Default value for "com.openfaas.scale.target" when not set via label
292292 defaultTarget : 50
@@ -324,7 +324,7 @@ autoscaler:
324324# # To use with port-forwarding, set publicURL to
325325# # http://127.0.0.1
326326dashboard :
327- image : ghcr.io/openfaasltd/openfaas-dashboard:0.5.38
327+ image : ghcr.io/openfaasltd/openfaas-dashboard:0.5.39
328328 publicURL : https://dashboard.example.com
329329 # Name of signing key secret for sessions.
330330 # Leave blank for development, see https://docs.openfaas.com/openfaas-pro/dashboard/ for production and staging.
0 commit comments