diff --git a/charts/neo4j/Chart.yaml b/charts/neo4j/Chart.yaml index 142d530d..b525c3b7 100644 --- a/charts/neo4j/Chart.yaml +++ b/charts/neo4j/Chart.yaml @@ -22,7 +22,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.1 +version: 0.2.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/neo4j/templates/ingress.yaml b/charts/neo4j/templates/ingress.yaml index dea8c393..d0364b65 100644 --- a/charts/neo4j/templates/ingress.yaml +++ b/charts/neo4j/templates/ingress.yaml @@ -21,6 +21,9 @@ spec: - hosts: - {{ .Values.ingress.hostnameUI | quote }} - {{ .Values.ingress.hostnameBolt | quote }} + {{- if .Values.ingress.useCertManager }} + secretName: tls-cert-{{ include "library-chart.fullname" . }} + {{- end }} {{- end }} rules: - host: {{ .Values.ingress.hostnameUI | quote }}