Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm-charts
Submodule helm-charts updated 28 files
+3 −3 .github/workflows/ci.yaml
+2 −2 charts/atlas-deployment/Chart.yaml
+6 −2 charts/atlas-deployment/templates/atlas-deployment.yaml
+9 −1 charts/atlas-deployment/values.yaml
+2 −2 charts/atlas-operator-crds/Chart.yaml
+94 −73 charts/atlas-operator-crds/templates/atlas.mongodb.com_atlascustomroles.yaml
+18 −13 charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatabaseusers.yaml
+78 −8 charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdeployments.yaml
+7 −0 charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasfederatedauths.yaml
+202 −0 charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasipaccesslists.yaml
+207 −0 charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasnetworkcontainers.yaml
+309 −0 charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasnetworkpeerings.yaml
+18 −7 charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasprivateendpoints.yaml
+3 −3 charts/atlas-operator/Chart.yaml
+16 −2 charts/atlas-operator/rbac.yaml
+2 −2 charts/community-operator-crds/Chart.yaml
+30 −4 charts/community-operator-crds/templates/mongodbcommunity.mongodb.com_mongodbcommunity.yaml
+3 −3 charts/community-operator/Chart.yaml
+3 −0 charts/community-operator/templates/operator.yaml
+7 −4 charts/community-operator/values.yaml
+1 −1 charts/enterprise-operator/Chart.yaml
+18 −26 charts/enterprise-operator/crds/mongodb.com_mongodb.yaml
+12 −2 charts/enterprise-operator/crds/mongodb.com_mongodbmulticluster.yaml
+30 −4 charts/enterprise-operator/crds/mongodb.com_opsmanagers.yaml
+55 −4 charts/enterprise-operator/templates/operator-roles.yaml
+37 −4 charts/enterprise-operator/templates/operator.yaml
+80 −62 charts/enterprise-operator/values-openshift.yaml
+19 −6 charts/enterprise-operator/values.yaml
Loading