Skip to content

Commit

Permalink
Update stash/kubedump to 0.2.0 (#387)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <[email protected]>
  • Loading branch information
ArnobKumarSaha authored Jan 6, 2025
1 parent 19ba5ad commit 7cc43bc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion catalog/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{
"name": "kubedump",
"versions": [
"0.1.0-v16"
"0.2.0-v1"
]
},
{
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: kubedump-backup-0.1.0
name: kubedump-backup-0.2.0
spec:
args:
- backup
Expand Down Expand Up @@ -39,4 +39,4 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/kubedump:0.1.0-v16
image: ghcr.io/stashed/kubedump:0.2.0-v1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: stash.appscode.com/v1beta1
kind: Task
metadata:
name: kubedump-backup-0.1.0
name: kubedump-backup-0.2.0
spec:
steps:
- name: kubedump-backup-0.1.0
- name: kubedump-backup-0.2.0
params:
- name: outputDir
value: /stash-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: 'kubedump-backup-0.1.0'
name: 'kubedump-backup-0.2.0'
labels:
{{- include "stash-catalog.labels" . | nindent 4 }}
spec:
Expand Down Expand Up @@ -43,5 +43,5 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "stashed")
.Values) }}/kubedump:0.1.0-v16'
.Values) }}/kubedump:0.2.0-v1'
{{ end }}
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: 'kubedump-backup-0.1.0'
name: 'kubedump-backup-0.2.0'
labels:
{{- include "stash-catalog.labels" . | nindent 4 }}
spec:
steps:
- name: kubedump-backup-0.1.0
- name: kubedump-backup-0.2.0
params:
- name: outputDir
value: /stash-tmp/output
Expand Down

0 comments on commit 7cc43bc

Please sign in to comment.