Skip to content

Commit

Permalink
Add mongodb 5.0.3 (#207)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Fahim Abrar <fahimabrar@appscode.com>
  • Loading branch information
Mohammad Fahim Abrar committed Oct 7, 2021
1 parent bb1d956 commit a38d2b3
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion catalog/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"4.1.13-v11",
"4.2.3-v11",
"4.4.6-v2",
"5.0.2"
"5.0.3"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: stash.appscode.com/v1beta1
kind: Function
metadata:
name: mongodb-backup-5.0.2
name: mongodb-backup-5.0.3
spec:
args:
- backup-mongo
Expand Down Expand Up @@ -32,7 +32,7 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: stashed/stash-mongodb:5.0.2
image: stashed/stash-mongodb:5.0.3
volumeMounts:
- mountPath: /etc/repository/secret
name: ${secretVolume}
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: stash.appscode.com/v1beta1
kind: Task
metadata:
name: mongodb-backup-5.0.2
name: mongodb-backup-5.0.3
spec:
steps:
- name: mongodb-backup-5.0.2
- name: mongodb-backup-5.0.3
params:
- name: outputDir
value: /tmp/output
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: stash.appscode.com/v1beta1
kind: Function
metadata:
name: mongodb-restore-5.0.2
name: mongodb-restore-5.0.3
spec:
args:
- restore-mongo
Expand All @@ -25,7 +25,7 @@ spec:
- --snapshot=${RESTORE_SNAPSHOTS:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: stashed/stash-mongodb:5.0.2
image: stashed/stash-mongodb:5.0.3
volumeMounts:
- mountPath: /etc/repository/secret
name: ${secretVolume}
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: stash.appscode.com/v1beta1
kind: Task
metadata:
name: mongodb-restore-5.0.2
name: mongodb-restore-5.0.3
spec:
steps:
- name: mongodb-restore-5.0.2
- name: mongodb-restore-5.0.3
params:
- name: outputDir
value: /tmp/output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: stash.appscode.com/v1beta1
kind: Function
metadata:
name: 'mongodb-backup-5.0.2'
name: 'mongodb-backup-5.0.3'
labels:
{{- include "stash-catalog.labels" . | nindent 4 }}
spec:
Expand Down Expand Up @@ -35,7 +35,7 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: '{{ include "catalog.registry" . }}/stash-mongodb:5.0.2'
image: '{{ include "catalog.registry" . }}/stash-mongodb:5.0.3'
volumeMounts:
- mountPath: /etc/repository/secret
name: ${secretVolume}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
apiVersion: stash.appscode.com/v1beta1
kind: Task
metadata:
name: 'mongodb-backup-5.0.2'
name: 'mongodb-backup-5.0.3'
labels:
{{- include "stash-catalog.labels" . | nindent 4 }}
spec:
steps:
- name: mongodb-backup-5.0.2
- name: mongodb-backup-5.0.3
params:
- name: outputDir
value: /tmp/output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: stash.appscode.com/v1beta1
kind: Function
metadata:
name: 'mongodb-restore-5.0.2'
name: 'mongodb-restore-5.0.3'
labels:
{{- include "stash-catalog.labels" . | nindent 4 }}
spec:
Expand All @@ -28,7 +28,7 @@ spec:
- --snapshot=${RESTORE_SNAPSHOTS:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: '{{ include "catalog.registry" . }}/stash-mongodb:5.0.2'
image: '{{ include "catalog.registry" . }}/stash-mongodb:5.0.3'
volumeMounts:
- mountPath: /etc/repository/secret
name: ${secretVolume}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
apiVersion: stash.appscode.com/v1beta1
kind: Task
metadata:
name: 'mongodb-restore-5.0.2'
name: 'mongodb-restore-5.0.3'
labels:
{{- include "stash-catalog.labels" . | nindent 4 }}
spec:
steps:
- name: mongodb-restore-5.0.2
- name: mongodb-restore-5.0.3
params:
- name: outputDir
value: /tmp/output
Expand Down

0 comments on commit a38d2b3

Please sign in to comment.