diff --git a/app/app-build-manifest.json b/app/app-build-manifest.json index 2a3be98f98d..9762a70c1b7 100644 --- a/app/app-build-manifest.json +++ b/app/app-build-manifest.json @@ -11,7 +11,7 @@ }, { "name": "prometheus", - "archive": "https://github.com/headlamp-k8s/plugins/releases/download/prometheus-0.2.2/prometheus-0.2.2.tar.gz" + "archive": "https://github.com/headlamp-k8s/plugins/releases/download/prometheus-0.2.4/prometheus-0.2.4.tar.gz" } ] } diff --git a/container/build-manifest.json b/container/build-manifest.json index f352e4bc056..5a23ef23468 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/prometheus-0.2.2/prometheus-0.2.2.tar.gz" + "archive": "https://github.com/headlamp-k8s/plugins/releases/download/prometheus-0.2.4/prometheus-0.2.4.tar.gz" } ] }