-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
netbox-community/netbox-chart
#397Labels
Description
What would you like to be added?
It would be very handful to be able to deploy the operator with a Helm chart.
This would help to keep track of:
- Different versions
- Relative container images
- CRD
- The overall package
Why is this needed?
Two possibilities:
- Generating/maintaining a Helm chart in this same repo.
- There is no good-automated way per se, but:
- Creating a new chart is fairly easy
- Automation might come relatively soon 📖 Proposal : New Plugin to allow project distribution via helm charts kubernetes-sigs/kubebuilder#3632
- Might be a bit redundant with the manifest, but:
- Can be handled with some packing scripts
- There is no good-automated way per se, but:
- Adding a separate Helm chart to NetBox charts repository
- Part of the effort to provide good quality charts
- Less development ready but more production ready
- But also makes repo structure a bit less obvious
henrybear327 and jstudler