From 0952f204bfd0a8902282e569c74e97cce9ead83f Mon Sep 17 00:00:00 2001 From: rconway Date: Fri, 23 Feb 2024 10:07:45 +0000 Subject: [PATCH] Commit triggered by a change on the main branch of helm-charts-dev --- charts/application-hub/Chart.yaml | 2 +- charts/application-hub/templates/ingress.yaml | 2 +- charts/application-hub/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: []