File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ spec:
109109 ca :
110110 type : string
111111 clusterAuthenticationMode :
112+ # Warning: please refer to the documentation before enabling x509 in your MongoDB resource.
113+ # https://docs.mongodb.com/kubernetes-operator/
112114 type : string
113115 enum : ["x509"]
114116 additionalMongodConfig :
@@ -169,6 +171,8 @@ spec:
169171 ca :
170172 type : string
171173 clusterAuthenticationMode :
174+ # Warning: please refer to the documentation before enabling x509 in your MongoDB resource.
175+ # https://docs.mongodb.com/kubernetes-operator/
172176 type : string
173177 enum : ["x509"]
174178 additionalMongodConfig :
Original file line number Diff line number Diff line change 11name : mongodb-enterprise-operator
22description : MongoDB Kubernetes Enterprise Operator
3- version : 1.2.3
3+ version : 1.2.4
44kubeVersion : ' >=1.11'
55keywords :
66- mongodb
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ spec:
107107 ca :
108108 type : string
109109 clusterAuthenticationMode :
110+ # Warning: please refer to the documentation before enabling x509 in your MongoDB resource.
111+ # https://docs.mongodb.com/kubernetes-operator/
110112 type : string
111113 enum : ["x509"]
112114 additionalMongodConfig :
@@ -167,6 +169,8 @@ spec:
167169 ca :
168170 type : string
169171 clusterAuthenticationMode :
172+ # Warning: please refer to the documentation before enabling x509 in your MongoDB resource.
173+ # https://docs.mongodb.com/kubernetes-operator/
170174 type : string
171175 enum : ["x509"]
172176 additionalMongodConfig :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ operator:
1616 name : mongodb-enterprise-operator
1717
1818 # Version of mongodb-enterprise-operator and mongodb-enterprise-database images
19- version : 1.2.3
19+ version : 1.2.4
2020
2121database :
2222 name : mongodb-enterprise-database
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ spec:
141141
142142 containers :
143143 - name : mongodb-enterprise-operator
144- image : quay.io/mongodb/mongodb-enterprise-operator:1.2.3
144+ image : quay.io/mongodb/mongodb-enterprise-operator:1.2.4
145145 imagePullPolicy : Always
146146
147147 env :
@@ -159,7 +159,7 @@ spec:
159159 fieldPath : metadata.namespace
160160
161161 - name : MONGODB_ENTERPRISE_DATABASE_IMAGE
162- value : quay.io/mongodb/mongodb-enterprise-database:1.2.3
162+ value : quay.io/mongodb/mongodb-enterprise-database:1.2.4
163163 - name : IMAGE_PULL_POLICY
164164 value : Always
165165 - name : OPS_MANAGER_IMAGE_REPOSITORY
You can’t perform that action at this time.
0 commit comments