From 1b64bd324997b28021960b329e6e92d9119c11a6 Mon Sep 17 00:00:00 2001 From: rconway Date: Wed, 28 Feb 2024 15:52:28 +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 | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/application-hub/Chart.yaml b/charts/application-hub/Chart.yaml index 91bf6c1..8817eac 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.56 +version: 2.0.57 # 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 4b6fef4..375a0a4 100644 --- a/charts/application-hub/templates/ingress.yaml +++ b/charts/application-hub/templates/ingress.yaml @@ -18,7 +18,6 @@ apiVersion: extensions/v1beta1 kind: Ingress metadata: name: {{ $fullName }}-ingress - namespace: {{ .Release.Namespace }} annotations: {{- if .Values.ingress.clusterIssuer }} cert-manager.io/cluster-issuer: {{ .Values.ingress.clusterIssuer }}