Skip to content

Commit a38d2b3

Browse files
author
Mohammad Fahim Abrar
authored
Add mongodb 5.0.3 (#207)
Signed-off-by: Mohammad Fahim Abrar <fahimabrar@appscode.com>
1 parent bb1d956 commit a38d2b3

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

catalog/catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"4.1.13-v11",
3737
"4.2.3-v11",
3838
"4.4.6-v2",
39-
"5.0.2"
39+
"5.0.3"
4040
]
4141
},
4242
{

catalog/raw/mongodb/5.0.2/mongodb-backup-function.yaml renamed to catalog/raw/mongodb/5.0.3/mongodb-backup-function.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: stash.appscode.com/v1beta1
22
kind: Function
33
metadata:
4-
name: mongodb-backup-5.0.2
4+
name: mongodb-backup-5.0.3
55
spec:
66
args:
77
- backup-mongo
@@ -32,7 +32,7 @@ spec:
3232
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
3333
- --output-dir=${outputDir:=}
3434
- --license-apiservice=${LICENSE_APISERVICE:=}
35-
image: stashed/stash-mongodb:5.0.2
35+
image: stashed/stash-mongodb:5.0.3
3636
volumeMounts:
3737
- mountPath: /etc/repository/secret
3838
name: ${secretVolume}

catalog/raw/mongodb/5.0.2/mongodb-backup-task.yaml renamed to catalog/raw/mongodb/5.0.3/mongodb-backup-task.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: stash.appscode.com/v1beta1
22
kind: Task
33
metadata:
4-
name: mongodb-backup-5.0.2
4+
name: mongodb-backup-5.0.3
55
spec:
66
steps:
7-
- name: mongodb-backup-5.0.2
7+
- name: mongodb-backup-5.0.3
88
params:
99
- name: outputDir
1010
value: /tmp/output

catalog/raw/mongodb/5.0.2/mongodb-restore-function.yaml renamed to catalog/raw/mongodb/5.0.3/mongodb-restore-function.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: stash.appscode.com/v1beta1
22
kind: Function
33
metadata:
4-
name: mongodb-restore-5.0.2
4+
name: mongodb-restore-5.0.3
55
spec:
66
args:
77
- restore-mongo
@@ -25,7 +25,7 @@ spec:
2525
- --snapshot=${RESTORE_SNAPSHOTS:=}
2626
- --output-dir=${outputDir:=}
2727
- --license-apiservice=${LICENSE_APISERVICE:=}
28-
image: stashed/stash-mongodb:5.0.2
28+
image: stashed/stash-mongodb:5.0.3
2929
volumeMounts:
3030
- mountPath: /etc/repository/secret
3131
name: ${secretVolume}

catalog/raw/mongodb/5.0.2/mongodb-restore-task.yaml renamed to catalog/raw/mongodb/5.0.3/mongodb-restore-task.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: stash.appscode.com/v1beta1
22
kind: Task
33
metadata:
4-
name: mongodb-restore-5.0.2
4+
name: mongodb-restore-5.0.3
55
spec:
66
steps:
7-
- name: mongodb-restore-5.0.2
7+
- name: mongodb-restore-5.0.3
88
params:
99
- name: outputDir
1010
value: /tmp/output

charts/stash-catalog/templates/mongodb/5.0.2/mongodb-backup-function.yaml renamed to charts/stash-catalog/templates/mongodb/5.0.3/mongodb-backup-function.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: stash.appscode.com/v1beta1
33
kind: Function
44
metadata:
5-
name: 'mongodb-backup-5.0.2'
5+
name: 'mongodb-backup-5.0.3'
66
labels:
77
{{- include "stash-catalog.labels" . | nindent 4 }}
88
spec:
@@ -35,7 +35,7 @@ spec:
3535
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
3636
- --output-dir=${outputDir:=}
3737
- --license-apiservice=${LICENSE_APISERVICE:=}
38-
image: '{{ include "catalog.registry" . }}/stash-mongodb:5.0.2'
38+
image: '{{ include "catalog.registry" . }}/stash-mongodb:5.0.3'
3939
volumeMounts:
4040
- mountPath: /etc/repository/secret
4141
name: ${secretVolume}

charts/stash-catalog/templates/mongodb/5.0.2/mongodb-backup-task.yaml renamed to charts/stash-catalog/templates/mongodb/5.0.3/mongodb-backup-task.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
apiVersion: stash.appscode.com/v1beta1
33
kind: Task
44
metadata:
5-
name: 'mongodb-backup-5.0.2'
5+
name: 'mongodb-backup-5.0.3'
66
labels:
77
{{- include "stash-catalog.labels" . | nindent 4 }}
88
spec:
99
steps:
10-
- name: mongodb-backup-5.0.2
10+
- name: mongodb-backup-5.0.3
1111
params:
1212
- name: outputDir
1313
value: /tmp/output

charts/stash-catalog/templates/mongodb/5.0.2/mongodb-restore-function.yaml renamed to charts/stash-catalog/templates/mongodb/5.0.3/mongodb-restore-function.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: stash.appscode.com/v1beta1
33
kind: Function
44
metadata:
5-
name: 'mongodb-restore-5.0.2'
5+
name: 'mongodb-restore-5.0.3'
66
labels:
77
{{- include "stash-catalog.labels" . | nindent 4 }}
88
spec:
@@ -28,7 +28,7 @@ spec:
2828
- --snapshot=${RESTORE_SNAPSHOTS:=}
2929
- --output-dir=${outputDir:=}
3030
- --license-apiservice=${LICENSE_APISERVICE:=}
31-
image: '{{ include "catalog.registry" . }}/stash-mongodb:5.0.2'
31+
image: '{{ include "catalog.registry" . }}/stash-mongodb:5.0.3'
3232
volumeMounts:
3333
- mountPath: /etc/repository/secret
3434
name: ${secretVolume}

charts/stash-catalog/templates/mongodb/5.0.2/mongodb-restore-task.yaml renamed to charts/stash-catalog/templates/mongodb/5.0.3/mongodb-restore-task.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
apiVersion: stash.appscode.com/v1beta1
33
kind: Task
44
metadata:
5-
name: 'mongodb-restore-5.0.2'
5+
name: 'mongodb-restore-5.0.3'
66
labels:
77
{{- include "stash-catalog.labels" . | nindent 4 }}
88
spec:
99
steps:
10-
- name: mongodb-restore-5.0.2
10+
- name: mongodb-restore-5.0.3
1111
params:
1212
- name: outputDir
1313
value: /tmp/output

0 commit comments

Comments
 (0)