Skip to content

Commit 356bf94

Browse files
authored
Merge pull request #2672 from headlamp-k8s/update-shipped-plugins
*-build-manifest: Update plugins to the latest versions
2 parents 719a327 + ed796a3 commit 356bf94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/app-build-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"plugins": [
44
{
55
"name": "app-catalog",
6-
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/app-catalog-0.3.1/app-catalog-0.3.1.tar.gz"
6+
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/app-catalog-0.4.0/app-catalog-0.4.0.tar.gz"
77
},
88
{
99
"name": "plugin-catalog",
10-
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/plugin-catalog-0.1.1/headlamp-k8s-plugin-catalog-0.1.1.tar.gz"
10+
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/plugin-catalog-0.2.0/headlamp-k8s-plugin-catalog-0.2.0.tar.gz"
1111
},
1212
{
1313
"name": "prometheus",
14-
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/prometheus-0.2.4/prometheus-0.2.4.tar.gz"
14+
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/prometheus-0.3.0/prometheus-0.3.0.tar.gz"
1515
}
1616
]
1717
}

container/build-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"plugins": [
33
{
44
"name": "prometheus",
5-
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/prometheus-0.2.4/prometheus-0.2.4.tar.gz"
5+
"archive": "https://github.com/headlamp-k8s/plugins/releases/download/prometheus-0.3.0/prometheus-0.3.0.tar.gz"
66
}
77
]
88
}

0 commit comments

Comments
 (0)