Skip to content

Commit 46a9078

Browse files
committed
Regenerate charts for newer images
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 39509ce commit 46a9078

16 files changed

+314
-271
lines changed

chart/openfaas/Chart.yaml

+1-1
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: 14.2.77
5+
version: 14.2.78
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ gatewayPro:
7070
pprof: false
7171

7272
gateway:
73-
image: ghcr.io/openfaas/gateway:0.27.9
73+
image: ghcr.io/openfaas/gateway:0.27.10
7474
readTimeout: "1m05s"
7575
writeTimeout: "1m05s"
7676
upstreamTimeout: "1m" # Must be smaller than read/write_timeout
@@ -154,7 +154,7 @@ eventWorker:
154154

155155
# For OpenFaaS Pro and the Function CRD
156156
operator:
157-
image: ghcr.io/openfaasltd/faas-netes:0.5.53
157+
image: ghcr.io/openfaasltd/faas-netes:0.5.54
158158
create: false
159159
logs:
160160
debug: false
@@ -192,7 +192,7 @@ operator:
192192
pprof: false
193193

194194
faasnetesPro:
195-
image: ghcr.io/openfaasltd/faas-netes:0.5.53
195+
image: ghcr.io/openfaasltd/faas-netes:0.5.54
196196
logs:
197197
debug: false
198198
format: "console"
@@ -202,7 +202,7 @@ faasnetesOem:
202202

203203
# For the Community Edition
204204
faasnetes:
205-
image: ghcr.io/openfaas/faas-netes:0.18.9
205+
image: ghcr.io/openfaas/faas-netes:0.18.10
206206
resources:
207207
requests:
208208
memory: "120Mi"
@@ -213,7 +213,7 @@ faasnetes:
213213
#
214214
# Enable automatically when nats.queueMode is set to "jetstream"
215215
jetstreamQueueWorker:
216-
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.42
216+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.43
217217
durableName: "faas-workers"
218218
# Configure the max waiting pulls for the queue-worker JetStream consumer.
219219
# The value should be at least max_inflight * replicas.
@@ -325,7 +325,7 @@ dashboard:
325325
# OpenFaaS Enterprise (OpenFaaS IAM)
326326
# OIDC plugin for authentication on the OpenFaaS REST API
327327
oidcAuthPlugin:
328-
image: ghcr.io/openfaasltd/openfaas-oidc-plugin:0.7.7
328+
image: ghcr.io/openfaasltd/openfaas-oidc-plugin:0.7.8
329329
insecureTLS: false
330330
replicas: 1
331331
securityContext: true

chart/queue-worker/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: queue-worker
33
description: Dedicated queue-worker for OpenFaaS using JetStream
44
type: application
5-
version: 0.2.9
5+
version: 0.2.10
66
keywords:
77
- openfaas
88
- jetstream

chart/queue-worker/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# You will need to create a license named "openfaas-license" - see the
55
# chart README for detailed instructions.
66

7-
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.42
7+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.43
88

99
replicas: 1
1010

docs/cron-connector-0.6.11.tgz

0 Bytes
Binary file not shown.

docs/federated-gateway-0.1.0.tgz

170 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)