Open spokanemac opened 10 months ago
The Kubernetes docs for deploying Fleet with helm, suggest a command that assumes https://fleetdm.github.io/fleet/charts exists, but instead provides a 404.
This sounds like a bug...
@zwass @dherder do you know where this link should point to instead?
Robert:
The documented command does work:
helm upgrade --install fleet fleet \
--repo https://fleetdm.github.io/fleet/charts \
--values values.yaml
We would have to add an index file to make it so the user can browse different versions at this page: https://fleetdm.github.io/fleet/charts
Noah: Ah, ok. It looks like we don't provide a link to https://fleetdm.github.io/fleet/charts so this isn't a bug.
Robert: This is a nice to have for browsing versions. Instead of always pulling the latest.
Problem
The Kubernetes docs for deploying Fleet with helm, suggest a command that assumes
https://fleetdm.github.io/fleet/charts
exists, but instead provides a 404.Potential solutions
index.yaml
which is required for helm to parse the list of charts