Synchronize upstreamed folder to 60e26378d

This commit is contained in:
bitnami-bot
2019-07-31 15:35:04 +00:00
parent 71c0e662ea
commit 4b494dddfd
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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:
+4 -4
View File
@@ -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"