Skip to content

Commit

Permalink
app, container: Update Prometheus plugin to 0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquim Rocha <[email protected]>
  • Loading branch information
joaquimrocha committed Mar 6, 2024
1 parent 041a8b6 commit b42cc56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/app-build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
{
"name": "prometheus",
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/prometheus-0.0.2/prometheus-0.0.2.tgz"
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/prometheus-0.1.0/prometheus-0.1.0.tgz"
}
]
}
2 changes: 1 addition & 1 deletion container/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"plugins": [
{
"name": "prometheus",
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/prometheus-0.0.2/prometheus-0.0.2.tgz"
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/prometheus-0.1.0/prometheus-0.1.0.tgz"
}
]
}

0 comments on commit b42cc56

Please sign in to comment.