File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : mongodb-enterprise-operator
2
2
description : MongoDB Kubernetes Enterprise Operator
3
- version : 1.8.2
3
+ version : 1.9.0
4
4
kubeVersion : ' >=1.13-0'
5
5
keywords :
6
6
- mongodb
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ operator:
15
15
deployment_name : mongodb-enterprise-operator
16
16
17
17
# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
18
- version : 1.8.2
18
+ version : 1.9.0
19
19
20
20
# The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
21
21
watchedResources :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ operator:
18
18
deployment_name : mongodb-enterprise-operator
19
19
20
20
# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
21
- version : 1.8.2
21
+ version : 1.9.0
22
22
23
23
# The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
24
24
watchedResources :
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ spec:
210
210
serviceAccountName : enterprise-operator
211
211
containers :
212
212
- 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
214
214
imagePullPolicy : Always
215
215
args :
216
216
- " -watch-resource=mongodb"
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ spec:
213
213
runAsUser : 2000
214
214
containers :
215
215
- 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
217
217
imagePullPolicy : Always
218
218
args :
219
219
- " -watch-resource=mongodb"
You can’t perform that action at this time.
0 commit comments