Skip to content

Commit

Permalink
New release for dashboard deletion button and fix to rendering
Browse files Browse the repository at this point in the history
* Fixes rendering of com.openfaas.scaling.target-proportion
which always showed 0.9
* Adds a Delete button to the UI to remove functions

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Apr 19, 2024
1 parent 7c174da commit 16f8c86
Show file tree
Hide file tree
Showing 16 changed files with 519 additions and 495 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.34
version: 14.2.35
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
10 changes: 5 additions & 5 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ eventWorker:

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

faasnetesPro:
image: ghcr.io/openfaasltd/faas-netes:0.5.27
image: ghcr.io/openfaasltd/faas-netes:0.5.29
logs:
debug: false
format: "console"
Expand Down Expand Up @@ -274,7 +274,7 @@ autoscaler:
## To use with port-forwarding, set publicURL to
## http://127.0.0.1
dashboard:
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.11
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.12
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 @@ -327,7 +327,7 @@ iam:
tokenExpiry: 2h

prometheus:
image: prom/prometheus:v2.51.1
image: prom/prometheus:v2.51.2
create: true
resources:
requests:
Expand Down Expand Up @@ -363,7 +363,7 @@ nats:
host: ""
port: ""
# The version of NATS Core used with OpenFaaS Pro and JetStream
image: nats:2.10.12
image: nats:2.10.14
resources:
requests:
memory: "120Mi"
Expand Down
Binary file modified docs/cron-connector-0.6.10.tgz
Binary file not shown.
Binary file modified docs/federated-gateway-0.1.0.tgz
Binary file not shown.

0 comments on commit 16f8c86

Please sign in to comment.