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
This commit is contained in:
moxious
2018-08-15 13:16:29 -07:00
committed by k8s-ci-robot
parent 1efedb1816
commit fb279f95ed
4 changed files with 3 additions and 7 deletions
+2 -2
View File
@@ -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:
@@ -73,8 +73,6 @@ spec:
name: browser
- containerPort: 7687
name: bolt
securityContext:
privileged: true
volumeMounts:
- name: datadir
mountPath: "{{ .Values.core.persistentVolume.mountPath }}"
@@ -66,8 +66,6 @@ spec:
volumeMounts:
- name: plugins
mountPath: /plugins
securityContext:
privileged: true
{{- if .Values.core.sidecarContainers }}
{{ toYaml .Values.core.sidecarContainers | indent 6 }}
{{- end }}
+1 -1
View File
@@ -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"