Skip to content

Commit

Permalink
Merge branch 'main' into app-cluster-delete-button
Browse files Browse the repository at this point in the history
  • Loading branch information
vyncent-t authored Dec 12, 2024
2 parents 95c86fd + b1e62cf commit c490d0f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions app/app-build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"plugins": [
{
"name": "app-catalog",
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/app-catalog-0.3.1/app-catalog-0.3.1.tar.gz"
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/app-catalog-0.4.0/app-catalog-0.4.0.tar.gz"
},
{
"name": "plugin-catalog",
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/plugin-catalog-0.1.1/headlamp-k8s-plugin-catalog-0.1.1.tar.gz"
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/plugin-catalog-0.2.0/headlamp-k8s-plugin-catalog-0.2.0.tar.gz"
},
{
"name": "prometheus",
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/prometheus-0.2.4/prometheus-0.2.4.tar.gz"
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/prometheus-0.3.0/prometheus-0.3.0.tar.gz"
}
]
}
12 changes: 6 additions & 6 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.4/prometheus-0.2.4.tar.gz"
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/prometheus-0.3.0/prometheus-0.3.0.tar.gz"
}
]
}

0 comments on commit c490d0f

Please sign in to comment.