File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22type : application
33description : OpenFaaS - Serverless Functions Made Simple
44name : openfaas
5- version : 15.0.1
5+ version : 15.0.2
66sources :
77- https://github.com/openfaas/faas
88- https://github.com/openfaas/faas-netes
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ eventWorker:
152152
153153# For OpenFaaS Pro and the Function CRD
154154operator :
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
201201faasnetesPro :
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
356356oidcAuthPlugin :
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"
You can’t perform that action at this time.
0 commit comments