File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed
charts/stash-catalog/templates/mongodb/5.0.3 Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 36
36
" 4.1.13-v11" ,
37
37
" 4.2.3-v11" ,
38
38
" 4.4.6-v2" ,
39
- " 5.0.2 "
39
+ " 5.0.3 "
40
40
]
41
41
},
42
42
{
Original file line number Diff line number Diff line change 1
1
apiVersion : stash.appscode.com/v1beta1
2
2
kind : Function
3
3
metadata :
4
- name : mongodb-backup-5.0.2
4
+ name : mongodb-backup-5.0.3
5
5
spec :
6
6
args :
7
7
- backup-mongo
32
32
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
33
33
- --output-dir=${outputDir:=}
34
34
- --license-apiservice=${LICENSE_APISERVICE:=}
35
- image : stashed/stash-mongodb:5.0.2
35
+ image : stashed/stash-mongodb:5.0.3
36
36
volumeMounts :
37
37
- mountPath : /etc/repository/secret
38
38
name : ${secretVolume}
Original file line number Diff line number Diff line change 1
1
apiVersion : stash.appscode.com/v1beta1
2
2
kind : Task
3
3
metadata :
4
- name : mongodb-backup-5.0.2
4
+ name : mongodb-backup-5.0.3
5
5
spec :
6
6
steps :
7
- - name : mongodb-backup-5.0.2
7
+ - name : mongodb-backup-5.0.3
8
8
params :
9
9
- name : outputDir
10
10
value : /tmp/output
Original file line number Diff line number Diff line change 1
1
apiVersion : stash.appscode.com/v1beta1
2
2
kind : Function
3
3
metadata :
4
- name : mongodb-restore-5.0.2
4
+ name : mongodb-restore-5.0.3
5
5
spec :
6
6
args :
7
7
- restore-mongo
25
25
- --snapshot=${RESTORE_SNAPSHOTS:=}
26
26
- --output-dir=${outputDir:=}
27
27
- --license-apiservice=${LICENSE_APISERVICE:=}
28
- image : stashed/stash-mongodb:5.0.2
28
+ image : stashed/stash-mongodb:5.0.3
29
29
volumeMounts :
30
30
- mountPath : /etc/repository/secret
31
31
name : ${secretVolume}
Original file line number Diff line number Diff line change 1
1
apiVersion : stash.appscode.com/v1beta1
2
2
kind : Task
3
3
metadata :
4
- name : mongodb-restore-5.0.2
4
+ name : mongodb-restore-5.0.3
5
5
spec :
6
6
steps :
7
- - name : mongodb-restore-5.0.2
7
+ - name : mongodb-restore-5.0.3
8
8
params :
9
9
- name : outputDir
10
10
value : /tmp/output
Original file line number Diff line number Diff line change 2
2
apiVersion : stash.appscode.com/v1beta1
3
3
kind : Function
4
4
metadata :
5
- name : ' mongodb-backup-5.0.2 '
5
+ name : ' mongodb-backup-5.0.3 '
6
6
labels :
7
7
{{- include "stash-catalog.labels" . | nindent 4 }}
8
8
spec :
35
35
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
36
36
- --output-dir=${outputDir:=}
37
37
- --license-apiservice=${LICENSE_APISERVICE:=}
38
- image : ' {{ include "catalog.registry" . }}/stash-mongodb:5.0.2 '
38
+ image : ' {{ include "catalog.registry" . }}/stash-mongodb:5.0.3 '
39
39
volumeMounts :
40
40
- mountPath : /etc/repository/secret
41
41
name : ${secretVolume}
Original file line number Diff line number Diff line change 2
2
apiVersion : stash.appscode.com/v1beta1
3
3
kind : Task
4
4
metadata :
5
- name : ' mongodb-backup-5.0.2 '
5
+ name : ' mongodb-backup-5.0.3 '
6
6
labels :
7
7
{{- include "stash-catalog.labels" . | nindent 4 }}
8
8
spec :
9
9
steps :
10
- - name : mongodb-backup-5.0.2
10
+ - name : mongodb-backup-5.0.3
11
11
params :
12
12
- name : outputDir
13
13
value : /tmp/output
Original file line number Diff line number Diff line change 2
2
apiVersion : stash.appscode.com/v1beta1
3
3
kind : Function
4
4
metadata :
5
- name : ' mongodb-restore-5.0.2 '
5
+ name : ' mongodb-restore-5.0.3 '
6
6
labels :
7
7
{{- include "stash-catalog.labels" . | nindent 4 }}
8
8
spec :
28
28
- --snapshot=${RESTORE_SNAPSHOTS:=}
29
29
- --output-dir=${outputDir:=}
30
30
- --license-apiservice=${LICENSE_APISERVICE:=}
31
- image : ' {{ include "catalog.registry" . }}/stash-mongodb:5.0.2 '
31
+ image : ' {{ include "catalog.registry" . }}/stash-mongodb:5.0.3 '
32
32
volumeMounts :
33
33
- mountPath : /etc/repository/secret
34
34
name : ${secretVolume}
Original file line number Diff line number Diff line change 2
2
apiVersion : stash.appscode.com/v1beta1
3
3
kind : Task
4
4
metadata :
5
- name : ' mongodb-restore-5.0.2 '
5
+ name : ' mongodb-restore-5.0.3 '
6
6
labels :
7
7
{{- include "stash-catalog.labels" . | nindent 4 }}
8
8
spec :
9
9
steps :
10
- - name : mongodb-restore-5.0.2
10
+ - name : mongodb-restore-5.0.3
11
11
params :
12
12
- name : outputDir
13
13
value : /tmp/output
You can’t perform that action at this time.
0 commit comments