Skip to content

Commit

Permalink
Update chart version
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 Dec 2, 2024
1 parent 80eb54a commit e537f58
Show file tree
Hide file tree
Showing 15 changed files with 299 additions and 275 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ charts-only:
helm package postgres-connector/ && \
helm package queue-worker/ && \
helm package sns-connector/ && \
helm package rabbitmq-connector/ && \
helm package rabbitmq-connector/
mv chart/*.tgz docs/
helm repo index docs --url https://openfaas.github.io/faas-netes/ --merge ./docs/index.yaml

Expand Down
2 changes: 1 addition & 1 deletion chart/rabbitmq-connector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Invoke OpenFaaS functions from RabbitMQ messages.
name: rabbitmq-connector
version: 0.1.0
version: 0.0.2
sources:
- https://github.com/openfaas/faas-netes
home: https://www.openfaas.com
Expand Down
2 changes: 1 addition & 1 deletion chart/rabbitmq-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ queues: []
# - name: queue1
# durable: true

image: ghcr.io/openfaasltd/rabbitmq-connector:0.0.1
image: ghcr.io/openfaasltd/rabbitmq-connector:0.1.0

# The number of replicas of the connector.
replicas: 1
Expand Down
Binary file modified docs/cron-connector-0.6.11.tgz
Binary file not shown.
568 changes: 296 additions & 272 deletions docs/index.yaml

Large diffs are not rendered by default.

Binary file modified docs/kafka-connector-0.7.11.tgz
Binary file not shown.
Binary file modified docs/mqtt-connector-0.4.7.tgz
Binary file not shown.
Binary file modified docs/nats-connector-0.3.2.tgz
Binary file not shown.
Binary file modified docs/openfaas-14.2.85.tgz
Binary file not shown.
Binary file modified docs/postgres-connector-0.1.1.tgz
Binary file not shown.
Binary file modified docs/pro-builder-0.4.15.tgz
Binary file not shown.
Binary file modified docs/queue-worker-0.2.10.tgz
Binary file not shown.
Binary file added docs/rabbitmq-connector-0.0.2.tgz
Binary file not shown.
Binary file modified docs/sns-connector-0.1.3.tgz
Binary file not shown.
Binary file modified docs/sqs-connector-0.2.6.tgz
Binary file not shown.

0 comments on commit e537f58

Please sign in to comment.