diff --git a/upstreamed/mongodb/Chart.yaml b/upstreamed/mongodb/Chart.yaml index 1ebf58cdb..62c8b0c89 100644 --- a/upstreamed/mongodb/Chart.yaml +++ b/upstreamed/mongodb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mongodb -version: 7.0.0 +version: 7.0.1 appVersion: 4.0.11 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. keywords: diff --git a/upstreamed/mongodb/templates/ingress.yaml b/upstreamed/mongodb/templates/ingress.yaml index 3afb57069..9a17e04c7 100644 --- a/upstreamed/mongodb/templates/ingress.yaml +++ b/upstreamed/mongodb/templates/ingress.yaml @@ -4,10 +4,10 @@ kind: Ingress metadata: name: {{ template "mongodb.fullname" . }} labels: - app.kubernetes.io/name: {{ include "mongodb.name" . }} - helm.sh/chart: {{ include "mongodb.chart" . }} - app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/managed-by: {{ .Release.Service }} + app: {{ template "mongodb.name" . }} + chart: {{ template "mongodb.chart" . }} + release: "{{ .Release.Name }}" + heritage: "{{ .Release.Service }}" annotations: {{- if .Values.ingress.certManager }} kubernetes.io/tls-acme: "true"