File tree Expand file tree Collapse file tree 3 files changed +22
-10
lines changed
charts/mongodb-kubernetes Expand file tree Collapse file tree 3 files changed +22
-10
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : mongodb-kubernetes
3
3
description : MongoDB Controllers for Kubernetes translate the human knowledge of creating
4
4
a MongoDB instance into a scalable, repeatable, and standardized method.
5
- version : 1.0.0
5
+ version : 1.0.1
6
6
kubeVersion : ' >=1.16-0'
7
7
type : application
8
8
keywords :
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ operator:
27
27
# Environment variables prefixed with RELATED_IMAGE_ are used by operator-sdk to generate relatedImages section
28
28
# with sha256 digests pinning for the certified operator bundle with disconnected environment feature enabled.
29
29
# https://docs.openshift.com/container-platform/4.14/operators/operator_sdk/osdk-generating-csvs.html#olm-enabling-operator-for-restricted-network_osdk-generating-csvs
30
- version : 1.0.0
30
+ version : 1.0.1
31
31
relatedImages :
32
32
opsManager :
33
33
- 6.0.25
@@ -37,9 +37,9 @@ relatedImages:
37
37
- 7.0.13
38
38
- 7.0.14
39
39
- 7.0.15
40
- - 8.0.4
41
40
- 8.0.5
42
41
- 8.0.6
42
+ - 8.0.7
43
43
mongodb :
44
44
- 4.4.0-ubi8
45
45
- 4.4.1-ubi8
@@ -93,21 +93,32 @@ relatedImages:
93
93
agent :
94
94
- 107.0.13.8702-1
95
95
- 107.0.13.8702-1_1.0.0
96
+ - 107.0.13.8702-1_1.0.1
96
97
- 107.0.15.8741-1
97
98
- 107.0.15.8741-1_1.0.0
99
+ - 107.0.15.8741-1_1.0.1
98
100
- 108.0.2.8729-1
99
101
- 108.0.4.8770-1
100
102
- 108.0.4.8770-1_1.0.0
103
+ - 108.0.4.8770-1_1.0.1
101
104
- 108.0.6.8796-1
102
105
- 108.0.6.8796-1_1.0.0
106
+ - 108.0.6.8796-1_1.0.1
107
+ - 108.0.7.8810-1
108
+ - 108.0.7.8810-1_1.0.0
109
+ - 108.0.7.8810-1_1.0.1
103
110
- 12.0.33.7866-1
104
111
- 12.0.33.7866-1_1.0.0
112
+ - 12.0.33.7866-1_1.0.1
105
113
- 12.0.34.7888-1
106
114
- 12.0.34.7888-1_1.0.0
115
+ - 12.0.34.7888-1_1.0.1
107
116
- 12.0.35.7911-1
108
117
- 12.0.35.7911-1_1.0.0
109
- - 13.33.0.9442-1
110
- - 13.33.0.9442-1_1.0.0
118
+ - 12.0.35.7911-1_1.0.1
119
+ - 13.34.0.9465-1
120
+ - 13.34.0.9465-1_1.0.0
121
+ - 13.34.0.9465-1_1.0.1
111
122
mongodbLegacyAppDb :
112
123
- 4.2.11-ent
113
124
- 4.2.2-ent
Original file line number Diff line number Diff line change @@ -22,13 +22,14 @@ operator:
22
22
deployment_name : mongodb-kubernetes-operator
23
23
24
24
# Version of mongodb-kubernetes-operator
25
- version : 1.0.0
25
+ version : 1.0.1
26
26
27
27
# The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
28
28
watchedResources :
29
29
- mongodb
30
30
- opsmanagers
31
31
- mongodbusers
32
+ - mongodbcommunity
32
33
33
34
nodeSelector : {}
34
35
@@ -116,24 +117,24 @@ operator:
116
117
# # Database
117
118
database :
118
119
name : mongodb-kubernetes-database
119
- version : 1.0.0
120
+ version : 1.0.1
120
121
121
122
initDatabase :
122
123
name : mongodb-kubernetes-init-database
123
- version : 1.0.0
124
+ version : 1.0.1
124
125
125
126
# # Ops Manager
126
127
opsManager :
127
128
name : mongodb-enterprise-ops-manager-ubi
128
129
129
130
initOpsManager :
130
131
name : mongodb-kubernetes-init-ops-manager
131
- version : 1.0.0
132
+ version : 1.0.1
132
133
133
134
# # Application Database
134
135
initAppDb :
135
136
name : mongodb-kubernetes-init-appdb
136
- version : 1.0.0
137
+ version : 1.0.1
137
138
138
139
agent :
139
140
name : mongodb-agent-ubi
You can’t perform that action at this time.
0 commit comments