Skip to content

Commit 7602f64

Browse files
author
Rodrigo Valin
committed
251efd041761e33e985015bd10dfbd01d1018286: update public repo contents
1 parent bcf33c4 commit 7602f64

16 files changed

+30
-22
lines changed

crds.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,10 @@ spec:
220220
type: string
221221
caConfigMapRef:
222222
type: object
223+
authzQueryTemplate:
224+
type: string
225+
userToDNMapping:
226+
type: string
223227

224228
# Sharded Cluster properties
225229
shardPodSpec:

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.6.0
3+
version: 1.6.1
44
kubeVersion: '>=1.13-0'
55
keywords:
66
- mongodb

helm_chart/crds/mongodb.mongodb.com.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,10 @@ spec:
220220
type: string
221221
caConfigMapRef:
222222
type: object
223+
authzQueryTemplate:
224+
type: string
225+
userToDNMapping:
226+
type: string
223227

224228
# Sharded Cluster properties
225229
shardPodSpec:

helm_chart/templates/database-roles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ rules:
5757
- apiGroups:
5858
- ""
5959
resources:
60-
- configmaps
60+
- secrets
6161
verbs:
6262
- get
6363

helm_chart/values-openshift.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.6.0
18+
version: 1.6.1
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:
@@ -38,7 +38,7 @@ appDb:
3838

3939
initAppDb:
4040
name: mongodb-enterprise-init-appdb
41-
version: 1.0.1
41+
version: 1.0.2
4242

4343
registry:
4444
# The pull secret must be specified

helm_chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ operator:
1616
deployment_name: mongodb-enterprise-operator
1717

1818
# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
19-
version: 1.6.0
19+
version: 1.6.1
2020

2121
# The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
2222
watchedResources:
@@ -39,7 +39,7 @@ appDb:
3939

4040
initAppDb:
4141
name: mongodb-enterprise-init-appdb
42-
version: 1.0.1
42+
version: 1.0.2
4343

4444
registry:
4545
imagePullSecrets:

mongodb-enterprise-openshift.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ rules:
150150
- apiGroups:
151151
- ""
152152
resources:
153-
- configmaps
153+
- secrets
154154
verbs:
155155
- get
156156
---
@@ -188,7 +188,7 @@ spec:
188188
serviceAccountName: enterprise-operator
189189
containers:
190190
- name: mongodb-enterprise-operator
191-
image: registry.connect.redhat.com/mongodb/enterprise-operator:1.6.0
191+
image: registry.connect.redhat.com/mongodb/enterprise-operator:1.6.1
192192
imagePullPolicy: Always
193193
args:
194194
- "-watch-resource=mongodb"
@@ -210,7 +210,7 @@ spec:
210210
- name: MANAGED_SECURITY_CONTEXT
211211
value: 'true'
212212
- name: MONGODB_ENTERPRISE_DATABASE_IMAGE
213-
value: registry.connect.redhat.com/mongodb/enterprise-database:1.6.0
213+
value: registry.connect.redhat.com/mongodb/enterprise-database:1.6.1
214214
- name: IMAGE_PULL_POLICY
215215
value: Always
216216
- name: OPS_MANAGER_IMAGE_REPOSITORY
@@ -222,7 +222,7 @@ spec:
222222
- name: INIT_APPDB_IMAGE_REPOSITORY
223223
value: registry.connect.redhat.com/mongodb/mongodb-enterprise-init-appdb
224224
- name: INIT_APPDB_VERSION
225-
value: 1.0.1
225+
value: 1.0.2
226226
- name: OPS_MANAGER_IMAGE_PULL_POLICY
227227
value: Always
228228
- name: APPDB_IMAGE_REPOSITORY

mongodb-enterprise.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ rules:
150150
- apiGroups:
151151
- ""
152152
resources:
153-
- configmaps
153+
- secrets
154154
verbs:
155155
- get
156156
---
@@ -191,7 +191,7 @@ spec:
191191
runAsUser: 2000
192192
containers:
193193
- name: mongodb-enterprise-operator
194-
image: quay.io/mongodb/mongodb-enterprise-operator:1.6.0
194+
image: quay.io/mongodb/mongodb-enterprise-operator:1.6.1
195195
imagePullPolicy: Always
196196
args:
197197
- "-watch-resource=mongodb"
@@ -211,7 +211,7 @@ spec:
211211
fieldRef:
212212
fieldPath: metadata.namespace
213213
- name: MONGODB_ENTERPRISE_DATABASE_IMAGE
214-
value: quay.io/mongodb/mongodb-enterprise-database:1.6.0
214+
value: quay.io/mongodb/mongodb-enterprise-database:1.6.1
215215
- name: IMAGE_PULL_POLICY
216216
value: Always
217217
- name: OPS_MANAGER_IMAGE_REPOSITORY
@@ -223,7 +223,7 @@ spec:
223223
- name: INIT_APPDB_IMAGE_REPOSITORY
224224
value: quay.io/mongodb/mongodb-enterprise-init-appdb
225225
- name: INIT_APPDB_VERSION
226-
value: 1.0.1
226+
value: 1.0.2
227227
- name: OPS_MANAGER_IMAGE_PULL_POLICY
228228
value: Always
229229
- name: APPDB_IMAGE_REPOSITORY

samples/ops-manager/ops-manager-backup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: ops-manager-backup
66
spec:
77
replicas: 1
8-
version: 4.2.12
8+
version: 4.4.0
99
adminCredentials: ops-manager-admin-secret
1010

1111
# optional. Enabled by default

samples/ops-manager/ops-manager-external.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: ops-manager-external
66
spec:
77
replicas: 1
8-
version: 4.2.12
8+
version: 4.4.0
99
adminCredentials: ops-manager-admin-secret
1010

1111
configuration:

0 commit comments

Comments
 (0)