aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/mongodb/Chart.yaml
AgeCommit message (Collapse)AuthorFilesLines
2024-05-06[COMMON] Fix Kyverno policy violations in common/mongodbFiete Ostkamp1-2/+2
- set resourceLimit's for emptyDir volumes - use non-root group in mongo pods - make pod filesystem read-only - bump mongodb chart version from 14.12.2 to 14.12.3 - use new version in portal-ng, nbi, multicloud and dcae-tcagen2 Issue-ID: OOM-3293 Change-Id: Ife7445433337ac97a03f8cd22ad551e8745b9717 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-03-07[MONGODB] Update to latest bitnami mongodb chartAndreas Geissler1-0/+43
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>