From af2114df95547214827a7d4c98af9423180cb2cb Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Fri, 23 Mar 2018 17:27:02 +0100 Subject: [PATCH] [stable/neo4j] Change the image of the initContainer examples (#4269) * Change the image of the initContainer examples The initContainer examples use a container with an old curl version. This version of curl has failed since GitHub disabled TLSv1. This commit updates the examples to use an image with a working curl. * Bump chart version Signed-off-by: voron --- stable/neo4j/Chart.yaml | 2 +- stable/neo4j/values.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/stable/neo4j/Chart.yaml b/stable/neo4j/Chart.yaml index 1cedd18fb434..d02939a6d193 100644 --- a/stable/neo4j/Chart.yaml +++ b/stable/neo4j/Chart.yaml @@ -1,6 +1,6 @@ name: neo4j home: https://www.neo4j.com -version: 0.5.0 +version: 0.5.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/values.yaml b/stable/neo4j/values.yaml index 9854a40ed8ff..f1b43745db66 100644 --- a/stable/neo4j/values.yaml +++ b/stable/neo4j/values.yaml @@ -64,17 +64,17 @@ core: ## init containers to run before the Neo4j core pod e.g. to install plugins # - name: init-plugins - # image: "octoberstorm/ubuntu-with-curl:latest" + # image: "appropriate/curl:latest" # imagePullPolicy: "IfNotPresent" # volumeMounts: # - name: plugins # mountPath: /plugins # command: - # - "/bin/bash" + # - "/bin/sh" # - "-c" # - | # curl -L https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.2.0.3/apoc-3.2.0.3-all.jar -O - # sudo cp apoc-3.2.0.3-all.jar /plugins/ + # cp apoc-3.2.0.3-all.jar /plugins/ # Read Replicas readReplica: @@ -91,17 +91,17 @@ readReplica: ## init containers to run before the Neo4j replica pod e.g. to install plugins # - name: init-plugins - # image: "octoberstorm/ubuntu-with-curl:latest" + # image: "appropriate/curl:latest" # imagePullPolicy: "IfNotPresent" # volumeMounts: # - name: plugins # mountPath: /plugins # command: - # - "/bin/bash" + # - "/bin/sh" # - "-c" # - | # curl -L https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.2.0.3/apoc-3.2.0.3-all.jar -O - # sudo cp apoc-3.2.0.3-all.jar /plugins/ + # cp apoc-3.2.0.3-all.jar /plugins/ resources: {} # limits: