File tree Expand file tree Collapse file tree 5 files changed +57
-0
lines changed
charts/kubedb-catalog/templates/mongodb Expand file tree Collapse file tree 5 files changed +57
-0
lines changed Original file line number Diff line number Diff line change 62
62
" 1.5.4-v1"
63
63
],
64
64
"MongoDB" : [
65
+ " 4.4.6" ,
65
66
" percona-4.2.7" ,
66
67
" 4.2.3" ,
67
68
" 4.1.13-v1" ,
Original file line number Diff line number Diff line change 94
94
" percona-4.2.7" ,
95
95
" 4.2.3"
96
96
],
97
+ "mongodb-backup-4.4.6" : [
98
+ " 4.4.6"
99
+ ],
97
100
"mysql-backup-5.7.25" : [
98
101
" 5.7.33-v1" ,
99
102
" 5.7.31-v2" ,
Original file line number Diff line number Diff line change
1
+ apiVersion : catalog.kubedb.com/v1alpha1
2
+ kind : MongoDBVersion
3
+ metadata :
4
+ name : 4.4.6
5
+ spec :
6
+ db :
7
+ image : kubedb/mongo:4.4.6
8
+ distribution : MongoDB
9
+ exporter :
10
+ image : kubedb/mongodb_exporter:v0.20.4
11
+ initContainer :
12
+ image : kubedb/mongodb-init:4.2-v2
13
+ podSecurityPolicies :
14
+ databasePolicyName : mongodb-db
15
+ replicationModeDetector :
16
+ image : kubedb/replication-mode-detector:v0.5.0
17
+ stash :
18
+ addon :
19
+ backupTask :
20
+ name : mongodb-backup-4.4.6
21
+ restoreTask :
22
+ name : mongodb-restore-4.4.6
23
+ version : 4.4.6
Original file line number Diff line number Diff line change 94
94
" percona-4.2.7" ,
95
95
" 4.2.3"
96
96
],
97
+ "mongodb-restore-4.4.6" : [
98
+ " 4.4.6"
99
+ ],
97
100
"mysql-restore-5.7.25" : [
98
101
" 5.7.33-v1" ,
99
102
" 5.7.31-v2" ,
Original file line number Diff line number Diff line change
1
+ {{ if .Values.catalog.mongodb }}
2
+ apiVersion : catalog.kubedb.com/v1alpha1
3
+ kind : MongoDBVersion
4
+ metadata :
5
+ name : ' 4.4.6'
6
+ labels :
7
+ {{- include "kubedb-catalog.labels" . | nindent 4 }}
8
+ spec :
9
+ db :
10
+ image : ' {{ include "catalog.registry" . }}/mongo:4.4.6'
11
+ distribution : MongoDB
12
+ exporter :
13
+ image : ' {{ include "catalog.registry" . }}/mongodb_exporter:v0.20.4'
14
+ initContainer :
15
+ image : ' {{ include "catalog.registry" . }}/mongodb-init:4.2-v2'
16
+ podSecurityPolicies :
17
+ databasePolicyName : mongodb-db
18
+ replicationModeDetector :
19
+ image : ' {{ include "catalog.registry" . }}/replication-mode-detector:v0.5.0'
20
+ stash :
21
+ addon :
22
+ backupTask :
23
+ name : mongodb-backup-4.4.6
24
+ restoreTask :
25
+ name : mongodb-restore-4.4.6
26
+ version : 4.4.6
27
+ {{ end }}
You can’t perform that action at this time.
0 commit comments