[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:
moxious
2020-05-18 06:03:37 -07:00
committed by GitHub
parent fffc299e36
commit dc3d103f52
3 changed files with 15 additions and 8 deletions
+4 -8
View File
@@ -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
+5
View File
@@ -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 todays evolving data challenges.
+6
View File
@@ -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}}