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"