stardog-union / helm-charts

Stardog Helm Charts
Apache License 2.0
9 stars 12 forks source link

Migrate from incubated ZooKeeper chart #21

Closed pdmars closed 3 years ago

pdmars commented 4 years ago

The Stardog chart currently depends on the ZooKeeper chart in Helm Hub's incubator. With Helm 3 those charts are now being deprecated:

https://github.com/helm/charts/blob/master/README.md#deprecation-timeline

We should move to another actively maintained ZooKeeper chart if possible, such as:

https://github.com/bitnami/charts/tree/master/bitnami/zookeeper

Or if that's not possible, fork and support the incubated chart.