helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

A collection of Helm packages brought to you by Enix Monkeys :monkey_face:

Results 12 helm-charts issues
Sort by recently updated
recently updated
newest added

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...

netbox

* 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...

enhancement
x509-certificate-exporter

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:...

netbox

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

netbox

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? #...

netbox

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...

bug
netbox

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...

enhancement
ci