Skip to content

Commit 865b24c

Browse files
authored
CLOUDP-65077: Release 0.0.6 (#57)
1 parent eeff121 commit 865b24c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
This is a [Kubernetes Operator](https://coreos.com/operators/) which deploys MongoDB Community into Kubernetes clusters.
66

7-
This codebase is currently _alpha_, and is not ready for production use.
8-
97
If you are a MongoDB Enterprise customer, or need Enterprise features such as Backup, you can use the [MongoDB Enterprise Operator for Kubernetes](https://github.com/mongodb/mongodb-enterprise-kubernetes).
108

119
## Table of Contents

deploy/operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccountName: mongodb-kubernetes-operator
1616
containers:
1717
- name: mongodb-kubernetes-operator
18-
image: quay.io/mongodb/mongodb-kubernetes-operator
18+
image: quay.io/mongodb/mongodb-kubernetes-operator:0.0.6
1919
command:
2020
- mongodb-kubernetes-operator
2121
imagePullPolicy: Always

0 commit comments

Comments
 (0)