From b00a50610e758ad50af646e4d6ab83da7b2739cd Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Tue, 26 Nov 2024 08:32:21 +0000 Subject: [PATCH] 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) --- chart/openfaas/Chart.yaml | 2 +- chart/openfaas/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/openfaas/Chart.yaml b/chart/openfaas/Chart.yaml index e660c9ef3..855e41ef8 100644 --- a/chart/openfaas/Chart.yaml +++ b/chart/openfaas/Chart.yaml @@ -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 diff --git a/chart/openfaas/values.yaml b/chart/openfaas/values.yaml index 5e32d7a63..4e89bcfc3 100644 --- a/chart/openfaas/values.yaml +++ b/chart/openfaas/values.yaml @@ -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 @@ -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"