From 4b494dddfdf3affcd61518e916cec90acaa2184f Mon Sep 17 00:00:00 2001 From: bitnami-bot Date: Wed, 31 Jul 2019 15:35:04 +0000 Subject: [PATCH] Synchronize upstreamed folder to 60e26378d --- upstreamed/mongodb/Chart.yaml | 2 +- upstreamed/mongodb/templates/ingress.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"