Skip to content

Commit b0c236a

Browse files
committed
Bump dashboard and rabbitmq-connector
Fixes deletion issues for dashboard for faasd primarily Adds metrics and queue depth to rabbitmq-connector Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent ac1c12e commit b0c236a

17 files changed

+341
-292
lines changed

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

chart/openfaas/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ autoscaler:
305305
## To use with port-forwarding, set publicURL to
306306
## http://127.0.0.1
307307
dashboard:
308-
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.26
308+
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.27
309309
publicURL: https://dashboard.example.com
310310
# Name of signing key secret for sessions.
311311
# Leave blank for development, see https://docs.openfaas.com/openfaas-pro/dashboard/ for production and staging.
@@ -456,7 +456,7 @@ ingress:
456456
# ingressOperator (optional) – component to have specific FQDN and TLS for Functions
457457
# https://github.com/openfaas/ingress-operator
458458
ingressOperator:
459-
image: ghcr.io/openfaas/ingress-operator:0.8.2
459+
image: ghcr.io/openfaas/ingress-operator:0.8.3
460460
replicas: 1
461461
create: false
462462
resources:

chart/pro-builder/arkade.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignore:
2+
- buildkit.image

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.0.3
4+
version: 0.0.4
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.1.1
22+
image: ghcr.io/openfaasltd/rabbitmq-connector:0.1.2
2323

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

docs/cron-connector-0.6.12.tgz

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)