Skip to content

Commit c284398

Browse files
committed
Updates to migration from CE, fast shutdown for dashboard
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent b0c236a commit c284398

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

chart/openfaas/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ eventWorker:
154154

155155
# For OpenFaaS Pro and the Function CRD
156156
operator:
157-
image: ghcr.io/openfaasltd/faas-netes:0.5.59
157+
image: ghcr.io/openfaasltd/faas-netes:0.5.60
158158
create: false
159159
logs:
160160
debug: false
@@ -192,7 +192,7 @@ operator:
192192
pprof: false
193193

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

0 commit comments

Comments
 (0)