Skip to content

Commit dffc4f6

Browse files
author
Nikolas De Giorgis
authored
Changed repo url and image name (#587)
1 parent 9ab2dc2 commit dffc4f6

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

config/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ spec:
3333
- name: READINESS_PROBE_IMAGE
3434
value: quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.4
3535
- name: MONGODB_IMAGE
36-
value: library/mongo
36+
value: mongo
3737
- name: MONGODB_REPO_URL
38-
value: registry.hub.docker.com
38+
value: docker.io
3939
image: quay.io/mongodb/mongodb-kubernetes-operator:0.6.1
4040
imagePullPolicy: Always
4141
name: mongodb-kubernetes-operator

deploy/openshift/operator_openshift.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ spec:
3535
- name: VERSION_UPGRADE_HOOK_IMAGE
3636
value: quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.2
3737
- name: MONGODB_IMAGE
38-
value: library/mongo
38+
value: mongo
3939
- name: MONGODB_REPO_URL
40-
value: registry.hub.docker.com
40+
value: docker.io
4141
image: quay.io/mongodb/mongodb-kubernetes-operator:0.6.1
4242
imagePullPolicy: Always
4343
name: mongodb-kubernetes-operator

docs/RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- stability improvements when changing version of MongoDB.
77
- increased number of concurrent resources the operator can act on.
88
- mongodb will now send its log to stdout by default.
9+
- changed the default values for `MONGODB_REPO_URL` and `MONGODB_IMAGE` in the operator deployment
910

1011
## Updated Image Tags
1112

docs/install-upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ for MongoDB Docker images:
8787

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

9393
```yaml
9494
spec:
@@ -198,4 +198,4 @@ Make sure you run commands in the correct namespace.
198198
```
199199
kubectl delete pod <sts-name>-0
200200
```
201-
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.
201+
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.

0 commit comments

Comments
 (0)