Skip to content

Commit 044a9eb

Browse files
committed
Fix to include Function:Invoke in wildcard action
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent cac64e0 commit 044a9eb

14 files changed

+343
-319
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: 14.2.110
5+
version: 14.2.111
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ functions:
6666
failureThreshold: 3
6767

6868
gatewayPro:
69-
image: ghcr.io/openfaasltd/gateway:0.4.41
69+
image: ghcr.io/openfaasltd/gateway:0.4.42
7070
pprof: false
7171

7272
gateway:
@@ -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.71
157+
image: ghcr.io/openfaasltd/faas-netes:0.5.72
158158
create: false
159159
logs:
160160
debug: false
@@ -201,7 +201,7 @@ operator:
201201
successThreshold: 1
202202

203203
faasnetesPro:
204-
image: ghcr.io/openfaasltd/faas-netes:0.5.71
204+
image: ghcr.io/openfaasltd/faas-netes:0.5.72
205205
logs:
206206
debug: false
207207
format: "console"
@@ -345,7 +345,7 @@ dashboard:
345345
# OpenFaaS Enterprise (OpenFaaS IAM)
346346
# OIDC plugin for authentication on the OpenFaaS REST API
347347
oidcAuthPlugin:
348-
image: ghcr.io/openfaasltd/openfaas-oidc-plugin:0.7.9
348+
image: ghcr.io/openfaasltd/openfaas-oidc-plugin:0.7.10
349349
insecureTLS: false
350350
replicas: 1
351351
securityContext: true

docs/cron-connector-0.6.13.tgz

4 Bytes
Binary file not shown.

docs/index.yaml

Lines changed: 338 additions & 314 deletions
Large diffs are not rendered by default.

docs/kafka-connector-0.7.13.tgz

3 Bytes
Binary file not shown.

docs/mqtt-connector-0.4.7.tgz

0 Bytes
Binary file not shown.

docs/nats-connector-0.3.2.tgz

0 Bytes
Binary file not shown.

docs/openfaas-14.2.111.tgz

63.4 KB
Binary file not shown.

docs/postgres-connector-0.1.2.tgz

3 Bytes
Binary file not shown.

docs/pro-builder-0.5.0.tgz

-5 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)