Skip to content

Commit 15a18af

Browse files
committed
Upgrade cron-connector to fix panic
A panic made the cron-connector crash if the gateway return an error or EOF during its invocation. With faasd, this meant the connector stayed in an exited state with Kubernetes, it would have restarted, however it's always better if there is no panic, and the code can recover gracefully. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 645dbda commit 15a18af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

chart/cron-connector/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: Trigger OpenFaaS Functions with cron schedules
33
name: cron-connector
4-
version: 0.6.11
4+
version: 0.6.12
55
sources:
66
- https://github.com/openfaas/cron-connector
77
home: https://www.openfaas.com

chart/cron-connector/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
openfaasPro: false
22

33
pro:
4-
image: ghcr.io/openfaasltd/cron-connector:0.2.8
4+
image: ghcr.io/openfaasltd/cron-connector:0.2.9
55

6-
image: ghcr.io/openfaas/cron-connector:0.6.1
6+
image: ghcr.io/openfaas/cron-connector:0.7.0
77

88
logs:
99
# Log debug messages

0 commit comments

Comments
 (0)