Skip to content

Commit c24edde

Browse files
committed
Recreate function deployments when deleted abnormally
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]>
1 parent cd64953 commit c24edde

14 files changed

+296
-272
lines changed

chart/openfaas/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.82
5+
version: 14.2.83
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ eventWorker:
154154

155155
# For OpenFaaS Pro and the Function CRD
156156
operator:
157-
image: ghcr.io/openfaasltd/faas-netes:0.5.56
157+
image: ghcr.io/openfaasltd/faas-netes:0.5.57
158158
create: false
159159
logs:
160160
debug: false
@@ -192,7 +192,7 @@ operator:
192192
pprof: false
193193

194194
faasnetesPro:
195-
image: ghcr.io/openfaasltd/faas-netes:0.5.56
195+
image: ghcr.io/openfaasltd/faas-netes:0.5.57
196196
logs:
197197
debug: false
198198
format: "console"

docs/cron-connector-0.6.11.tgz

1 Byte
Binary file not shown.

docs/federated-gateway-0.1.0.tgz

-1 Bytes
Binary file not shown.

docs/index.yaml

Lines changed: 293 additions & 269 deletions
Large diffs are not rendered by default.

docs/kafka-connector-0.7.11.tgz

2 Bytes
Binary file not shown.

docs/mqtt-connector-0.4.7.tgz

0 Bytes
Binary file not shown.

docs/nats-connector-0.3.2.tgz

-1 Bytes
Binary file not shown.

docs/openfaas-14.2.83.tgz

62.3 KB
Binary file not shown.

docs/postgres-connector-0.1.1.tgz

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)