Skip to content

Commit 73bc1d5

Browse files
Merge pull request #641 from rodrigovalin/mongodb_operator_update_06
Updated MongoDB Operator to 0.6
2 parents 971513b + 94a68ce commit 73bc1d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/chart/catalog_resources/certified-operators/mongodb-enterprise.v0.3.2.clusterserviceversion.yaml

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ spec:
243243

244244
containers:
245245
- name: mongodb-enterprise-operator
246-
image: quay.io/mongodb/mongodb-enterprise-operator:0.3
246+
image: registry.connect.redhat.com/mongodb/enterprise-operator
247247
imagePullPolicy: Always
248248
resources:
249249
limits:
@@ -263,7 +263,7 @@ spec:
263263
- name: OPERATOR_ENV
264264
value: prod
265265
- name: MONGODB_ENTERPRISE_DATABASE_IMAGE
266-
value: quay.io/mongodb/mongodb-enterprise-database:0.3
266+
value: registry.connect.redhat.com/mongodb/enterprise-database
267267
- name: IMAGE_PULL_POLICY
268268
value: Always
269269
- name: IMAGE_PULL_SECRETS

0 commit comments

Comments
 (0)