mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/neo4j] Deprecated. replacement: https://github.com/neo4j-contrib/neo4j-helm (#22437)
* Deprecate neo4j chart in favor of https://github.com/neo4j-contrib/neo4j-helm Signed-off-by: Moxious <moxious@oldhat.org> * bump chart version for deprecation Signed-off-by: Moxious <moxious@oldhat.org>
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
apiVersion: v1
|
||||
name: neo4j
|
||||
home: https://www.neo4j.com
|
||||
version: 3.0.0
|
||||
appVersion: 4.0.3
|
||||
description: Neo4j is the world's leading graph database
|
||||
version: 3.0.1
|
||||
appVersion: 4.0.4
|
||||
deprecated: true
|
||||
description: DEPRECATED Neo4j is the world's leading graph database
|
||||
icon: http://info.neo4j.com/rs/773-GON-065/images/neo4j_logo.png
|
||||
sources:
|
||||
- https://github.com/neo4j/neo4j
|
||||
- https://github.com/neo4j/docker-neo4j
|
||||
- https://github.com/neo-technology/neo4j-google-k8s-marketplace
|
||||
maintainers:
|
||||
- name: moxious
|
||||
email: david.allen@neo4j.com
|
||||
- name: mneedham
|
||||
email: mark.needham@neo4j.com
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
# Neo4j
|
||||
|
||||
**This helm chart is deprecated**, replaced by
|
||||
[https://github.com/neo4j-contrib/neo4j-helm](https://github.com/neo4j-contrib/neo4j-helm)
|
||||
|
||||
## Overview
|
||||
|
||||
[Neo4j](https://neo4j.com/) is a highly scalable native graph database that
|
||||
leverages data relationships as first-class entities, helping enterprises build
|
||||
intelligent applications to meet today’s evolving data challenges.
|
||||
|
||||
@@ -29,4 +29,10 @@ If you didn't set a password, one will be auto generated.
|
||||
You can find the base64 encoded version of the password by running the following command:
|
||||
|
||||
kubectl get secrets {{ template "neo4j.secrets.fullname" . }} -o yaml
|
||||
|
||||
===================== NOTICE ==========================
|
||||
This chart has now been deprecated, replaced by
|
||||
https://github.com/neo4j-contrib/neo4j-helm
|
||||
=======================================================
|
||||
|
||||
{{- end}}
|
||||
|
||||
Reference in New Issue
Block a user