Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Atlas Operator 1.9.2 #272

Merged
merged 14 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
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 charts/atlas-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: mongodb-atlas-operator
description: |-
MongoDB Atlas Operator - a Helm chart for installing and upgrading Atlas Operator: the official Kubernetes operator allowing to manage MongoDB Atlas resources from Kubernetes
type: application
version: 1.9.1
version: 1.9.2
appVersion: 1.9.1
kubeVersion: ">=1.15.0-0"
keywords:
Expand Down
2 changes: 0 additions & 2 deletions charts/atlas-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ spec:
- --atlas-domain={{ .Values.atlasURI }}
- "--health-probe-bind-address=:8081"
- "--metrics-bind-address=:8080"
- --object-deletion-protection={{ .Values.objectDeletionProtection }}
- --subobject-deletion-protection={{ .Values.subobjectDeletionProtection }}
- "--leader-elect"
command:
- /manager
Expand Down
5 changes: 0 additions & 5 deletions charts/atlas-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ mongodb-atlas-operator-crds:
# atlasURI is the URI of the MongoDB Atlas. You should not change this value.
atlasURI: https://cloud.mongodb.com/

# objectDeletionProtection defines the operator will not delete Atlas resource when a Custom Resource is deleted
objectDeletionProtection: true
# subobjectDeletionProtection defines that the operator will not overwrite (and consequently delete) subresources that were not previously created by the operator
subobjectDeletionProtection: true

# globalConnectionSecret is a default "global" Secret containing Atlas
# authentication information.
#
Expand Down