updating helm charts 50/4550/1
authorChen, Jackie <jv246a@att.com>
Fri, 14 Aug 2020 21:29:30 +0000 (17:29 -0400)
committerChen, Jackie <jv246a@att.com>
Fri, 14 Aug 2020 21:29:51 +0000 (17:29 -0400)
commit8887ae9ce0acebd2a371883699f48dc70a35386f
tree8b69313981d53ee740d559eaa618b1241800f14f
parent12acdc865dc1cb950f3e140fba2827a3db9de837
updating helm charts

Change-Id: I7e7b40fd54cfcc9827784aad78eaa580a9a33de2
Signed-off-by: Chen, Jackie <jv246a@att.com>
50 files changed:
otf-helm/.gitignore
otf-helm/otf/.helmignore [deleted file]
otf-helm/otf/Chart.yaml
otf-helm/otf/charts/databases/charts/mongodb/scripts/groups.json [deleted file]
otf-helm/otf/charts/databases/charts/mongodb/scripts/init_db.sh [deleted file]
otf-helm/otf/charts/databases/charts/mongodb/scripts/users.json [deleted file]
otf-helm/otf/charts/databases/charts/mongodb/templates/configmap.yaml [deleted file]
otf-helm/otf/charts/databases/charts/mongodb/templates/deployment.yaml [deleted file]
otf-helm/otf/charts/databases/charts/mongodb/templates/ingress.yaml [deleted file]
otf-helm/otf/charts/databases/charts/mongodb/templates/secret.yaml [deleted file]
otf-helm/otf/charts/databases/charts/mongodb/templates/service.yaml [deleted file]
otf-helm/otf/charts/databases/mongodb/.helmignore [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/Chart.yaml [moved from otf-helm/otf/charts/databases/charts/mongodb/Chart.yaml with 57% similarity]
otf-helm/otf/charts/databases/mongodb/OWNERS [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/README.md [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/files/docker-entrypoint-initdb.d/README.md [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/NOTES.txt [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/_helpers.tpl [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/configmap.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/deployment-standalone.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/ingress.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/initialization-configmap.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/poddisruptionbudget-arbiter-rs.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/poddisruptionbudget-secondary-rs.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/prometheus-alerting-rule.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/prometheus-service-monitor.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/pvc-standalone.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/secrets.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/statefulset-arbiter-rs.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/statefulset-primary-rs.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/statefulset-secondary-rs.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/svc-headless-rs.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/svc-primary-rs.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/svc-standalone.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/values-production.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/values.schema.json [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/values.yaml [moved from otf-helm/otf/charts/databases/charts/mongodb/values.yaml with 95% similarity]
otf-helm/otf/charts/databases/mysqldb/Chart.yaml [moved from otf-helm/otf/charts/databases/charts/mysqldb/Chart.yaml with 95% similarity]
otf-helm/otf/charts/databases/mysqldb/scripts/init_db.sh [moved from otf-helm/otf/charts/databases/charts/mysqldb/scripts/init_db.sh with 96% similarity]
otf-helm/otf/charts/databases/mysqldb/scripts/mysql_engine_7.10.0.sql [moved from otf-helm/otf/charts/databases/charts/mysqldb/scripts/mysql_engine_7.10.0.sql with 97% similarity]
otf-helm/otf/charts/databases/mysqldb/scripts/mysql_identity_7.10.0.sql [moved from otf-helm/otf/charts/databases/charts/mysqldb/scripts/mysql_identity_7.10.0.sql with 96% similarity]
otf-helm/otf/charts/databases/mysqldb/templates/configmap.yaml [moved from otf-helm/otf/charts/databases/charts/mysqldb/templates/configmap.yaml with 96% similarity]
otf-helm/otf/charts/databases/mysqldb/templates/deployment.yaml [moved from otf-helm/otf/charts/databases/charts/mysqldb/templates/deployment.yaml with 97% similarity]
otf-helm/otf/charts/databases/mysqldb/templates/ingress.yaml [moved from otf-helm/otf/charts/databases/charts/mysqldb/templates/ingress.yaml with 62% similarity]
otf-helm/otf/charts/databases/mysqldb/templates/secret.yaml [moved from otf-helm/otf/charts/databases/charts/mysqldb/templates/secret.yaml with 96% similarity]
otf-helm/otf/charts/databases/mysqldb/templates/service.yaml [moved from otf-helm/otf/charts/databases/charts/mysqldb/templates/service.yaml with 96% similarity]
otf-helm/otf/charts/databases/mysqldb/values.yaml [moved from otf-helm/otf/charts/databases/charts/mysqldb/values.yaml with 94% similarity]
otf-helm/otf/values/development.yaml [deleted file]
otf-helm/otf/values/values.yaml [deleted file]
otf-helm/readme.md