Skip to content

Commit

Permalink
CLOUDP-196969 Updated the operator version (#261)
Browse files Browse the repository at this point in the history
* CLOUDP-196969 Updated the operator version

* Addressed comments
  • Loading branch information
slaskawi committed Aug 25, 2023
1 parent d4768de commit feac69b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mongodb-enterprise-multi-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ spec:
runAsUser: 2000
containers:
- name: mongodb-enterprise-operator-multi-cluster
image: "quay.io/mongodb/mongodb-enterprise-operator:1.19.1"
image: "quay.io/mongodb/mongodb-enterprise-operator-ubi:1.21.0"
imagePullPolicy: Always
args:
- -watch-resource=mongodb
Expand Down
2 changes: 1 addition & 1 deletion mongodb-enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ spec:
runAsUser: 2000
containers:
- name: mongodb-enterprise-operator
image: "quay.io/mongodb/mongodb-enterprise-operator-ubi:1.20.1"
image: "quay.io/mongodb/mongodb-enterprise-operator-ubi:1.21.0"
imagePullPolicy: Always
args:
- -watch-resource=mongodb
Expand Down

0 comments on commit feac69b

Please sign in to comment.