Skip to content

Commit

Permalink
Update connectors for LemonSqueezy subscription support
Browse files Browse the repository at this point in the history
Enables connectors on the monthly plans, which were not
previously available.

Updates version for NATS

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Feb 7, 2024
1 parent 6924e78 commit d55c8c3
Show file tree
Hide file tree
Showing 28 changed files with 597 additions and 463 deletions.
2 changes: 1 addition & 1 deletion chart/cron-connector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Trigger OpenFaaS Functions with cron schedules
name: cron-connector
version: 0.6.8
version: 0.6.9
sources:
- https://github.com/openfaas/cron-connector
home: https://www.openfaas.com
Expand Down
2 changes: 1 addition & 1 deletion chart/cron-connector/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openfaasPro: false

pro:
image: ghcr.io/openfaasltd/cron-connector:0.2.2
image: ghcr.io/openfaasltd/cron-connector:0.2.3

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

Expand Down
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.6
version: 0.7.7
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 @@ -14,7 +14,7 @@ topics: faas-request
# them as a comma separated list i.e. "kafka-1:9092,kafka-2:9092,kafka-3:9092"
brokerHosts: kf-kafka:9092

image: ghcr.io/openfaasltd/kafka-connector:0.7.5
image: ghcr.io/openfaasltd/kafka-connector:0.7.6

# 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.2.15
version: 14.2.16
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
6 changes: 3 additions & 3 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ eventWorker:

# For OpenFaaS Pro and the Function CRD
operator:
image: ghcr.io/openfaasltd/faas-netes:0.5.14
image: ghcr.io/openfaasltd/faas-netes:0.5.15
create: false
logs:
debug: false
Expand Down Expand Up @@ -171,7 +171,7 @@ operator:
pprof: false

faasnetesPro:
image: ghcr.io/openfaasltd/faas-netes:0.5.14
image: ghcr.io/openfaasltd/faas-netes:0.5.15
logs:
debug: false
format: "console"
Expand Down Expand Up @@ -352,7 +352,7 @@ nats:
host: ""
port: ""
# The version of NATS Core used with OpenFaaS Pro and JetStream
image: nats:2.10.9
image: nats:2.10.10
resources:
requests:
memory: "120Mi"
Expand Down
2 changes: 1 addition & 1 deletion chart/postgres-connector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Trigger OpenFaaS functions from PostgreSQL
name: postgres-connector
version: 0.1.0
version: 0.1.1
sources:
- https://github.com/openfaas/faas-netes
home: https://www.openfaas.com
Expand Down
2 changes: 1 addition & 1 deletion chart/postgres-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# You will need to create a license named "openfaas-license" - see the
# chart README for detailed instructions.

image: ghcr.io/openfaasltd/postgres-connector:0.2.1
image: ghcr.io/openfaasltd/postgres-connector:0.2.2

replicas: 1

Expand Down
2 changes: 1 addition & 1 deletion chart/pro-builder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ buildkit:
# For a rootless configuration, preferred, if the configuration
# and Kernel version of your Kubernetes nodes supports it
#
image: moby/buildkit:v0.13.0-beta1-rootless
image: moby/buildkit:v0.12.0-rootless
rootless: true
securityContext:
# Needs Kubernetes >= 1.19
Expand Down
2 changes: 1 addition & 1 deletion chart/sns-connector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Invoke functions from an AWS SNS messages.
name: sns-connector
version: 0.1.2
version: 0.1.3
sources:
- https://github.com/openfaas/faas-netes
home: https://www.openfaas.com
Expand Down
2 changes: 1 addition & 1 deletion chart/sns-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# You will need to create a license named "openfaas-license" - see the
# chart README for detailed instructions.

image: ghcr.io/openfaasltd/sns-connector:0.1.0
image: ghcr.io/openfaasltd/sns-connector:0.2.0

replicas: 1

Expand Down
2 changes: 1 addition & 1 deletion chart/sqs-connector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Connect OpenFaaS functions to SQS topics
name: sqs-connector
version: 0.2.3
version: 0.2.4
sources:
- https://github.com/openfaas/faas-netes
home: https://www.openfaas.com
Expand Down
2 changes: 1 addition & 1 deletion chart/sqs-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# You will need to create a license named "openfaas-license" - see the
# chart README for detailed instructions.

image: ghcr.io/openfaasltd/sqs-connector:0.3.1
image: ghcr.io/openfaasltd/sqs-connector:0.3.2

replicas: 1

Expand Down
Binary file added docs/cron-connector-0.6.9.tgz
Binary file not shown.
Binary file modified docs/federated-gateway-0.1.0.tgz
Binary file not shown.
Loading

0 comments on commit d55c8c3

Please sign in to comment.