helm-charts
helm-charts copied to clipboard
A collection of Helm packages brought to you by Enix Monkeys :monkey_face:
bump x509 exporter to 2.13.0 Signed-off-by: Cyril Corbon
Remove sources to prevent new users installing the deprecated chart cc #50
We are considering deprecating netbox chart in favor of https://github.com/bootc/netbox-chart Due to the lack of testing with ldap and other feature, and that our user base is less important than...
* in order not to see double slashes in rendered manifests, helm `trimPrefix` function added in directory-to-file concats * to distinguish the generated daemonsets without requiring a user to add...
How to upgrade netbox chart ? I tried: ``` helm repo update helm upgrade netbox-enix enix/netbox ``` got the following error: ``` $ helm upgrade netbox-enix enix/netbox Error: UPGRADE FAILED:...
As it is not clear (#35) Add some link of upstream documentation, like https://github.com/netbox-community/netbox-docker/blob/release/initializers/ https://github.com/netbox-community/netbox-docker/blob/release/initializers/custom_fields.yml
I'd like to use the chart to deploy Netbox with some new custom fields using the initializers. Would you have an example the most efficient way to do this? #...
What I tried: `helm install netbox-enix enix/netbox` **BUG 1:** postgresql image could not be pulled **Solution** replace container location from `docker.io/bitnami/postgresql:11.8.0-debian-10-r14` to `bitnami/postgresql:11.8.0-debian-10-r14` **BUG 2:** redis image could not be...
Currently we can't release a chart if an other from the repository fails to build or wasn't pushed. Usually because files were altered and the version not bumped yet. Perhaps...