mirror of
https://github.com/bitnami/charts.git
synced 2026-03-10 15:07:49 +08:00
Synchronize upstreamed folder to ba0b0e079
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user