Skip to content

Commit

Permalink
Updates to core OpenFaaS and Kafka connector
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Sep 15, 2023
1 parent 5cf23dc commit dcab656
Show file tree
Hide file tree
Showing 21 changed files with 473 additions and 408 deletions.
2 changes: 1 addition & 1 deletion chart/kafka-connector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Connect OpenFaaS functions to Kafka topics
name: kafka-connector
version: 0.7.3
version: 0.7.4
sources:
- https://github.com/openfaas/faas-netes
home: https://www.openfaas.com
Expand Down
2 changes: 1 addition & 1 deletion chart/kafka-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# You will need to create a license named "openfaas-license" - see the
# chart README for detailed instructions.

image: ghcr.io/openfaasltd/kafka-connector:0.7.2
image: ghcr.io/openfaasltd/kafka-connector:0.7.3

# Output detailed logs from the consumer group's lifecycle
sessionLogging: true
Expand Down
2 changes: 1 addition & 1 deletion chart/openfaas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
type: application
description: OpenFaaS - Serverless Functions Made Simple
name: openfaas
version: 14.1.8
version: 14.1.9
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
2 changes: 1 addition & 1 deletion chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ gatewayPro:
image: ghcr.io/openfaasltd/gateway:0.4.6

gateway:
image: ghcr.io/openfaas/gateway:0.27.1
image: ghcr.io/openfaas/gateway:0.27.2
readTimeout: "1m05s"
writeTimeout: "1m05s"
upstreamTimeout: "1m" # Must be smaller than read/write_timeout
Expand Down
2 changes: 1 addition & 1 deletion chart/queue-worker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: queue-worker
description: JetStream for OpenFaaS queue-worker
type: application
version: 0.1.6
version: 0.1.7
keywords:
- openfaas
- jetstream
Expand Down
2 changes: 1 addition & 1 deletion chart/queue-worker/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.12
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.13

replicas: 1

Expand Down
Binary file modified docs/cron-connector-0.6.5.tgz
Binary file not shown.
Binary file modified docs/federated-gateway-0.0.3.tgz
Binary file not shown.
Loading

0 comments on commit dcab656

Please sign in to comment.