File tree Expand file tree Collapse file tree 4 files changed +48
-41
lines changed Expand file tree Collapse file tree 4 files changed +48
-41
lines changed Original file line number Diff line number Diff line change 54
54
- " --copy-binary"
55
55
- " fdbrestore"
56
56
- " --output-dir"
57
- - " /var/output-files/{{ regexFind " ^[0-9.]+" $params.image.tag }}"
58
- - " --init-mode"
57
+ - " /var/output-files"
58
+ - " --mode"
59
+ - " init"
59
60
volumeMounts :
60
61
- name : fdb-binaries
61
62
mountPath : /var/output-files
Original file line number Diff line number Diff line change 4
4
tag : v2.4.0
5
5
pullPolicy : IfNotPresent
6
6
initContainers :
7
- 6.2 :
7
+ 7.1 :
8
8
image :
9
- repository : foundationdb/foundationdb -kubernetes-sidecar
10
- tag : 6.2.30-1
9
+ repository : foundationdb/fdb -kubernetes-monitor
10
+ tag : 7.1.67
11
11
pullPolicy : IfNotPresent
12
- 6 .3 :
12
+ 7 .3 :
13
13
image :
14
- repository : foundationdb/foundationdb -kubernetes-sidecar
15
- tag : 6 .3.23-1
14
+ repository : foundationdb/fdb -kubernetes-monitor
15
+ tag : 7 .3.63
16
16
pullPolicy : IfNotPresent
17
- 7.1 :
17
+ 7.4 :
18
18
image :
19
- repository : foundationdb/foundationdb -kubernetes-sidecar
20
- tag : 7.1.15- 1
19
+ repository : foundationdb/fdb -kubernetes-monitor
20
+ tag : 7.4. 1
21
21
pullPolicy : IfNotPresent
22
22
globalMode :
23
23
enabled : false
Original file line number Diff line number Diff line change @@ -29,54 +29,57 @@ spec:
29
29
emptyDir : {}
30
30
serviceAccountName : fdb-kubernetes-operator-controller-manager
31
31
initContainers :
32
- - name : foundationdb-kubernetes-init-6-2
33
- image : foundationdb/foundationdb -kubernetes-sidecar:6.2.30-1
32
+ - name : foundationdb-kubernetes-init-7-1
33
+ image : foundationdb/fdb -kubernetes-monitor:7.1.67
34
34
args :
35
35
- " --copy-library"
36
- - " 6.2 "
36
+ - " 7.1 "
37
37
- " --copy-binary"
38
38
- " fdbcli"
39
39
- " --copy-binary"
40
40
- " fdbbackup"
41
41
- " --copy-binary"
42
42
- " fdbrestore"
43
43
- " --output-dir"
44
- - " /var/output-files/6.2.30"
45
- - " --init-mode"
44
+ - " /var/output-files"
45
+ - " --mode"
46
+ - " init"
46
47
volumeMounts :
47
48
- name : fdb-binaries
48
49
mountPath : /var/output-files
49
- - name : foundationdb-kubernetes-init-6 -3
50
- image : foundationdb/foundationdb -kubernetes-sidecar:6 .3.24-1
50
+ - name : foundationdb-kubernetes-init-7 -3
51
+ image : foundationdb/fdb -kubernetes-monitor:7 .3.63
51
52
args :
52
53
- " --copy-library"
53
- - " 6 .3"
54
+ - " 7 .3"
54
55
- " --copy-binary"
55
56
- " fdbcli"
56
57
- " --copy-binary"
57
58
- " fdbbackup"
58
59
- " --copy-binary"
59
60
- " fdbrestore"
60
61
- " --output-dir"
61
- - " /var/output-files/6.3.24"
62
- - " --init-mode"
62
+ - " /var/output-files"
63
+ - " --mode"
64
+ - " init"
63
65
volumeMounts :
64
66
- name : fdb-binaries
65
67
mountPath : /var/output-files
66
- - name : foundationdb-kubernetes-init-7-1
67
- image : foundationdb/foundationdb -kubernetes-sidecar :7.1.26- 1
68
+ - name : foundationdb-kubernetes-init-7-4
69
+ image : foundationdb/fdb -kubernetes-monitor :7.4. 1
68
70
args :
69
71
- " --copy-library"
70
- - " 7.1 "
72
+ - " 7.4 "
71
73
- " --copy-binary"
72
74
- " fdbcli"
73
75
- " --copy-binary"
74
76
- " fdbbackup"
75
77
- " --copy-binary"
76
78
- " fdbrestore"
77
79
- " --output-dir"
78
- - " /var/output-files/7.1.26"
79
- - " --init-mode"
80
+ - " /var/output-files"
81
+ - " --mode"
82
+ - " init"
80
83
volumeMounts :
81
84
- name : fdb-binaries
82
85
mountPath : /var/output-files
Original file line number Diff line number Diff line change @@ -204,52 +204,55 @@ spec:
204
204
initContainers :
205
205
- args :
206
206
- --copy-library
207
- - " 6.2 "
207
+ - " 7.1 "
208
208
- --copy-binary
209
209
- fdbcli
210
210
- --copy-binary
211
211
- fdbbackup
212
212
- --copy-binary
213
213
- fdbrestore
214
214
- --output-dir
215
- - /var/output-files/6.2.30
216
- - --init-mode
217
- image : foundationdb/foundationdb-kubernetes-sidecar:6.2.30-1
218
- name : foundationdb-kubernetes-init-6-2
215
+ - /var/output-files
216
+ - --mode
217
+ - init
218
+ image : foundationdb/fdb-kubernetes-monitor:7.1.67
219
+ name : foundationdb-kubernetes-init-7-1
219
220
volumeMounts :
220
221
- mountPath : /var/output-files
221
222
name : fdb-binaries
222
223
- args :
223
224
- --copy-library
224
- - " 6 .3"
225
+ - " 7 .3"
225
226
- --copy-binary
226
227
- fdbcli
227
228
- --copy-binary
228
229
- fdbbackup
229
230
- --copy-binary
230
231
- fdbrestore
231
232
- --output-dir
232
- - /var/output-files/6.3.24
233
- - --init-mode
234
- image : foundationdb/foundationdb-kubernetes-sidecar:6.3.24-1
235
- name : foundationdb-kubernetes-init-6-3
233
+ - /var/output-files
234
+ - --mode
235
+ - init
236
+ image : foundationdb/fdb-kubernetes-monitor:7.3.63
237
+ name : foundationdb-kubernetes-init-7-3
236
238
volumeMounts :
237
239
- mountPath : /var/output-files
238
240
name : fdb-binaries
239
241
- args :
240
242
- --copy-library
241
- - " 7.1 "
243
+ - " 7.4 "
242
244
- --copy-binary
243
245
- fdbcli
244
246
- --copy-binary
245
247
- fdbbackup
246
248
- --copy-binary
247
249
- fdbrestore
248
250
- --output-dir
249
- - /var/output-files/7.1.26
250
- - --init-mode
251
- image : foundationdb/foundationdb-kubernetes-sidecar:7.1.26-1
252
- name : foundationdb-kubernetes-init-7-1
251
+ - /var/output-files
252
+ - --mode
253
+ - init
254
+ image : foundationdb/fdb-kubernetes-monitor:7.4.1
255
+ name : foundationdb-kubernetes-init-7-4
253
256
volumeMounts :
254
257
- mountPath : /var/output-files
255
258
name : fdb-binaries
You can’t perform that action at this time.
0 commit comments