Skip to content

Commit 8a5563d

Browse files
committed
Fix for nil reference in faas-netes when annotations missing
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 8efe7b2 commit 8a5563d

17 files changed

+542
-518
lines changed

chart/openfaas/Chart.yaml

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

chart/openfaas/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ OpenFaaS OEM is available subject to contract for local development and requires
154154
kubectl create secret generic \
155155
-n openfaas \
156156
openfaas-license \
157-
--from-file license=$HOME/.openfaas/OEM
157+
--from-file license=$HOME/.openfaas/LICENSE-OEM
158158
```
159159

160160
Then, pass the `--set oem=true` flag to `helm`, or set `oem: true` in your values.yaml file.

chart/openfaas/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ eventWorker:
145145

146146
# For OpenFaaS Pro and the Function CRD
147147
operator:
148-
image: ghcr.io/openfaasltd/faas-netes:0.5.47
148+
image: ghcr.io/openfaasltd/faas-netes:0.5.48
149149
create: false
150150
logs:
151151
debug: false
@@ -183,7 +183,7 @@ operator:
183183
pprof: false
184184

185185
faasnetesPro:
186-
image: ghcr.io/openfaasltd/faas-netes:0.5.47
186+
image: ghcr.io/openfaasltd/faas-netes:0.5.48
187187
logs:
188188
debug: false
189189
format: "console"
@@ -333,7 +333,7 @@ iam:
333333
tokenExpiry: 2h
334334

335335
prometheus:
336-
image: prom/prometheus:v2.53.0
336+
image: prom/prometheus:v2.53.1
337337
create: true
338338
retention:
339339
time: 15d

docs/cron-connector-0.6.10.tgz

2 Bytes
Binary file not shown.

docs/federated-gateway-0.1.0.tgz

173 Bytes
Binary file not shown.

docs/index.yaml

+534-510
Large diffs are not rendered by default.

docs/kafka-connector-0.7.10.tgz

5 Bytes
Binary file not shown.

docs/mqtt-connector-0.4.7.tgz

2 Bytes
Binary file not shown.

docs/nats-connector-0.3.2.tgz

4 Bytes
Binary file not shown.

docs/openfaas-14.2.55.tgz

60 KB
Binary file not shown.

docs/postgres-connector-0.1.1.tgz

3 Bytes
Binary file not shown.

docs/pro-builder-0.4.14.tgz

5.74 KB
Binary file not shown.

docs/queue-worker-0.2.8.tgz

3 Bytes
Binary file not shown.

docs/sns-connector-0.1.3.tgz

0 Bytes
Binary file not shown.

docs/sqs-connector-0.2.6.tgz

3 Bytes
Binary file not shown.

yaml/alertmanager-dep.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yaml/prometheus-dep.yml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)