Skip to content

Commit 433fc4c

Browse files
Release 1.7.3 (#951)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e1dd283 commit 433fc4c

11 files changed

+104
-44
lines changed

bundle/manifests/atlas.mongodb.com_atlasprojects.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,8 @@ spec:
771771
type: boolean
772772
isDataExplorerEnabled:
773773
type: boolean
774+
isExtendedStorageSizesEnabled:
775+
type: boolean
774776
isPerformanceAdvisorEnabled:
775777
type: boolean
776778
isRealtimePerformancePanelEnabled:

bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ metadata:
127127
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
128128
operators.operatorframework.io/builder: operator-sdk-v1.15.0+git
129129
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
130-
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.7.2
130+
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.7.3
131131
labels:
132132
operatorframework.io/arch.amd64: supported
133133
operatorframework.io/arch.arm64: supported
134134
operatorframework.io/os.linux: supported
135-
name: mongodb-atlas-kubernetes.v1.7.2
135+
name: mongodb-atlas-kubernetes.v1.7.3
136136
namespace: placeholder
137137
spec:
138138
apiservicedefinitions: {}
@@ -465,7 +465,7 @@ spec:
465465
valueFrom:
466466
fieldRef:
467467
fieldPath: metadata.annotations['olm.targetNamespaces']
468-
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.2
468+
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.3
469469
imagePullPolicy: Always
470470
livenessProbe:
471471
httpGet:
@@ -494,10 +494,8 @@ spec:
494494
permissions:
495495
- rules:
496496
- apiGroups:
497-
- ""
498497
- coordination.k8s.io
499498
resources:
500-
- configmaps
501499
- leases
502500
verbs:
503501
- get
@@ -507,6 +505,18 @@ spec:
507505
- update
508506
- patch
509507
- delete
508+
- apiGroups:
509+
- ""
510+
resources:
511+
- configmaps
512+
verbs:
513+
- get
514+
- list
515+
- watch
516+
- create
517+
- update
518+
- patch
519+
- delete
510520
- apiGroups:
511521
- ""
512522
resources:
@@ -540,5 +550,5 @@ spec:
540550
maturity: beta
541551
provider:
542552
name: MongoDB, Inc
543-
version: 1.7.2
544-
replaces: mongodb-atlas-kubernetes.v1.7.0
553+
version: 1.7.3
554+
replaces: mongodb-atlas-kubernetes.v1.7.2

deploy/all-in-one.yaml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2353,6 +2353,8 @@ spec:
23532353
type: boolean
23542354
isDataExplorerEnabled:
23552355
type: boolean
2356+
isExtendedStorageSizesEnabled:
2357+
type: boolean
23562358
isPerformanceAdvisorEnabled:
23572359
type: boolean
23582360
isRealtimePerformancePanelEnabled:
@@ -3139,10 +3141,8 @@ metadata:
31393141
namespace: mongodb-atlas-system
31403142
rules:
31413143
- apiGroups:
3142-
- ""
31433144
- coordination.k8s.io
31443145
resources:
3145-
- configmaps
31463146
- leases
31473147
verbs:
31483148
- get
@@ -3152,6 +3152,18 @@ rules:
31523152
- update
31533153
- patch
31543154
- delete
3155+
- apiGroups:
3156+
- ""
3157+
resources:
3158+
- configmaps
3159+
verbs:
3160+
- get
3161+
- list
3162+
- watch
3163+
- create
3164+
- update
3165+
- patch
3166+
- delete
31553167
- apiGroups:
31563168
- ""
31573169
resources:
@@ -3387,7 +3399,7 @@ spec:
33873399
valueFrom:
33883400
fieldRef:
33893401
fieldPath: metadata.namespace
3390-
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.2
3402+
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.3
33913403
imagePullPolicy: Always
33923404
livenessProbe:
33933405
httpGet:

deploy/clusterwide/clusterwide-config.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ metadata:
2828
namespace: mongodb-atlas-system
2929
rules:
3030
- apiGroups:
31-
- ""
3231
- coordination.k8s.io
3332
resources:
34-
- configmaps
3533
- leases
3634
verbs:
3735
- get
@@ -41,6 +39,18 @@ rules:
4139
- update
4240
- patch
4341
- delete
42+
- apiGroups:
43+
- ""
44+
resources:
45+
- configmaps
46+
verbs:
47+
- get
48+
- list
49+
- watch
50+
- create
51+
- update
52+
- patch
53+
- delete
4454
- apiGroups:
4555
- ""
4656
resources:
@@ -276,7 +286,7 @@ spec:
276286
valueFrom:
277287
fieldRef:
278288
fieldPath: metadata.namespace
279-
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.2
289+
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.3
280290
imagePullPolicy: Always
281291
livenessProbe:
282292
httpGet:

deploy/clusterwide/crds.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2324,6 +2324,8 @@ spec:
23242324
type: boolean
23252325
isDataExplorerEnabled:
23262326
type: boolean
2327+
isExtendedStorageSizesEnabled:
2328+
type: boolean
23272329
isPerformanceAdvisorEnabled:
23282330
type: boolean
23292331
isRealtimePerformancePanelEnabled:

deploy/crds/atlas.mongodb.com_atlasprojects.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,8 @@ spec:
768768
type: boolean
769769
isDataExplorerEnabled:
770770
type: boolean
771+
isExtendedStorageSizesEnabled:
772+
type: boolean
771773
isPerformanceAdvisorEnabled:
772774
type: boolean
773775
isRealtimePerformancePanelEnabled:

deploy/namespaced/crds.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2324,6 +2324,8 @@ spec:
23242324
type: boolean
23252325
isDataExplorerEnabled:
23262326
type: boolean
2327+
isExtendedStorageSizesEnabled:
2328+
type: boolean
23272329
isPerformanceAdvisorEnabled:
23282330
type: boolean
23292331
isRealtimePerformancePanelEnabled:

deploy/namespaced/namespaced-config.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ metadata:
2828
namespace: mongodb-atlas-system
2929
rules:
3030
- apiGroups:
31-
- ""
3231
- coordination.k8s.io
3332
resources:
34-
- configmaps
3533
- leases
3634
verbs:
3735
- get
@@ -41,6 +39,18 @@ rules:
4139
- update
4240
- patch
4341
- delete
42+
- apiGroups:
43+
- ""
44+
resources:
45+
- configmaps
46+
verbs:
47+
- get
48+
- list
49+
- watch
50+
- create
51+
- update
52+
- patch
53+
- delete
4454
- apiGroups:
4555
- ""
4656
resources:
@@ -282,7 +292,7 @@ spec:
282292
valueFrom:
283293
fieldRef:
284294
fieldPath: metadata.namespace
285-
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.2
295+
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.3
286296
imagePullPolicy: Always
287297
livenessProbe:
288298
httpGet:

deploy/openshift/crds.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2324,6 +2324,8 @@ spec:
23242324
type: boolean
23252325
isDataExplorerEnabled:
23262326
type: boolean
2327+
isExtendedStorageSizesEnabled:
2328+
type: boolean
23272329
isPerformanceAdvisorEnabled:
23282330
type: boolean
23292331
isRealtimePerformancePanelEnabled:

deploy/openshift/openshift.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ metadata:
2828
namespace: mongodb-atlas-system
2929
rules:
3030
- apiGroups:
31-
- ""
3231
- coordination.k8s.io
3332
resources:
34-
- configmaps
3533
- leases
3634
verbs:
3735
- get
@@ -41,6 +39,18 @@ rules:
4139
- update
4240
- patch
4341
- delete
42+
- apiGroups:
43+
- ""
44+
resources:
45+
- configmaps
46+
verbs:
47+
- get
48+
- list
49+
- watch
50+
- create
51+
- update
52+
- patch
53+
- delete
4454
- apiGroups:
4555
- ""
4656
resources:
@@ -281,7 +291,7 @@ spec:
281291
valueFrom:
282292
fieldRef:
283293
fieldPath: metadata.namespace
284-
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.2
294+
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.3
285295
imagePullPolicy: Always
286296
livenessProbe:
287297
httpGet:

0 commit comments

Comments
 (0)