File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type: application
2222# This is the chart version. This version number should be incremented each time you make changes
2323# to the chart and its templates, including the app version.
2424# Versions are expected to follow Semantic Versioning (https://semver.org/)
25- version : 1.0.7
25+ version : 1.0.8
2626
2727# This is the version number of the application being deployed. This version number should be
2828# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 44{{- if .Values.route.enabled }}
55- You can connect to this neo4j with your browser on this [link](https://{{ .Values.route.hostnameUI }})
66{{- end }}
7+ - You can access the service from within the cluster using the following URI:
8+ neo4j://{{ include "library-chart.fullname" . }}:7687
9+ bolt://{{ include "library-chart.fullname" . }}:7687
710- The username is **neo4j**
811- The password is **{{ .Values.security.password }}**
912
You can’t perform that action at this time.
0 commit comments