From fb279f95ed8ae8028ff4d85b0b6e88283f11feee Mon Sep 17 00:00:00 2001 From: moxious Date: Wed, 15 Aug 2018 16:16:29 -0400 Subject: [PATCH] Neo4j remove privileged security context, upgrade to 3.4.x series (#7153) * remove privileged:true from securityContext neo4j * upgrade to neo4j 3.4 series latest patchlevel (3.4.5) * Bump minor version --- stable/neo4j/Chart.yaml | 4 ++-- stable/neo4j/templates/core-statefulset.yaml | 2 -- stable/neo4j/templates/readreplicas-deployment.yaml | 2 -- stable/neo4j/values.yaml | 2 +- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/stable/neo4j/Chart.yaml b/stable/neo4j/Chart.yaml index d6bb95a32d..09c38ddec6 100644 --- a/stable/neo4j/Chart.yaml +++ b/stable/neo4j/Chart.yaml @@ -1,7 +1,7 @@ name: neo4j home: https://www.neo4j.com -version: 0.7.3 -appVersion: 3.3.4 +version: 0.8.0 +appVersion: 3.4.5 description: Neo4j is the world's leading graph database icon: http://info.neo4j.com/rs/773-GON-065/images/neo4j_logo.png sources: diff --git a/stable/neo4j/templates/core-statefulset.yaml b/stable/neo4j/templates/core-statefulset.yaml index d63e3eb69c..0578e5418c 100644 --- a/stable/neo4j/templates/core-statefulset.yaml +++ b/stable/neo4j/templates/core-statefulset.yaml @@ -73,8 +73,6 @@ spec: name: browser - containerPort: 7687 name: bolt - securityContext: - privileged: true volumeMounts: - name: datadir mountPath: "{{ .Values.core.persistentVolume.mountPath }}" diff --git a/stable/neo4j/templates/readreplicas-deployment.yaml b/stable/neo4j/templates/readreplicas-deployment.yaml index 49dd78f871..96656b75c7 100644 --- a/stable/neo4j/templates/readreplicas-deployment.yaml +++ b/stable/neo4j/templates/readreplicas-deployment.yaml @@ -66,8 +66,6 @@ spec: volumeMounts: - name: plugins mountPath: /plugins - securityContext: - privileged: true {{- if .Values.core.sidecarContainers }} {{ toYaml .Values.core.sidecarContainers | indent 6 }} {{- end }} diff --git a/stable/neo4j/values.yaml b/stable/neo4j/values.yaml index efbebd73ed..aedcfd426d 100644 --- a/stable/neo4j/values.yaml +++ b/stable/neo4j/values.yaml @@ -7,7 +7,7 @@ name: "neo4j" # Specs for the Neo4j docker image image: "neo4j" -imageTag: "3.3.4-enterprise" +imageTag: "3.4.5-enterprise" imagePullPolicy: "IfNotPresent" # imagePullSecret: registry-secret acceptLicenseAgreement: "no"