Skip to content

Commit

Permalink
Updates to migration from CE, fast shutdown for dashboard
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 Feb 21, 2025
1 parent b0c236a commit c284398
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ eventWorker:

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

faasnetesPro:
image: ghcr.io/openfaasltd/faas-netes:0.5.59
image: ghcr.io/openfaasltd/faas-netes:0.5.60
logs:
debug: false
format: "console"
Expand Down 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.27
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.28
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 @@ -365,7 +365,7 @@ iam:
## if you wish to retain the metrics for a longer period, you should
## scrape this instance from an external Prometheus server
prometheus:
image: prom/prometheus:v3.1.0
image: prom/prometheus:v3.2.0
create: true
retention:
time: 15d
Expand Down

0 comments on commit c284398

Please sign in to comment.