Skip to content

Commit

Permalink
add dataviz catalog count
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte committed Jun 20, 2024
1 parent 2b35f4b commit 66c5a2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/getHelmDatasciencePackageCount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ export async function getHelmDatasciencePackageCount(): Promise<number> {
[
"helm-charts-interactive-services",
"helm-charts-databases",
"helm-charts-automation"
"helm-charts-automation",
"helm-charts-datavisualization"
]
.map(name =>
fetch(`https://inseefrlab.github.io/${name}/index.yaml`)
Expand Down

0 comments on commit 66c5a2f

Please sign in to comment.