File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name : mongodb-enterprise-operator
22description : MongoDB Kubernetes Enterprise Operator
3- version : 1.8.2
3+ version : 1.9.0
44kubeVersion : ' >=1.13-0'
55keywords :
66- mongodb
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ operator:
1515 deployment_name : mongodb-enterprise-operator
1616
1717 # Version of mongodb-enterprise-operator and mongodb-enterprise-database images
18- version : 1.8.2
18+ version : 1.9.0
1919
2020 # The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
2121 watchedResources :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ operator:
1818 deployment_name : mongodb-enterprise-operator
1919
2020 # Version of mongodb-enterprise-operator and mongodb-enterprise-database images
21- version : 1.8.2
21+ version : 1.9.0
2222
2323 # The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
2424 watchedResources :
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ spec:
210210 serviceAccountName : enterprise-operator
211211 containers :
212212 - name : mongodb-enterprise-operator
213- image : registry.connect.redhat.com/mongodb/enterprise-operator:1.8.2
213+ image : registry.connect.redhat.com/mongodb/enterprise-operator:1.9.0
214214 imagePullPolicy : Always
215215 args :
216216 - " -watch-resource=mongodb"
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ spec:
213213 runAsUser : 2000
214214 containers :
215215 - name : mongodb-enterprise-operator
216- image : quay.io/mongodb/mongodb-enterprise-operator:1.8.2
216+ image : quay.io/mongodb/mongodb-enterprise-operator:1.9.0
217217 imagePullPolicy : Always
218218 args :
219219 - " -watch-resource=mongodb"
You can’t perform that action at this time.
0 commit comments