Skip to content

Commit dc46f5f

Browse files
committed
Helm: Updates for NATS and JetStream queue-worker
Removes debug log message from JetStream queue-worker Updates NATS version Updates cron-connector Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 733aa78 commit dc46f5f

15 files changed

+268
-268
lines changed

chart/cron-connector/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openfaasPro: false
22

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

66
image: ghcr.io/openfaas/cron-connector:0.6.1
77

chart/openfaas/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ faasnetes:
213213
#
214214
# Enable automatically when nats.queueMode is set to "jetstream"
215215
jetstreamQueueWorker:
216-
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.41
216+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.42
217217
durableName: "faas-workers"
218218
# Configure the max waiting pulls for the queue-worker JetStream consumer.
219219
# The value should be at least max_inflight * replicas.
@@ -401,7 +401,7 @@ nats:
401401
host: ""
402402
port: ""
403403
# The version of NATS Core used with OpenFaaS Pro and JetStream
404-
image: nats:2.10.21
404+
image: nats:2.10.22
405405
resources:
406406
requests:
407407
memory: "120Mi"

chart/queue-worker/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# You will need to create a license named "openfaas-license" - see the
55
# chart README for detailed instructions.
66

7-
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.40
7+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.42
88

99
replicas: 1
1010

docs/cron-connector-0.6.11.tgz

1 Byte
Binary file not shown.

docs/federated-gateway-0.1.0.tgz

0 Bytes
Binary file not shown.

docs/index.yaml

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

docs/kafka-connector-0.7.11.tgz

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

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)