Skip to content

Commit bcf33c4

Browse files
author
Rodrigo Valin
committed
Revert "4ae9146ec369976ffe2ac08c6d75e07c98c73d51: update public repo contents"
This reverts commit 8e23713.
1 parent 8e23713 commit bcf33c4

16 files changed

+18
-26
lines changed

crds.yaml

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

228224
# Sharded Cluster properties
229225
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.1
3+
version: 1.6.0
44
kubeVersion: '>=1.13-0'
55
keywords:
66
- mongodb

helm_chart/crds/mongodb.mongodb.com.yaml

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

228224
# Sharded Cluster properties
229225
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-
- secrets
60+
- configmaps
6161
verbs:
6262
- get
6363

helm_chart/values-openshift.yaml

Lines changed: 1 addition & 1 deletion
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.1
18+
version: 1.6.0
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:

helm_chart/values.yaml

Lines changed: 1 addition & 1 deletion
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.1
19+
version: 1.6.0
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:

mongodb-enterprise-openshift.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ rules:
150150
- apiGroups:
151151
- ""
152152
resources:
153-
- secrets
153+
- configmaps
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.1
191+
image: registry.connect.redhat.com/mongodb/enterprise-operator:1.6.0
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.1
213+
value: registry.connect.redhat.com/mongodb/enterprise-database:1.6.0
214214
- name: IMAGE_PULL_POLICY
215215
value: Always
216216
- name: OPS_MANAGER_IMAGE_REPOSITORY

mongodb-enterprise.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ rules:
150150
- apiGroups:
151151
- ""
152152
resources:
153-
- secrets
153+
- configmaps
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.1
194+
image: quay.io/mongodb/mongodb-enterprise-operator:1.6.0
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.1
214+
value: quay.io/mongodb/mongodb-enterprise-database:1.6.0
215215
- name: IMAGE_PULL_POLICY
216216
value: Always
217217
- name: OPS_MANAGER_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.4.0
8+
version: 4.2.12
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.4.0
8+
version: 4.2.12
99
adminCredentials: ops-manager-admin-secret
1010

1111
configuration:

0 commit comments

Comments
 (0)