Skip to content

Commit

Permalink
Recreate function deployments when deleted abnormally
Browse files Browse the repository at this point in the history
A regression some time ago meant that if a deployment was
deleted abnormally by i.e. manual user intervention, that it
would not be re-created.

This behaviour has now been reinstated and tested with
OpenFaaS for Enterprises. Functions are not re-created when
the deployment was garbage collected due to a deleted
Function CR.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Nov 25, 2024
1 parent cd64953 commit c24edde
Show file tree
Hide file tree
Showing 14 changed files with 296 additions and 272 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.82
version: 14.2.83
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.56
image: ghcr.io/openfaasltd/faas-netes:0.5.57
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.56
image: ghcr.io/openfaasltd/faas-netes:0.5.57
logs:
debug: false
format: "console"
Expand Down
Binary file modified docs/cron-connector-0.6.11.tgz
Binary file not shown.
Binary file modified docs/federated-gateway-0.1.0.tgz
Binary file not shown.
562 changes: 293 additions & 269 deletions docs/index.yaml

Large diffs are not rendered by default.

Binary file modified docs/kafka-connector-0.7.11.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.83.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.15.tgz
Binary file not shown.
Binary file modified docs/queue-worker-0.2.10.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.

0 comments on commit c24edde

Please sign in to comment.