diff --git a/charts/jupyter/Chart.yaml b/charts/jupyter/Chart.yaml index e46e9316..5a6582a8 100644 --- a/charts/jupyter/Chart.yaml +++ b/charts/jupyter/Chart.yaml @@ -16,7 +16,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.14 +version: 0.2.15 # 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/jupyter/templates/ingress.yaml b/charts/jupyter/templates/ingress.yaml index bbf8c9ea..121808b4 100644 --- a/charts/jupyter/templates/ingress.yaml +++ b/charts/jupyter/templates/ingress.yaml @@ -8,7 +8,7 @@ apiVersion: extensions/v1beta1 {{- end }} kind: Ingress metadata: - name: {{ $fullName }} + name: {{ $fullName }}-ui labels: {{- include "jupyter.labels" . | nindent 4 }} annotations: diff --git a/charts/jupyter/values.schema.json b/charts/jupyter/values.schema.json index f314d0d2..24acabb7 100644 --- a/charts/jupyter/values.schema.json +++ b/charts/jupyter/values.schema.json @@ -272,7 +272,7 @@ "x-generated": { "type": "externalDNS", "scope": "jupyter", - "name": "ui" + "name": "ihm" } }, "sparkHostname": {