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 }}