From b8b6a2932eccb9ae9d01b3d86a75a8b4a8e05df3 Mon Sep 17 00:00:00 2001 From: Richard Conway Date: Wed, 28 Feb 2024 15:48:31 +0000 Subject: [PATCH] application-hub@2.0.56 - fix hardcoded namespace in ingress --- charts/application-hub/Chart.yaml | 2 +- charts/application-hub/templates/ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/application-hub/Chart.yaml b/charts/application-hub/Chart.yaml index d89c8d6..91bf6c1 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.55 +version: 2.0.56 # 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 6823ed1..3551879 100644 --- a/charts/application-hub/templates/ingress.yaml +++ b/charts/application-hub/templates/ingress.yaml @@ -18,7 +18,7 @@ apiVersion: extensions/v1beta1 kind: Ingress metadata: name: {{ $fullName }}-ingress - namespace: proc + namespace: {{ .Release.Namespace }} annotations: {{- if .Values.ingress.clusterIssuer }} cert-manager.io/cluster-issuer: {{ .Values.ingress.clusterIssuer }}