diff --git a/.helmignore b/.helmignore deleted file mode 100644 index 207983f36871b5..00000000000000 --- a/.helmignore +++ /dev/null @@ -1,25 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*~ -# Various IDEs -.project -.idea/ -*.tmproj -# img folder -img/ -# Changelog -CHANGELOG.md diff --git a/Chart.lock b/Chart.lock deleted file mode 100644 index 9a2b615601263c..00000000000000 --- a/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: oci://registry-1.docker.io/bitnamicharts - version: 2.22.0 -digest: sha256:a8fb2fc887ead658a89598a48acde5324196fbc0509503a3eaed50a710fbfe74 -generated: "2024-08-26T17:51:50.279549426Z" diff --git a/CHANGELOG.md b/mongodb-sharded/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to mongodb-sharded/CHANGELOG.md diff --git a/mongodb-sharded/Chart.lock b/mongodb-sharded/Chart.lock new file mode 100644 index 00000000000000..2d626f884e6e53 --- /dev/null +++ b/mongodb-sharded/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: oci://registry-1.docker.io/bitnamicharts + version: 2.23.0 +digest: sha256:fbd6439f12ded949c04553b9c52a4c8153a8f2790147d972b314ddcd46921a14 +generated: "2024-09-24T16:02:09.076394362+02:00" diff --git a/Chart.yaml b/mongodb-sharded/Chart.yaml similarity index 100% rename from Chart.yaml rename to mongodb-sharded/Chart.yaml diff --git a/README.md b/mongodb-sharded/README.md similarity index 100% rename from README.md rename to mongodb-sharded/README.md diff --git a/mongodb-sharded/charts/common-2.23.0.tgz b/mongodb-sharded/charts/common-2.23.0.tgz new file mode 100644 index 00000000000000..950d7ff9697ff6 Binary files /dev/null and b/mongodb-sharded/charts/common-2.23.0.tgz differ diff --git a/index.yaml b/mongodb-sharded/index.yaml similarity index 100% rename from index.yaml rename to mongodb-sharded/index.yaml diff --git a/templates/NOTES.txt b/mongodb-sharded/templates/NOTES.txt similarity index 100% rename from templates/NOTES.txt rename to mongodb-sharded/templates/NOTES.txt diff --git a/templates/_helpers.tpl b/mongodb-sharded/templates/_helpers.tpl similarity index 100% rename from templates/_helpers.tpl rename to mongodb-sharded/templates/_helpers.tpl diff --git a/templates/config-server/config-server-configmap.yaml b/mongodb-sharded/templates/config-server/config-server-configmap.yaml similarity index 100% rename from templates/config-server/config-server-configmap.yaml rename to mongodb-sharded/templates/config-server/config-server-configmap.yaml diff --git a/templates/config-server/config-server-poddisruptionbudget.yaml b/mongodb-sharded/templates/config-server/config-server-poddisruptionbudget.yaml similarity index 100% rename from templates/config-server/config-server-poddisruptionbudget.yaml rename to mongodb-sharded/templates/config-server/config-server-poddisruptionbudget.yaml diff --git a/templates/config-server/config-server-podmonitor.yaml b/mongodb-sharded/templates/config-server/config-server-podmonitor.yaml similarity index 100% rename from templates/config-server/config-server-podmonitor.yaml rename to mongodb-sharded/templates/config-server/config-server-podmonitor.yaml diff --git a/templates/config-server/config-server-statefulset.yaml b/mongodb-sharded/templates/config-server/config-server-statefulset.yaml similarity index 100% rename from templates/config-server/config-server-statefulset.yaml rename to mongodb-sharded/templates/config-server/config-server-statefulset.yaml diff --git a/templates/extra-list.yaml b/mongodb-sharded/templates/extra-list.yaml similarity index 100% rename from templates/extra-list.yaml rename to mongodb-sharded/templates/extra-list.yaml diff --git a/templates/headless-service.yaml b/mongodb-sharded/templates/headless-service.yaml similarity index 100% rename from templates/headless-service.yaml rename to mongodb-sharded/templates/headless-service.yaml diff --git a/templates/mongos/mongos-configmap.yaml b/mongodb-sharded/templates/mongos/mongos-configmap.yaml similarity index 100% rename from templates/mongos/mongos-configmap.yaml rename to mongodb-sharded/templates/mongos/mongos-configmap.yaml diff --git a/templates/mongos/mongos-dep-sts.yaml b/mongodb-sharded/templates/mongos/mongos-dep-sts.yaml similarity index 100% rename from templates/mongos/mongos-dep-sts.yaml rename to mongodb-sharded/templates/mongos/mongos-dep-sts.yaml diff --git a/templates/mongos/mongos-poddisruptionbudget.yaml b/mongodb-sharded/templates/mongos/mongos-poddisruptionbudget.yaml similarity index 100% rename from templates/mongos/mongos-poddisruptionbudget.yaml rename to mongodb-sharded/templates/mongos/mongos-poddisruptionbudget.yaml diff --git a/templates/mongos/mongos-podmonitor.yaml b/mongodb-sharded/templates/mongos/mongos-podmonitor.yaml similarity index 100% rename from templates/mongos/mongos-podmonitor.yaml rename to mongodb-sharded/templates/mongos/mongos-podmonitor.yaml diff --git a/templates/mongos/mongos-service-per-replica.yaml b/mongodb-sharded/templates/mongos/mongos-service-per-replica.yaml similarity index 100% rename from templates/mongos/mongos-service-per-replica.yaml rename to mongodb-sharded/templates/mongos/mongos-service-per-replica.yaml diff --git a/templates/mongos/mongos-service.yaml b/mongodb-sharded/templates/mongos/mongos-service.yaml similarity index 100% rename from templates/mongos/mongos-service.yaml rename to mongodb-sharded/templates/mongos/mongos-service.yaml diff --git a/templates/networkpolicy.yaml b/mongodb-sharded/templates/networkpolicy.yaml similarity index 100% rename from templates/networkpolicy.yaml rename to mongodb-sharded/templates/networkpolicy.yaml diff --git a/templates/replicaset-entrypoint-configmap.yaml b/mongodb-sharded/templates/replicaset-entrypoint-configmap.yaml similarity index 100% rename from templates/replicaset-entrypoint-configmap.yaml rename to mongodb-sharded/templates/replicaset-entrypoint-configmap.yaml diff --git a/templates/secrets.yaml b/mongodb-sharded/templates/secrets.yaml similarity index 100% rename from templates/secrets.yaml rename to mongodb-sharded/templates/secrets.yaml diff --git a/templates/serviceaccount.yaml b/mongodb-sharded/templates/serviceaccount.yaml similarity index 100% rename from templates/serviceaccount.yaml rename to mongodb-sharded/templates/serviceaccount.yaml diff --git a/templates/shard/shard-arbiter-configmap.yaml b/mongodb-sharded/templates/shard/shard-arbiter-configmap.yaml similarity index 100% rename from templates/shard/shard-arbiter-configmap.yaml rename to mongodb-sharded/templates/shard/shard-arbiter-configmap.yaml diff --git a/templates/shard/shard-arbiter-statefulset.yaml b/mongodb-sharded/templates/shard/shard-arbiter-statefulset.yaml similarity index 100% rename from templates/shard/shard-arbiter-statefulset.yaml rename to mongodb-sharded/templates/shard/shard-arbiter-statefulset.yaml diff --git a/templates/shard/shard-data-configmap.yaml b/mongodb-sharded/templates/shard/shard-data-configmap.yaml similarity index 100% rename from templates/shard/shard-data-configmap.yaml rename to mongodb-sharded/templates/shard/shard-data-configmap.yaml diff --git a/templates/shard/shard-data-poddisruptionbudget.yaml b/mongodb-sharded/templates/shard/shard-data-poddisruptionbudget.yaml similarity index 100% rename from templates/shard/shard-data-poddisruptionbudget.yaml rename to mongodb-sharded/templates/shard/shard-data-poddisruptionbudget.yaml diff --git a/templates/shard/shard-data-podmonitor.yaml b/mongodb-sharded/templates/shard/shard-data-podmonitor.yaml similarity index 100% rename from templates/shard/shard-data-podmonitor.yaml rename to mongodb-sharded/templates/shard/shard-data-podmonitor.yaml diff --git a/templates/shard/shard-data-statefulset.yaml b/mongodb-sharded/templates/shard/shard-data-statefulset.yaml similarity index 100% rename from templates/shard/shard-data-statefulset.yaml rename to mongodb-sharded/templates/shard/shard-data-statefulset.yaml diff --git a/values.yaml b/mongodb-sharded/values.yaml similarity index 100% rename from values.yaml rename to mongodb-sharded/values.yaml