From 15aadc8939fb8fbc6873216fd0258127dc37f81f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Dudfield?= Date: Wed, 20 Dec 2023 19:08:42 +0100 Subject: [PATCH] app: container: Update plugins app-catalog-0.1.4 prometheus-0.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: René Dudfield --- app/app-build-manifest.json | 4 ++-- container/build-manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/app-build-manifest.json b/app/app-build-manifest.json index 53e4051a85..b97a668afc 100644 --- a/app/app-build-manifest.json +++ b/app/app-build-manifest.json @@ -3,11 +3,11 @@ "plugins": [ { "name": "app-catalog", - "archive": "https://github.com/headlamp-k8s/plugins/releases/download/v0.1.4/app-catalog-0.1.3.tgz" + "archive": "https://github.com/headlamp-k8s/plugins/releases/download/app-catalog-0.1.4/app-catalog-0.1.4.tgz" }, { "name": "prometheus", - "archive": "https://github.com/headlamp-k8s/plugins/releases/download/v0.1.4/prometheus-0.0.1.tgz" + "archive": "https://github.com/headlamp-k8s/plugins/releases/download/prometheus-0.0.2/prometheus-0.0.2.tgz" } ] } diff --git a/container/build-manifest.json b/container/build-manifest.json index 6dfe34c43b..f66e3a7626 100644 --- a/container/build-manifest.json +++ b/container/build-manifest.json @@ -2,7 +2,7 @@ "plugins": [ { "name": "prometheus", - "archive": "https://github.com/headlamp-k8s/plugins/releases/download/v0.1.4/prometheus-0.0.1.tgz" + "archive": "https://github.com/headlamp-k8s/plugins/releases/download/prometheus-0.0.2/prometheus-0.0.2.tgz" } ] }