mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
@@ -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 }}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user