Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit 8de40ef

Browse files
committed
Update dashboard version
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent be0955b commit 8de40ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dashboard/of-cloud-dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "handler.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"test": "echo \"Error: no test specified\" && exit 0"
88
},
99
"keywords": [],
1010
"author": "",

dashboard/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ functions:
66
system-dashboard:
77
lang: node12
88
handler: ./of-cloud-dashboard
9-
image: functions/of-cloud-dashboard:0.8.0
9+
image: functions/of-cloud-dashboard:0.8.1
1010
labels:
1111
openfaas-cloud: "1"
1212
role: openfaas-system

0 commit comments

Comments
 (0)