Skip to content

Commit

Permalink
Merge pull request #1626 from headlamp-k8s/update-manifests
Browse files Browse the repository at this point in the history
app: container: Update plugins app-catalog-0.1.4 prometheus-0.0.2
  • Loading branch information
joaquimrocha authored Dec 20, 2023
2 parents d6fc4d5 + 15aadc8 commit 0fb9e34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/app-build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
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/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"
}
]
}

0 comments on commit 0fb9e34

Please sign in to comment.