Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ spec:
- name: READINESS_PROBE_IMAGE
value: quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.4
- name: MONGODB_IMAGE
value: library/mongo
value: mongo
- name: MONGODB_REPO_URL
value: registry.hub.docker.com
value: docker.io
image: quay.io/mongodb/mongodb-kubernetes-operator:0.6.1
imagePullPolicy: Always
name: mongodb-kubernetes-operator
Expand Down
4 changes: 2 additions & 2 deletions deploy/openshift/operator_openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ spec:
- name: VERSION_UPGRADE_HOOK_IMAGE
value: quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.2
- name: MONGODB_IMAGE
value: library/mongo
value: mongo
- name: MONGODB_REPO_URL
value: registry.hub.docker.com
value: docker.io
image: quay.io/mongodb/mongodb-kubernetes-operator:0.6.1
imagePullPolicy: Always
name: mongodb-kubernetes-operator
Expand Down
1 change: 1 addition & 0 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- stability improvements when changing version of MongoDB.
- increased number of concurrent resources the operator can act on.
- mongodb will now send its log to stdout by default.
- changed the default values for `MONGODB_REPO_URL` and `MONGODB_IMAGE` in the operator deployment

## Updated Image Tags

Expand Down
6 changes: 3 additions & 3 deletions docs/install-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ for MongoDB Docker images:

| Environment Variable | Description | Default |
|----|----|----|
| `MONGODB_IMAGE` | From the `MONGODB_REPO_URL`, absolute path to the MongoDB Docker image that you want to deploy. | `"library/mongo"` |
| `MONGODB_REPO_URL` | URL of the container registry that contains the MongoDB Docker image that you want to deploy. | `"registry.hub.docker.com"` |
| `MONGODB_IMAGE` | From the `MONGODB_REPO_URL`, absolute path to the MongoDB Docker image that you want to deploy. | `"mongo"` |
| `MONGODB_REPO_URL` | URL of the container registry that contains the MongoDB Docker image that you want to deploy. | `"docker.io"` |

```yaml
spec:
Expand Down Expand Up @@ -198,4 +198,4 @@ Make sure you run commands in the correct namespace.
```
kubectl delete pod <sts-name>-0
```
d. You're done. Now Kubernetes will create the pod fresh, causing the migration to run and then the pod to start up. Then kubernetes will proceed creating the next pod until it reaches the number specified in your cr.
d. You're done. Now Kubernetes will create the pod fresh, causing the migration to run and then the pod to start up. Then kubernetes will proceed creating the next pod until it reaches the number specified in your cr.