Skip to content

Commit

Permalink
Bump dashboard and rabbitmq-connector
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
alexellis committed Jan 30, 2025
1 parent ac1c12e commit b0c236a
Show file tree
Hide file tree
Showing 17 changed files with 341 additions and 292 deletions.
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.92
version: 14.2.93
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
4 changes: 2 additions & 2 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ autoscaler:
## To use with port-forwarding, set publicURL to
## http://127.0.0.1
dashboard:
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.26
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.27
publicURL: https://dashboard.example.com
# Name of signing key secret for sessions.
# Leave blank for development, see https://docs.openfaas.com/openfaas-pro/dashboard/ for production and staging.
Expand Down Expand Up @@ -456,7 +456,7 @@ ingress:
# ingressOperator (optional) – component to have specific FQDN and TLS for Functions
# https://github.com/openfaas/ingress-operator
ingressOperator:
image: ghcr.io/openfaas/ingress-operator:0.8.2
image: ghcr.io/openfaas/ingress-operator:0.8.3
replicas: 1
create: false
resources:
Expand Down
2 changes: 2 additions & 0 deletions chart/pro-builder/arkade.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- buildkit.image
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.0.3
version: 0.0.4
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.1.1
image: ghcr.io/openfaasltd/rabbitmq-connector:0.1.2

# The number of replicas of the connector.
replicas: 1
Expand Down
Binary file modified docs/cron-connector-0.6.12.tgz
Binary file not shown.
Loading

0 comments on commit b0c236a

Please sign in to comment.