mirror of
https://github.com/bitnami/charts.git
synced 2026-03-04 06:47:57 +08:00
* [bitnami/node] Major version. Adapt Chart to apiVersion: v2 * Bump Node version to 14 * Add bitnami/commons * Add labels and annotations standardizations * Add standardizations * Add more standardizations * Update README * Update dependencies once released new common and mongodb * Add MongoDB common subchart validation * fix: dbsecret only for mongodb * Update bitnami/commons version * Use latest mongodb as subchart * [bitnami/node] Update components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: joancafom <jcarmona@bitnami.com> Co-authored-by: Bitnami Containers <containers@bitnami.com>
5 lines
117 B
YAML
5 lines
117 B
YAML
{{- range .Values.extraDeploy }}
|
|
---
|
|
{{ include "common.tplvalues.render" (dict "value" . "context" $) }}
|
|
{{- end }}
|