Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5d451ed

Browse files
authoredOct 18, 2022
Updated (#232)
1 parent c152e16 commit 5d451ed

File tree

3 files changed

+66
-37
lines changed

3 files changed

+66
-37
lines changed
 

‎crds.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2471,30 +2471,3 @@ status:
24712471
plural: ""
24722472
conditions: []
24732473
storedVersions: []
2474-
---
2475-
kind: ClusterRole
2476-
apiVersion: rbac.authorization.k8s.io/v1
2477-
metadata:
2478-
name: mongodb-enterprise-operator-mongodb-webhook
2479-
rules:
2480-
- apiGroups:
2481-
- "admissionregistration.k8s.io"
2482-
resources:
2483-
- validatingwebhookconfigurations
2484-
verbs:
2485-
- get
2486-
- create
2487-
- update
2488-
- delete
2489-
2490-
- apiGroups:
2491-
- ""
2492-
resources:
2493-
- services
2494-
verbs:
2495-
- get
2496-
- list
2497-
- watch
2498-
- create
2499-
- update
2500-
- delete

‎mongodb-enterprise-openshift.yaml

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ metadata:
77
namespace: mongodb
88
---
99
# Source: enterprise-operator/templates/operator-roles.yaml
10+
kind: ClusterRole
11+
apiVersion: rbac.authorization.k8s.io/v1
12+
metadata:
13+
name: mongodb-enterprise-operator-mongodb-webhook
14+
rules:
15+
- apiGroups:
16+
- admissionregistration.k8s.io
17+
resources:
18+
- validatingwebhookconfigurations
19+
verbs:
20+
- get
21+
- create
22+
- update
23+
- delete
24+
25+
- apiGroups:
26+
- ''
27+
resources:
28+
- services
29+
verbs:
30+
- get
31+
- list
32+
- watch
33+
- create
34+
- update
35+
- delete
36+
---
37+
# Source: enterprise-operator/templates/operator-roles.yaml
1038
kind: ClusterRoleBinding
1139
apiVersion: rbac.authorization.k8s.io/v1
1240
metadata:
@@ -189,7 +217,7 @@ spec:
189217
serviceAccountName: mongodb-enterprise-operator
190218
containers:
191219
- name: mongodb-enterprise-operator
192-
image: quay.io/mongodb/mongodb-enterprise-operator-ubi:1.17.1
220+
image: quay.io/mongodb/mongodb-enterprise-operator-ubi:1.17.2
193221
imagePullPolicy: Always
194222
args:
195223
- -watch-resource=mongodb
@@ -225,7 +253,7 @@ spec:
225253
- name: INIT_DATABASE_IMAGE_REPOSITORY
226254
value: quay.io/mongodb/mongodb-enterprise-init-database-ubi
227255
- name: INIT_DATABASE_VERSION
228-
value: 1.0.12
256+
value: 1.0.13
229257
- name: DATABASE_VERSION
230258
value: 2.0.2
231259
# Ops Manager
@@ -239,7 +267,7 @@ spec:
239267
- name: INIT_APPDB_IMAGE_REPOSITORY
240268
value: quay.io/mongodb/mongodb-enterprise-init-appdb-ubi
241269
- name: INIT_APPDB_VERSION
242-
value: 1.0.12
270+
value: 1.0.13
243271
- name: OPS_MANAGER_IMAGE_PULL_POLICY
244272
value: Always
245273
- name: AGENT_IMAGE
@@ -252,12 +280,12 @@ spec:
252280
value: 'true'
253281
- name: RELATED_IMAGE_MONGODB_ENTERPRISE_DATABASE_IMAGE_2_0_2
254282
value: quay.io/mongodb/mongodb-enterprise-database-ubi:2.0.2
255-
- name: RELATED_IMAGE_INIT_DATABASE_IMAGE_REPOSITORY_1_0_12
256-
value: quay.io/mongodb/mongodb-enterprise-init-database-ubi:1.0.12
283+
- name: RELATED_IMAGE_INIT_DATABASE_IMAGE_REPOSITORY_1_0_13
284+
value: quay.io/mongodb/mongodb-enterprise-init-database-ubi:1.0.13
257285
- name: RELATED_IMAGE_INIT_OPS_MANAGER_IMAGE_REPOSITORY_1_0_9
258286
value: quay.io/mongodb/mongodb-enterprise-init-ops-manager-ubi:1.0.9
259-
- name: RELATED_IMAGE_INIT_APPDB_IMAGE_REPOSITORY_1_0_12
260-
value: quay.io/mongodb/mongodb-enterprise-init-appdb-ubi:1.0.12
287+
- name: RELATED_IMAGE_INIT_APPDB_IMAGE_REPOSITORY_1_0_13
288+
value: quay.io/mongodb/mongodb-enterprise-init-appdb-ubi:1.0.13
261289
- name: RELATED_IMAGE_AGENT_IMAGE_11_0_5_6963_1
262290
value: quay.io/mongodb/mongodb-agent-ubi:11.0.5.6963-1
263291
- name: RELATED_IMAGE_AGENT_IMAGE_11_12_0_7388_1

‎mongodb-enterprise.yaml

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ metadata:
77
namespace: mongodb
88
---
99
# Source: enterprise-operator/templates/operator-roles.yaml
10+
kind: ClusterRole
11+
apiVersion: rbac.authorization.k8s.io/v1
12+
metadata:
13+
name: mongodb-enterprise-operator-mongodb-webhook
14+
rules:
15+
- apiGroups:
16+
- admissionregistration.k8s.io
17+
resources:
18+
- validatingwebhookconfigurations
19+
verbs:
20+
- get
21+
- create
22+
- update
23+
- delete
24+
25+
- apiGroups:
26+
- ''
27+
resources:
28+
- services
29+
verbs:
30+
- get
31+
- list
32+
- watch
33+
- create
34+
- update
35+
- delete
36+
---
37+
# Source: enterprise-operator/templates/operator-roles.yaml
1038
kind: ClusterRoleBinding
1139
apiVersion: rbac.authorization.k8s.io/v1
1240
metadata:
@@ -192,7 +220,7 @@ spec:
192220
runAsUser: 2000
193221
containers:
194222
- name: mongodb-enterprise-operator
195-
image: quay.io/mongodb/mongodb-enterprise-operator:1.17.1
223+
image: quay.io/mongodb/mongodb-enterprise-operator:1.17.2
196224
imagePullPolicy: Always
197225
args:
198226
- -watch-resource=mongodb
@@ -226,7 +254,7 @@ spec:
226254
- name: INIT_DATABASE_IMAGE_REPOSITORY
227255
value: quay.io/mongodb/mongodb-enterprise-init-database
228256
- name: INIT_DATABASE_VERSION
229-
value: 1.0.12
257+
value: 1.0.13
230258
- name: DATABASE_VERSION
231259
value: 2.0.2
232260
# Ops Manager
@@ -240,7 +268,7 @@ spec:
240268
- name: INIT_APPDB_IMAGE_REPOSITORY
241269
value: quay.io/mongodb/mongodb-enterprise-init-appdb
242270
- name: INIT_APPDB_VERSION
243-
value: 1.0.12
271+
value: 1.0.13
244272
- name: OPS_MANAGER_IMAGE_PULL_POLICY
245273
value: Always
246274
- name: AGENT_IMAGE

0 commit comments

Comments
 (0)
Please sign in to comment.