Skip to content

Commit

Permalink
[stable/neo4j] Deprecated. replacement: https://github.com/neo4j-cont…
Browse files Browse the repository at this point in the history
…rib/neo4j-helm (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>
  • Loading branch information
moxious authored and Ian Levesque committed Jul 13, 2020
1 parent 6c5c72f commit 7a8a310
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
12 changes: 4 additions & 8 deletions stable/neo4j/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions stable/neo4j/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 6 additions & 0 deletions stable/neo4j/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit 7a8a310

Please sign in to comment.