adamant-kite-43734
08/12/2022, 2:11 PMstocky-account-63046
08/14/2022, 1:17 PMgentle-dream-1571
08/14/2022, 2:57 PMgentle-dream-1571
08/14/2022, 3:21 PMgentle-dream-1571
08/14/2022, 3:24 PMstocky-account-63046
08/14/2022, 4:35 PMgentle-dream-1571
08/14/2022, 5:02 PMIn terms of customising the app marketplace and installed app pages, we don't have a direct way to do it but you might be able to replace the route via your plugin and show your custom pagesOriginally, we were hacking the binary data in the ConfigMap that stores the information about which charts should be hidden but that felt like it might be brittle since it didn't appear to be intended for public consumption. What we ended up doing was to simply create a JSON file with a list of plugins we wanted to hide and then inject a little code
catalog.js
file's `filterAndArrangeCharts`` function to return false
if the chart was on our list. Maybe you could consider adding the ability for a plugin to supply a list of hidden charts that the main flow processes when deciding what to display?stocky-account-63046
08/16/2022, 4:57 PM<http://catalog.cattle.io/hidden|catalog.cattle.io/hidden>
:`true` annotation. For your use case is this possible, are the charts managed by you?stocky-account-63046
08/16/2022, 4:59 PMrichard-cox
)gentle-dream-1571
08/16/2022, 5:00 PMgentle-dream-1571
08/16/2022, 5:02 PMstocky-account-63046
08/16/2022, 5:06 PM/v1/catalog.cattle.io.clusterrepos/rancher-charts
which i think calculates charts on request. If you're curious about clusterrepo resources you can prod around them using /v1/catalog.cattle.io.clusterrepos
stocky-account-63046
08/16/2022, 5:07 PMgentle-dream-1571
08/16/2022, 5:07 PMstocky-account-63046
08/16/2022, 5:08 PMstocky-account-63046
08/16/2022, 5:09 PMgentle-dream-1571
08/16/2022, 5:10 PMstocky-account-63046
08/16/2022, 5:17 PMgentle-dream-1571
08/16/2022, 5:28 PMstocky-account-63046
08/17/2022, 7:30 AM