Skip to content

Commit 491ae9b

Browse files
authored
[neo4j] add information to Notes.txt (#174)
1 parent 2253435 commit 491ae9b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/neo4j/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/neo4j/templates/NOTES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
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

0 commit comments

Comments
 (0)