Skip to content

Commit 56935bd

Browse files
committed
Update queue-worker version and chart NOTES
Additional context, and information for how to set up a dedicated queue-worker, including fixes for missing instructions needed due to the function mode migration. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 8b3127d commit 56935bd

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ jwt_key.pub
3838
/.secrets/*
3939

4040
/pro.sh
41+
/pro2.sh

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.117
5+
version: 14.2.118
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ faasnetes:
220220
#
221221
# The Jetstream queue-worker is the default queue-worker for OpenFaaS Pro.
222222
jetstreamQueueWorker:
223-
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.4.0
223+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.4.1
224224
mode: "static"
225225
consumer:
226226
inactiveThreshold: "30s"

chart/queue-worker/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: queue-worker
33
description: Dedicated queue-worker for OpenFaaS using JetStream
44
type: application
5-
version: 0.2.15
5+
version: 0.2.16
66
keywords:
77
- openfaas
88
- jetstream

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.4.0
7+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.4.1
88

99
replicas: 1
1010

0 commit comments

Comments
 (0)