From 7a8a310e792e56d6dd790b93dd1d35c98e51b3f0 Mon Sep 17 00:00:00 2001 From: moxious Date: Mon, 18 May 2020 09:03:37 -0400 Subject: [PATCH] [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 * bump chart version for deprecation Signed-off-by: Moxious --- stable/neo4j/Chart.yaml | 12 ++++-------- stable/neo4j/README.md | 5 +++++ stable/neo4j/templates/NOTES.txt | 6 ++++++ 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/stable/neo4j/Chart.yaml b/stable/neo4j/Chart.yaml index 9d266641fe58..aa9addadeb70 100644 --- a/stable/neo4j/Chart.yaml +++ b/stable/neo4j/Chart.yaml @@ -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 diff --git a/stable/neo4j/README.md b/stable/neo4j/README.md index 7c835a7c66ed..428045b71098 100644 --- a/stable/neo4j/README.md +++ b/stable/neo4j/README.md @@ -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. diff --git a/stable/neo4j/templates/NOTES.txt b/stable/neo4j/templates/NOTES.txt index c9ce559ed5fb..0032bf72e6d6 100644 --- a/stable/neo4j/templates/NOTES.txt +++ b/stable/neo4j/templates/NOTES.txt @@ -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}}