@@ -102,7 +102,7 @@ gateway:
102
102
cpu : " 50m"
103
103
104
104
basicAuthPlugin :
105
- image : ghcr.io/openfaas/basic-auth:0.21.1
105
+ image : ghcr.io/openfaas/basic-auth:0.21.3
106
106
replicas : 1
107
107
resources :
108
108
requests :
@@ -115,7 +115,7 @@ operatorPro:
115
115
image : ghcr.io/openfaasltd/faas-netes:0.1.1
116
116
117
117
faasnetes :
118
- image : ghcr.io/openfaas/faas-netes:0.14.1
118
+ image : ghcr.io/openfaas/faas-netes:0.14.2
119
119
readTimeout : " 60s"
120
120
writeTimeout : " 60s"
121
121
imagePullPolicy : " Always" # Image pull policy for deployed functions
@@ -136,7 +136,7 @@ faasnetes:
136
136
137
137
# replaces faas-netes with openfaas-operator
138
138
operator :
139
- image : ghcr.io/openfaas/faas-netes:0.14.1
139
+ image : ghcr.io/openfaas/faas-netes:0.14.2
140
140
create : false
141
141
# set this to false when creating multiple releases in the same cluster
142
142
# must be true for the first one only
@@ -149,9 +149,10 @@ operator:
149
149
# OpenFaaS Pro
150
150
# The values for queueWorkerPro are merged with those under
151
151
# the "queueWorker" section
152
+ #
153
+ # Enabled automatically when openfaasPro is set to true
152
154
queueWorkerPro :
153
155
image : ghcr.io/openfaasltd/queue-worker:0.1.2
154
- enabled : false
155
156
maxRetryAttempts : " 10"
156
157
maxRetryWait : " 120s"
157
158
initialRetryWait : " 10s"
@@ -192,7 +193,7 @@ alertmanager:
192
193
limits :
193
194
memory : " 50Mi"
194
195
195
- # async provider
196
+ # NATS is required for async
196
197
nats :
197
198
channel : " faas-request"
198
199
external :
@@ -231,7 +232,7 @@ ingress:
231
232
# ingressOperator (optional) – component to have specific FQDN and TLS for Functions
232
233
# https://github.com/openfaas-incubator/ingress-operator
233
234
ingressOperator :
234
- image : ghcr.io/openfaas/ingress-operator:0.6.7
235
+ image : ghcr.io/openfaas/ingress-operator:0.7.1
235
236
replicas : 1
236
237
create : false
237
238
resources :
0 commit comments