Hi all! The links in the Setup section in `kubern...
# all-things-deployment
a
Hi all! The links in the Setup section in
kubernetes/README.md
are all broken, since it seems
Helm Hub
is deprecated. Where should these point now?
For Neo4j, is it now this? https://artifacthub.io/packages/helm/neo4j-helm/neo4j If so, it appears DataHub requires Enterprise Edition Neo4j, or am I misunderstanding?
b
(should be same)
a
I found this too--so is Enterprise-level Neo4j required for DataHub?
According to the Neo4j docs, you need a license for it to run this chart: https://neo4j.com/labs/neo4j-helm/1.0.0/prerequisites/
b
Let me dig deeper into this with the folks who set the charts up. You should not need a license to run the single node version of Neo
a
Agreed--there doesn't appear to be an official Helm Chart for Community Edition, however
e
I will be updating the readme today. Let me list out the repos
neo4j: https://neo4j-contrib.github.io/neo4j-helm/ elasticsearch: https://helm.elastic.co mysql: (there doesn’t seem to be an official one so far) https://artifacthub.io/packages/helm/bitnami/mysql cp-helm-chart (kafka broker/zookeeper/schema-registry): https://confluentinc.github.io/cp-helm-charts/
a
^ Does "Single Server" == "Single Node"?
e
Copy code
acceptLicenseAgreement: "yes"
defaultDatabase: "graph.db"
existingPasswordSecret: neo4j-secrets
core:
  standalone: true
  persistentVolume:
    enabled: true
    size: "4Gi"
    mountPath: /data
I’ve been using ^ values for starting up single node neo4j
b
Single node does mean single server yeah
a
So these Helm charts do seem to say Enterprise all over them...including at the link @early-lamp-41924 listed above
This repository contains a Helm chart that starts Neo4j >= 4.0 Enterprise Edition clusters in Kubernetes.
b
Yes it does - I think we have not found a suitable alternative for Neo Helm chart. @early-lamp-41924 Please correct me if this is wrong
e
Seems like it. https://neo4j.com/labs/neo4j-helm/1.0.0/prerequisites/#_required_software I missed this bc the helm chart is under the Apache license. Though this one seems like it is being maintained https://artifacthub.io/packages/helm/equinor-charts/neo4j-community
a
It does, but doesn't have many stars on ArtifactHub or GitHub
Might be worth a shot, though
b
Seems to be just a modified version of the original chart
a
@early-lamp-41924 The above link for Elasticsearch is broken, I think this is what you meant? https://artifacthub.io/packages/helm/elastic/elasticsearch
e
The link I posted was a link to the helm repo! This artifacthub page refers to it as well
a
Gotcha, sorry about that!
The link just took me to some sort of XML file