Skip to content

Commit 60810a3

Browse files
6490868681515d0137c33214d709858e120d34b5: update public repo contents
1 parent 5ebb9c7 commit 60810a3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ You can discuss this integration in our [Slack](https://community-slack.mongodb.
2626

2727
The MongoDB Enterprise Operator is compatible with Kubernetes v1.9 and above. It has been tested against Openshift 3.9.
2828

29-
This Operator requires Ops Manager or Cloud Manager. In this document, when we refer to "Ops Manager", you may substitute "Cloud Manager". The functionality is the same.
29+
This Operator requires [Ops Manager](https://docs.opsmanager.mongodb.com/current/) or [Cloud Manager](https://cloud.mongodb.com/user#/cloud/login). In this document, when we refer to "Ops Manager", you may substitute "Cloud Manager". The functionality is the same.
30+
> If this is your first time trying the Operator, Cloud Manager is easier to get started
3031
3132

3233

helm_chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ operator:
1616
name: mongodb-enterprise-operator
1717

1818
# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
19-
version: 0.4
19+
version: 0.5
2020

2121
registry:
2222
# Specify if images are pulled from private repository

mongodb-enterprise.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
serviceAccountName: mongodb-enterprise-operator
7575
containers:
7676
- name: mongodb-enterprise-operator
77-
image: quay.io/mongodb/mongodb-enterprise-operator:0.4
77+
image: quay.io/mongodb/mongodb-enterprise-operator:0.5
7878
imagePullPolicy: Always
7979
env:
8080
- name: OPERATOR_ENV
@@ -85,7 +85,7 @@ spec:
8585
fieldPath: metadata.namespace
8686

8787
- name: MONGODB_ENTERPRISE_DATABASE_IMAGE
88-
value: quay.io/mongodb/mongodb-enterprise-database:0.4
88+
value: quay.io/mongodb/mongodb-enterprise-database:0.5
8989
- name: IMAGE_PULL_POLICY
9090
value: Always
9191
- name: IMAGE_PULL_SECRETS

0 commit comments

Comments
 (0)