[COMMON] Update various common charts 96/138496/2
authorAndreas Geissler <andreas-geissler@telekom.de>
Wed, 17 Jul 2024 11:24:38 +0000 (13:24 +0200)
committerAndreas Geissler <andreas-geissler@telekom.de>
Wed, 17 Jul 2024 15:18:49 +0000 (17:18 +0200)
commitb2c57e00121e912eaff312ffbf19168f4d3617d2
tree67d97a00e7f78145e8ebbcde33993dd456a2c39c
parent004ebce85d8214df87689db574efd7f16c87524d
[COMMON] Update various common charts

- add kyverno policy fixes for cassandra Operator template
- add new mongodb-init chart
- new parameter in global values to support "NativeSidecar"
  which disables the deployment of the sidecar killer in jobs
- update of "killSideCar" function to use the new option

Issue-ID: OOM-3288
Issue-ID: OOM-3296

Change-Id: If7cafd10a14e9bc6b7843c0c2a62691c4e94ca71
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
16 files changed:
kubernetes/common/common/Chart.yaml
kubernetes/common/common/templates/_cassOp.tpl
kubernetes/common/common/templates/_serviceMesh.tpl
kubernetes/common/mariadb-init/Chart.yaml
kubernetes/common/mongodb-init/.helmignore [new file with mode: 0644]
kubernetes/common/mongodb-init/Chart.yaml [new file with mode: 0644]
kubernetes/common/mongodb-init/README.md [new file with mode: 0644]
kubernetes/common/mongodb-init/resources/config/setup.sql [new file with mode: 0644]
kubernetes/common/mongodb-init/templates/configmap.yaml [new file with mode: 0644]
kubernetes/common/mongodb-init/templates/job.yaml [new file with mode: 0644]
kubernetes/common/mongodb-init/templates/secrets.yaml [new file with mode: 0644]
kubernetes/common/mongodb-init/values.yaml [new file with mode: 0644]
kubernetes/common/postgres-init/Chart.yaml
kubernetes/common/repositoryGenerator/templates/_repository.tpl
kubernetes/common/repositoryGenerator/values.yaml
kubernetes/onap/values.yaml