Skip to content

Commit e537f58

Browse files
committed
Update chart version
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 80eb54a commit e537f58

15 files changed

+299
-275
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ charts-only:
136136
helm package postgres-connector/ && \
137137
helm package queue-worker/ && \
138138
helm package sns-connector/ && \
139-
helm package rabbitmq-connector/ && \
139+
helm package rabbitmq-connector/
140140
mv chart/*.tgz docs/
141141
helm repo index docs --url https://openfaas.github.io/faas-netes/ --merge ./docs/index.yaml
142142

chart/rabbitmq-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: Invoke OpenFaaS functions from RabbitMQ messages.
33
name: rabbitmq-connector
4-
version: 0.1.0
4+
version: 0.0.2
55
sources:
66
- https://github.com/openfaas/faas-netes
77
home: https://www.openfaas.com

chart/rabbitmq-connector/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ queues: []
1919
# - name: queue1
2020
# durable: true
2121

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

2424
# The number of replicas of the connector.
2525
replicas: 1

docs/cron-connector-0.6.11.tgz

-1 Bytes
Binary file not shown.

docs/index.yaml

Lines changed: 296 additions & 272 deletions
Large diffs are not rendered by default.

docs/kafka-connector-0.7.11.tgz

0 Bytes
Binary file not shown.

docs/mqtt-connector-0.4.7.tgz

3 Bytes
Binary file not shown.

docs/nats-connector-0.3.2.tgz

3 Bytes
Binary file not shown.

docs/openfaas-14.2.85.tgz

9 Bytes
Binary file not shown.

docs/postgres-connector-0.1.1.tgz

3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)