Skip to content

Commit

Permalink
Helm charts update
Browse files Browse the repository at this point in the history
  • Loading branch information
slaskawi committed Nov 7, 2023
1 parent 831cd8b commit 3605e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts
Submodule helm-charts updated 45 files
+1 −1 .github/CODEOWNERS
+0 −36 .github/actions/push-files/push-files.sh
+0 −24 .github/kubeconform.sh
+24 −0 .github/kubeval.sh
+3 −3 .github/workflows/ci.yaml
+0 −25 .github/workflows/close-stale-issues.yml
+0 −100 .github/workflows/post-atlas-operator-release.yaml
+0 −5 .gitignore
+0 −202 LICENSE
+8 −8 README.md
+2 −2 charts/atlas-operator-crds/Chart.yaml
+0 −54 charts/atlas-operator-crds/templates/_helpers.tpl
+5 −75 charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackuppolicies.yaml
+10 −91 charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackupschedules.yaml
+5 −7 charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatabaseusers.yaml
+0 −261 charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatafederations.yaml
+163 −378 charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdeployments.yaml
+0 −172 charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasfederatedauths.yaml
+6 −1,303 charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasprojects.yaml
+0 −130 charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasteams.yaml
+0 −2 charts/atlas-operator-crds/values.yaml
+3 −3 charts/atlas-operator/Chart.yaml
+0 −19 charts/atlas-operator/README.md
+0 −61 charts/atlas-operator/templates/_helpers.tpl
+1 −1 charts/atlas-operator/templates/deployment.yaml
+10 −23 charts/atlas-operator/templates/roles.yaml
+1 −4 charts/atlas-operator/values.yaml
+2 −2 charts/community-operator-crds/Chart.yaml
+22 −157 charts/community-operator-crds/templates/mongodbcommunity.mongodb.com_mongodbcommunity.yaml
+3 −3 charts/community-operator/Chart.yaml
+4 −78 charts/community-operator/templates/mongodbcommunity_cr_with_tls.yaml
+3 −12 charts/community-operator/templates/operator.yaml
+4 −37 charts/community-operator/values.yaml
+1 −1 charts/enterprise-operator/Chart.yaml
+63 −266 charts/enterprise-operator/crds/mongodb.com_mongodb.yaml
+20 −134 charts/enterprise-operator/crds/mongodb.com_mongodbmulti.yaml
+0 −787 charts/enterprise-operator/crds/mongodb.com_mongodbmulticluster.yaml
+8 −1 charts/enterprise-operator/crds/mongodb.com_mongodbusers.yaml
+55 −383 charts/enterprise-operator/crds/mongodb.com_opsmanagers.yaml
+27 −0 charts/enterprise-operator/crds/webhook-cluster-role.yaml
+19 −19 charts/enterprise-operator/templates/database-roles.yaml
+94 −122 charts/enterprise-operator/templates/operator-roles.yaml
+97 −168 charts/enterprise-operator/templates/operator.yaml
+30 −155 charts/enterprise-operator/values-openshift.yaml
+16 −34 charts/enterprise-operator/values.yaml

0 comments on commit 3605e4e

Please sign in to comment.