@@ -154,7 +154,7 @@ eventWorker:
154154
155155# For OpenFaaS Pro and the Function CRD
156156operator :
157- image : ghcr.io/openfaasltd/faas-netes:0.5.70
157+ image : ghcr.io/openfaasltd/faas-netes:0.5.71
158158 create : false
159159 logs :
160160 debug : false
@@ -201,7 +201,7 @@ operator:
201201 successThreshold : 1
202202
203203faasnetesPro :
204- image : ghcr.io/openfaasltd/faas-netes:0.5.70
204+ image : ghcr.io/openfaasltd/faas-netes:0.5.71
205205 logs :
206206 debug : false
207207 format : " console"
@@ -211,7 +211,7 @@ faasnetesOem:
211211
212212# For the Community Edition
213213faasnetes :
214- image : ghcr.io/openfaas/faas-netes:0.18.14
214+ image : ghcr.io/openfaas/faas-netes:0.18.15
215215 resources :
216216 requests :
217217 memory : " 120Mi"
@@ -287,14 +287,22 @@ queueWorker:
287287# # Advanced auto-scaler for scaling functions on RPS, CPU and in-flight requests
288288# # Includes: scale to zero
289289autoscaler :
290- image : ghcr.io/openfaasltd/autoscaler:0.3.18
290+ image : ghcr.io/openfaasltd/autoscaler:0.3.19
291291
292292 # Default value for "com.openfaas.scale.target" when not set via label
293293 defaultTarget : 50
294294
295+ # Advanced feature, not recommended to use this.
296+ # When set to true, any function that has been scaled to zero without
297+ # a com.openfaas.scale.zero=true label will be immediately scaled back to its
298+ # minimum replica count.
299+ maintainMinimumReplicas : false
300+
295301 # replicas should only ever be set to 1, as a singleton.
296302 replicas : 1
303+
297304 enabled : true
305+
298306 resources :
299307 requests :
300308 memory : " 128Mi"
377385# # if you wish to retain the metrics for a longer period, you should
378386# # scrape this instance from an external Prometheus server
379387prometheus :
380- image : prom/prometheus:v3.4.2
388+ image : prom/prometheus:v3.5.0
381389 create : true
382390 retention :
383391 time : 15d
0 commit comments