Synchronize upstreamed folder to ba0b0e079

This commit is contained in:
bitnami-bot
2019-07-15 16:35:22 +00:00
parent d74f4fa3fd
commit b57e332615
7 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: mongodb
version: 6.1.1
version: 6.1.2
appVersion: 4.0.10
description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications.
keywords:

View File

@@ -70,8 +70,8 @@ spec:
{{- end }}
env:
{{- if .Values.image.debug}}
- name: NAMI_DEBUG
value: "1"
- name: BITNAMI_DEBUG
value: "true"
{{- end }}
{{- if .Values.usePassword }}
{{- if and .Values.mongodbUsername .Values.mongodbDatabase }}

View File

@@ -77,8 +77,8 @@ spec:
name: mongodb
env:
{{- if .Values.image.debug}}
- name: NAMI_DEBUG
value: "1"
- name: BITNAMI_DEBUG
value: "true"
{{- end }}
- name: MONGODB_SYSTEM_LOG_VERBOSITY
value: {{ .Values.mongodbSystemLogVerbosity | quote }}

View File

@@ -82,8 +82,8 @@ spec:
name: mongodb
env:
{{- if .Values.image.debug}}
- name: NAMI_DEBUG
value: "1"
- name: BITNAMI_DEBUG
value: "true"
{{- end }}
- name: MONGODB_SYSTEM_LOG_VERBOSITY
value: {{ .Values.mongodbSystemLogVerbosity | quote }}

View File

@@ -83,8 +83,8 @@ spec:
name: mongodb
env:
{{- if .Values.image.debug}}
- name: NAMI_DEBUG
value: "1"
- name: BITNAMI_DEBUG
value: "true"
{{- end }}
- name: MONGODB_SYSTEM_LOG_VERBOSITY
value: {{ .Values.mongodbSystemLogVerbosity | quote }}

View File

@@ -30,8 +30,8 @@ image:
# - myRegistryKeySecretName
## Set to true if you would like to see extra information on logs
## It turns NAMI debugging in minideb
## ref: https://github.com/bitnami/minideb-extras/#turn-on-nami-debugging
## It turns on Bitnami debugging in minideb-extras-base
## ref: https://github.com/bitnami/minideb-extras-base
debug: false
## String to partially override mongodb.fullname template (will maintain the release name)

View File

@@ -30,8 +30,8 @@ image:
# - myRegistryKeySecretName
## Set to true if you would like to see extra information on logs
## It turns NAMI debugging in minideb
## ref: https://github.com/bitnami/minideb-extras/#turn-on-nami-debugging
## It turns on Bitnami debugging in minideb-extras-base
## ref: https://github.com/bitnami/minideb-extras-base
debug: false
## String to partially override mongodb.fullname template (will maintain the release name)