Skip to content

Commit 6294911

Browse files
committed
Bump faas-netes (community edition) and other images
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 54f00fd commit 6294911

14 files changed

+277
-252
lines changed

chart/openfaas/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
type: application
33
description: OpenFaaS - Serverless Functions Made Simple
44
name: openfaas
5-
version: 10.0.10
5+
version: 10.0.11
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ gateway:
102102
cpu: "50m"
103103

104104
basicAuthPlugin:
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

117117
faasnetes:
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
138138
operator:
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
152154
queueWorkerPro:
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
196197
nats:
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
233234
ingressOperator:
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:

docs/cron-connector-0.5.3.tgz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)