Skip to content

Commit 7872d68

Browse files
committed
Updates to start-up messages / go.mod
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent fa9ed1b commit 7872d68

20 files changed

+415
-350
lines changed

chart/kafka-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: Connect OpenFaaS functions to Kafka topics
33
name: kafka-connector
4-
version: 0.7.13
4+
version: 0.7.14
55
sources:
66
- https://github.com/openfaas/faas-netes
77
home: https://www.openfaas.com

chart/kafka-connector/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ topics: faas-request
1414
# them as a comma separated list i.e. "kafka-1:9092,kafka-2:9092,kafka-3:9092"
1515
brokerHosts: kf-kafka:9092
1616

17-
image: ghcr.io/openfaasltd/kafka-connector:0.7.13
17+
image: ghcr.io/openfaasltd/kafka-connector:0.7.14
1818

1919
# Output detailed logs from the consumer group's lifecycle
2020
sessionLogging: true

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

chart/openfaas/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ functions:
6464
failureThreshold: 3
6565

6666
gatewayPro:
67-
image: ghcr.io/openfaasltd/gateway:0.5.5
67+
image: ghcr.io/openfaasltd/gateway:0.5.6
6868
pprof: false
6969

7070
gateway:
@@ -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.6
223+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.4.7
224224
mode: "static"
225225
consumer:
226226
inactiveThreshold: "30s"
@@ -286,7 +286,7 @@ queueWorker:
286286
## Advanced auto-scaler for scaling functions on RPS, CPU and in-flight requests
287287
## Includes: scale to zero
288288
autoscaler:
289-
image: ghcr.io/openfaasltd/autoscaler:0.3.24
289+
image: ghcr.io/openfaasltd/autoscaler:0.3.25
290290

291291
# Default value for "com.openfaas.scale.target" when not set via label
292292
defaultTarget: 50
@@ -324,7 +324,7 @@ autoscaler:
324324
## To use with port-forwarding, set publicURL to
325325
## http://127.0.0.1
326326
dashboard:
327-
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.40
327+
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.41
328328
publicURL: https://dashboard.example.com
329329
# Name of signing key secret for sessions.
330330
# Leave blank for development, see https://docs.openfaas.com/openfaas-pro/dashboard/ for production and staging.

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.22
5+
version: 0.2.23
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.6
7+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.4.7
88

99
replicas: 1
1010

docs/cron-connector-0.6.14.tgz

-1 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

docs/headroom-controller-0.1.2.tgz

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)