diff --git a/charts/application-hub/Chart.yaml b/charts/application-hub/Chart.yaml index c52794d..d89c8d6 100644 --- a/charts/application-hub/Chart.yaml +++ b/charts/application-hub/Chart.yaml @@ -15,7 +15,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: 2.0.54 +version: 2.0.55 # 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/application-hub/templates/ingress.yaml b/charts/application-hub/templates/ingress.yaml index c1e6791..409686c 100644 --- a/charts/application-hub/templates/ingress.yaml +++ b/charts/application-hub/templates/ingress.yaml @@ -1,4 +1,4 @@ -{{- if .Values.jupyterhub.ingress.enabled -}} +{{- if .Values.ingress.enabled -}} {{- $fullName := include "application-hub.fullname" . -}} diff --git a/charts/application-hub/values.yaml b/charts/application-hub/values.yaml index 814bb7c..3d856ec 100644 --- a/charts/application-hub/values.yaml +++ b/charts/application-hub/values.yaml @@ -721,7 +721,7 @@ jupyterhub: pullSecrets: [] ingress: - enabled: true + enabled: false annotations: {} ingressClassName: hosts: []