Skip to content

Update dependency mongodb/mongodb-kubernetes-operator to v0.7.2

This MR contains the following updates:

Package Type Update Change
mongodb/mongodb-kubernetes-operator Kustomization patch v0.7.0 -> v0.7.2

Release Notes

mongodb/mongodb-kubernetes-operator

v0.7.2

Compare Source

MongoDB Kubernetes Operator 0.7.2
Kubernetes Operator
  • Bug fixes
    • Adds missing roles for Database Pods.
    • Fixes OpenShift install.
MongoDBCommunity Resource
  • No changes
Updated Image Tags
  • mongodb-kubernetes-operator:0.7.2

All the images can be found in:

https://quay.io/mongodb

v0.7.1

Compare Source

MongoDB Kubernetes Operator 0.7.1
Kubernetes Operator
  • Changes
    • MongoDB database of the statefulSet is managed using distinct Role, ServiceAccount and RoleBinding.
    • TLS Secret can also contain a single "tls.pem" entry, containing the concatenation of the certificate and key
      • If a TLS secret contains all of "tls.key", "tls.crt" and "tls.pem" entries, the operator will raise an error if the "tls.pem" one is not equal to the concatenation of "tls.crt" with "tls.key"
    • Readinessprobe reports MongoDB running as Arbitrer as Running & Healthy.
    • The CLUSTER_DOMAIN environment variable can be set on the Operator Pod to configure the Kubernetes cluster's Domain, in case this one differs from the default cluster.local.
MongoDBCommunity Resource
  • Changes
  • Specifying spec.additionalMongodConfig.storage.dbPath will now be respected correctly.
Updated Image Tags
  • mongodb-kubernetes-operator:0.7.1
  • mongodb-kubernetes-readinessprobe:1.0.6
  • mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.3

All the images can be found in:

https://quay.io/mongodb


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports