[MONGODB] Update to latest bitnami mongodb chart 39/137439/7
authorAndreas Geissler <andreas-geissler@telekom.de>
Wed, 28 Feb 2024 15:08:06 +0000 (16:08 +0100)
committerAndreas Geissler <andreas-geissler@telekom.de>
Thu, 7 Mar 2024 07:33:07 +0000 (08:33 +0100)
commitcde4a784a593555c17146635dcc25013872cabc5
treeebe7bdf5f2bf48bfb023ad8b1a97c4aed6b3e310
parent4753743f0743a6b22f69e718c3cdb4ba8843cea6
[MONGODB] Update to latest bitnami mongodb chart

Import the latest bitnami mongodb chart and update the
client charts, which use it:
- NBI
- DCAEGEN2/TCAEGEN2 (include Chart.yaml fix)
- MULTICLOUD/K8S
THe new version supports the initial creation of DBs and user

Issue-ID: OOM-3277

Change-Id: I75a475aadb8b84a313527b75f4c69e85624af8ba
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
77 files changed:
kubernetes/common/mongo/Chart.yaml [deleted file]
kubernetes/common/mongo/templates/pv.yaml [deleted file]
kubernetes/common/mongo/templates/service.yaml [deleted file]
kubernetes/common/mongo/templates/statefulset.yaml [deleted file]
kubernetes/common/mongo/values.yaml [deleted file]
kubernetes/common/mongodb/.helmignore [moved from kubernetes/common/mongo/.helmignore with 94% similarity]
kubernetes/common/mongodb/Chart.yaml [new file with mode: 0644]
kubernetes/common/mongodb/README.md [new file with mode: 0644]
kubernetes/common/mongodb/common/.helmignore [new file with mode: 0644]
kubernetes/common/mongodb/common/Chart.yaml [new file with mode: 0644]
kubernetes/common/mongodb/common/README.md [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/_affinities.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/_capabilities.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/_errors.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/_images.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/_ingress.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/_labels.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/_names.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/_resources.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/_secrets.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/_storage.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/_tplvalues.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/_utils.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/_warnings.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/validations/_cassandra.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/validations/_mariadb.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/validations/_mongodb.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/validations/_mysql.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/validations/_postgresql.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/validations/_redis.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/templates/validations/_validations.tpl [new file with mode: 0644]
kubernetes/common/mongodb/common/values.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/NOTES.txt [new file with mode: 0644]
kubernetes/common/mongodb/templates/_helpers.tpl [new file with mode: 0644]
kubernetes/common/mongodb/templates/arbiter/configmap.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/arbiter/headless-svc.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/arbiter/pdb.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/arbiter/statefulset.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/backup/cronjob.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/backup/pvc.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/common-scripts-cm.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/configmap.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/extra-list.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/hidden/configmap.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/hidden/external-access-svc.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/hidden/headless-svc.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/hidden/pdb.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/hidden/statefulset.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/initialization-configmap.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/metrics-svc.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/networkpolicy.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/prometheusrule.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/psp.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/replicaset/external-access-svc.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/replicaset/headless-svc.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/replicaset/pdb.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/replicaset/scripts-configmap.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/replicaset/statefulset.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/replicaset/svc.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/role.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/rolebinding.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/secrets-ca.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/secrets.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/serviceaccount.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/servicemonitor.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/standalone/dep-sts.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/standalone/pvc.yaml [new file with mode: 0644]
kubernetes/common/mongodb/templates/standalone/svc.yaml [new file with mode: 0644]
kubernetes/common/mongodb/values.schema.json [new file with mode: 0644]
kubernetes/common/mongodb/values.yaml [new file with mode: 0644]
kubernetes/dcaegen2-services/components/dcae-tcagen2/Chart.yaml
kubernetes/dcaegen2-services/components/dcae-tcagen2/values.yaml
kubernetes/multicloud/components/multicloud-k8s/Chart.yaml
kubernetes/multicloud/components/multicloud-k8s/values.yaml
kubernetes/nbi/Chart.yaml
kubernetes/nbi/templates/deployment.yaml
kubernetes/nbi/values.yaml