Skip to content

Commit b00a506

Browse files
committed
Fix nil reference in controller mode when deployment has error
This error presents as a panic mentioning profiles. It is due to missing/invalid secrets and/or invalid CPU/Memory requests/limits. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent c24edde commit b00a506

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

chart/openfaas/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.57
157+
image: ghcr.io/openfaasltd/faas-netes:0.5.58
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.57
195+
image: ghcr.io/openfaasltd/faas-netes:0.5.58
196196
logs:
197197
debug: false
198198
format: "console"

0 commit comments

Comments
 (0)