Skip to content

Commit

Permalink
Fix for nil reference in faas-netes when annotations missing
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Jul 10, 2024
1 parent 8efe7b2 commit 8a5563d
Show file tree
Hide file tree
Showing 17 changed files with 542 additions and 518 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.54
version: 14.2.55
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
2 changes: 1 addition & 1 deletion chart/openfaas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ OpenFaaS OEM is available subject to contract for local development and requires
kubectl create secret generic \
-n openfaas \
openfaas-license \
--from-file license=$HOME/.openfaas/OEM
--from-file license=$HOME/.openfaas/LICENSE-OEM
```

Then, pass the `--set oem=true` flag to `helm`, or set `oem: true` in your values.yaml file.
Expand Down
6 changes: 3 additions & 3 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ eventWorker:

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

faasnetesPro:
image: ghcr.io/openfaasltd/faas-netes:0.5.47
image: ghcr.io/openfaasltd/faas-netes:0.5.48
logs:
debug: false
format: "console"
Expand Down Expand Up @@ -333,7 +333,7 @@ iam:
tokenExpiry: 2h

prometheus:
image: prom/prometheus:v2.53.0
image: prom/prometheus:v2.53.1
create: true
retention:
time: 15d
Expand Down
Binary file modified docs/cron-connector-0.6.10.tgz
Binary file not shown.
Binary file modified docs/federated-gateway-0.1.0.tgz
Binary file not shown.
1,044 changes: 534 additions & 510 deletions docs/index.yaml

Large diffs are not rendered by default.

Binary file modified docs/kafka-connector-0.7.10.tgz
Binary file not shown.
Binary file modified docs/mqtt-connector-0.4.7.tgz
Binary file not shown.
Binary file modified docs/nats-connector-0.3.2.tgz
Binary file not shown.
Binary file added docs/openfaas-14.2.55.tgz
Binary file not shown.
Binary file modified docs/postgres-connector-0.1.1.tgz
Binary file not shown.
Binary file modified docs/pro-builder-0.4.14.tgz
Binary file not shown.
Binary file modified docs/queue-worker-0.2.8.tgz
Binary file not shown.
Binary file modified docs/sns-connector-0.1.3.tgz
Binary file not shown.
Binary file modified docs/sqs-connector-0.2.6.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion yaml/alertmanager-dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions yaml/prometheus-dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a5563d

Please sign in to comment.