Skip to content

Commit 0ce64ff

Browse files
committed
app: Add prometheus plugin
Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
1 parent dd67bbe commit 0ce64ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/app-build-manifest.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"plugins": [
44
{
55
"name": "app-catalog",
6-
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/v0.1.3/app-catalog-0.1.3.tgz"
6+
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/v0.1.4/app-catalog-0.1.3.tgz"
7+
},
8+
{
9+
"name": "prometheus",
10+
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/v0.1.4/prometheus-0.0.1.tgz"
711
}
812
]
913
}

0 commit comments

Comments
 (0)