Skip to content

Commit 702cca0

Browse files
author
chatton
committed
0a33f89cfec9cfda2e38e8eef1ad11790da34faf: update public repo contents
1 parent 4ff556e commit 702cca0

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

crds.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

helm_chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mongodb-enterprise-operator
22
description: MongoDB Kubernetes Enterprise Operator
3-
version: 1.2.3
3+
version: 1.2.4
44
kubeVersion: '>=1.11'
55
keywords:
66
- mongodb

helm_chart/templates/crds.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

helm_chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2121
database:
2222
name: mongodb-enterprise-database

mongodb-enterprise.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)