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" } ] }