@@ -102,7 +102,7 @@ gateway:
102102 cpu : " 50m"
103103
104104basicAuthPlugin :
105- image : ghcr.io/openfaas/basic-auth:0.21.1
105+ image : ghcr.io/openfaas/basic-auth:0.21.3
106106 replicas : 1
107107 resources :
108108 requests :
@@ -115,7 +115,7 @@ operatorPro:
115115 image : ghcr.io/openfaasltd/faas-netes:0.1.1
116116
117117faasnetes :
118- image : ghcr.io/openfaas/faas-netes:0.14.1
118+ image : ghcr.io/openfaas/faas-netes:0.14.2
119119 readTimeout : " 60s"
120120 writeTimeout : " 60s"
121121 imagePullPolicy : " Always" # Image pull policy for deployed functions
@@ -136,7 +136,7 @@ faasnetes:
136136
137137# replaces faas-netes with openfaas-operator
138138operator :
139- image : ghcr.io/openfaas/faas-netes:0.14.1
139+ image : ghcr.io/openfaas/faas-netes:0.14.2
140140 create : false
141141 # set this to false when creating multiple releases in the same cluster
142142 # must be true for the first one only
@@ -149,9 +149,10 @@ operator:
149149# OpenFaaS Pro
150150# The values for queueWorkerPro are merged with those under
151151# the "queueWorker" section
152+ #
153+ # Enabled automatically when openfaasPro is set to true
152154queueWorkerPro :
153155 image : ghcr.io/openfaasltd/queue-worker:0.1.2
154- enabled : false
155156 maxRetryAttempts : " 10"
156157 maxRetryWait : " 120s"
157158 initialRetryWait : " 10s"
@@ -192,7 +193,7 @@ alertmanager:
192193 limits :
193194 memory : " 50Mi"
194195
195- # async provider
196+ # NATS is required for async
196197nats :
197198 channel : " faas-request"
198199 external :
@@ -231,7 +232,7 @@ ingress:
231232# ingressOperator (optional) – component to have specific FQDN and TLS for Functions
232233# https://github.com/openfaas-incubator/ingress-operator
233234ingressOperator :
234- image : ghcr.io/openfaas/ingress-operator:0.6.7
235+ image : ghcr.io/openfaas/ingress-operator:0.7.1
235236 replicas : 1
236237 create : false
237238 resources :
0 commit comments