From 35ed621afb3dd265ef2b8ab30e8bd2a0ac362bf8 Mon Sep 17 00:00:00 2001 From: Joaquim Rocha Date: Thu, 25 Jul 2024 14:42:51 +0100 Subject: [PATCH] app: Ship with the plugin-catalog plugin Signed-off-by: Joaquim Rocha --- app/app-build-manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/app-build-manifest.json b/app/app-build-manifest.json index 8ca7688dd0..8a10ab7c05 100644 --- a/app/app-build-manifest.json +++ b/app/app-build-manifest.json @@ -5,6 +5,10 @@ "name": "app-catalog", "archive": "https://github.com/headlamp-k8s/plugins/releases/download/app-catalog-0.2.0/app-catalog-0.2.0.tgz" }, + { + "name": "plugin-catalog", + "archive": "https://github.com/headlamp-k8s/plugins/releases/download/plugin-catalog-0.1.0/headlamp-k8s-plugin-catalog-0.1.0.tar.gz" + }, { "name": "prometheus", "archive": "https://github.com/headlamp-k8s/plugins/releases/download/prometheus-0.1.0/prometheus-0.1.0.tgz"