New to KubeDB? Please start here.
Neo4jVersion
What is Neo4jVersion
Neo4jVersion is the catalog CRD that provides image and version metadata for KubeDB-managed Neo4j.
The value of Neo4j.spec.version must correspond to a valid Neo4jVersion resource.
Neo4jVersion Specification
apiVersion: catalog.kubedb.com/v1alpha1
kind: Neo4jVersion
metadata:
name: 2025.11.2
spec:
db:
image: docker.io/library/neo4j:2025.11.2-enterprise
securityContext:
runAsUser: 7474
version: 2025.11.2-enterprise
Key fields
metadata.nameis used inNeo4j.spec.version.spec.versionidentifies the Neo4j release represented.spec.db.imagedefines the image for Neo4j pods.spec.deprecatedsignals if the version should be avoided.
Next Steps
- Read the Neo4j CRD concept.
- Run the Neo4j quickstart.































