From ae4ddf425589b889c2ba8e42f7e1e7b6071f1f75 Mon Sep 17 00:00:00 2001 From: Mark Needham Date: Wed, 29 Nov 2017 17:40:41 +0000 Subject: [PATCH] [Neo4j] updating readme to reference stable instead of incubator (#2885) [Neo4j] updating readme to reference stable instead of incubator --- stable/neo4j/Chart.yaml | 2 +- stable/neo4j/README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/neo4j/Chart.yaml b/stable/neo4j/Chart.yaml index f7acef91a8..6d99d55aea 100644 --- a/stable/neo4j/Chart.yaml +++ b/stable/neo4j/Chart.yaml @@ -1,6 +1,6 @@ name: neo4j home: https://www.neo4j.com -version: 0.3.0 +version: 0.3.1 appVersion: 3.2.3 description: Neo4j is the world's leading graph database icon: http://info.neo4j.com/rs/773-GON-065/images/neo4j_logo.png diff --git a/stable/neo4j/README.md b/stable/neo4j/README.md index 6d02eeb8e6..715a1b2f7c 100644 --- a/stable/neo4j/README.md +++ b/stable/neo4j/README.md @@ -5,7 +5,7 @@ ## TL;DR; ```bash -$ helm install incubator/neo4j +$ helm install stable/neo4j ``` ## Introduction @@ -22,7 +22,7 @@ This chart bootstraps a [Neo4j](https://github.com/neo4j/docker-neo4j) deploymen To install the chart with the release name `neo4j-helm`: ```bash -$ helm install --name neo4j-helm incubator/neo4j --set neo4jPassword=mySecretPassword +$ helm install --name neo4j-helm stable/neo4j --set neo4jPassword=mySecretPassword ``` The command deploys Neo4j on the Kubernetes cluster in the default configuration but with the password set to `mySecretPassword`. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -62,7 +62,7 @@ The above parameters map to the env variables defined in the [Neo4j docker image Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, ```bash -$ helm install --name neo4j-helm --set core.numberOfServers=5,readReplica.numberOfServers=3 incubator/neo4j +$ helm install --name neo4j-helm --set core.numberOfServers=5,readReplica.numberOfServers=3 stable/neo4j ``` The above command creates a cluster containing 5 core servers and 3 read replicas. @@ -70,7 +70,7 @@ The above command creates a cluster containing 5 core servers and 3 read replica Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```bash -$ helm install --name neo4j-helm -f values.yaml incubator/neo4j +$ helm install --name neo4j-helm -f values.yaml stable/neo4j ``` > **Tip**: You can use the default [values.yaml](values.yaml)