Skip to content

Commit 51b390e

Browse files
committed
New behaviour for forcing requeue of a Function CR
Whenever a Function CR cannot be reconciled, the backoff can take some time between retries, or the CR may even be dropped from the queue. You can now add an annotation of com.openfaas.uid to the metadata of the Function (not the spec) and this will reset the backoff, and requeue the CR. The scenario this covers is for when you create secrets that a Function's spec needs, only some time after the Function CR has been created. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent bbed88a commit 51b390e

14 files changed

+562
-538
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.76
5+
version: 14.2.77
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.52
157+
image: ghcr.io/openfaasltd/faas-netes:0.5.53
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.52
195+
image: ghcr.io/openfaasltd/faas-netes:0.5.53
196196
logs:
197197
debug: false
198198
format: "console"

docs/cron-connector-0.6.11.tgz

-1 Bytes
Binary file not shown.

docs/federated-gateway-0.1.0.tgz

1 Byte
Binary file not shown.

docs/index.yaml

Lines changed: 559 additions & 535 deletions
Large diffs are not rendered by default.

docs/kafka-connector-0.7.11.tgz

-1 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

0 Bytes
Binary file not shown.

docs/openfaas-14.2.77.tgz

62 KB
Binary file not shown.

docs/postgres-connector-0.1.1.tgz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)