MongoDB Kubernetes Enterprise Operator 1.17.1
·
57 commits
to master
since this release
Improvements
- The Red Hat certified operator now uses Quay as an image registry. New images will be automatically pulled upon the operator upgrade and no user action is required as a result of this change.
Breaking changes
- Removed
operator.deployment_namefrom the Helm chart. Parameter was used in an incorrect way and only for customising the name of the operator container. The name of the container is now set tooperator.name. This is a breaking change only ifoperator.deployment_namewas set to a different value thanoperator.nameand if there is external tooling relying on this. Otherwise this change will be unnoticeable.