File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
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 : ' 0.8 '
3
+ version : ' 0.9 '
4
4
kubeVersion : ' >=1.11'
5
5
keywords :
6
6
- mongodb
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ operator:
16
16
name : mongodb-enterprise-operator
17
17
18
18
# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
19
- version : ' 0.8 '
19
+ version : ' 0.9 '
20
20
21
21
registry :
22
22
# Specify if images are pulled from private repository
Original file line number Diff line number Diff line change 85
85
serviceAccountName : mongodb-enterprise-operator
86
86
containers :
87
87
- name : mongodb-enterprise-operator
88
- image : quay.io/mongodb/mongodb-enterprise-operator:0.8
88
+ image : quay.io/mongodb/mongodb-enterprise-operator:0.9
89
89
imagePullPolicy : Always
90
90
91
91
env :
99
99
100
100
101
101
- name : MONGODB_ENTERPRISE_DATABASE_IMAGE
102
- value : quay.io/mongodb/mongodb-enterprise-database:0.8
102
+ value : quay.io/mongodb/mongodb-enterprise-database:0.9
103
103
- name : IMAGE_PULL_POLICY
104
104
value : Always
105
105
You can’t perform that action at this time.
0 commit comments