Skip to content

Commit d422df8

Browse files
committed
Support StringEqualIgnoreCase in IAM
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent ddd1e48 commit d422df8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 15.0.1
5+
version: 15.0.2
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
@@ -152,7 +152,7 @@ eventWorker:
152152

153153
# For OpenFaaS Pro and the Function CRD
154154
operator:
155-
image: ghcr.io/openfaasltd/faas-netes:0.5.87
155+
image: ghcr.io/openfaasltd/faas-netes:0.5.88
156156
create: false
157157
logs:
158158
debug: false
@@ -199,7 +199,7 @@ operator:
199199
successThreshold: 1
200200

201201
faasnetesPro:
202-
image: ghcr.io/openfaasltd/faas-netes:0.5.87
202+
image: ghcr.io/openfaasltd/faas-netes:0.5.88
203203
logs:
204204
debug: false
205205
format: "console"
@@ -354,7 +354,7 @@ dashboard:
354354
# OpenFaaS Enterprise (OpenFaaS IAM)
355355
# OIDC plugin for authentication on the OpenFaaS REST API
356356
oidcAuthPlugin:
357-
image: ghcr.io/openfaasltd/openfaas-oidc-plugin:0.7.12
357+
image: ghcr.io/openfaasltd/openfaas-oidc-plugin:0.7.13
358358
insecureTLS: false
359359
replicas: 1
360360
securityContext: true
@@ -442,7 +442,7 @@ nats:
442442
host: ""
443443
port: ""
444444
# The version of NATS Core used with OpenFaaS Pro and JetStream
445-
image: nats:2.12.4
445+
image: nats:2.12.5
446446
resources:
447447
requests:
448448
memory: "120Mi"

0 commit comments

Comments
 (0)