Skip to content

Commit

Permalink
Fix nil reference in controller mode when deployment has error
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
alexellis committed Nov 26, 2024
1 parent c24edde commit b00a506
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chart/openfaas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
type: application
description: OpenFaaS - Serverless Functions Made Simple
name: openfaas
version: 14.2.83
version: 14.2.84
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
4 changes: 2 additions & 2 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ eventWorker:

# For OpenFaaS Pro and the Function CRD
operator:
image: ghcr.io/openfaasltd/faas-netes:0.5.57
image: ghcr.io/openfaasltd/faas-netes:0.5.58
create: false
logs:
debug: false
Expand Down Expand Up @@ -192,7 +192,7 @@ operator:
pprof: false

faasnetesPro:
image: ghcr.io/openfaasltd/faas-netes:0.5.57
image: ghcr.io/openfaasltd/faas-netes:0.5.58
logs:
debug: false
format: "console"
Expand Down

0 comments on commit b00a506

Please sign in to comment.