Skip to content

Commit 892cdd6

Browse files
authored
Use restic 0.12.0 (#799) (#801)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 226e63e commit 892cdd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ else
4848
endif
4949
endif
5050

51-
RESTIC_VER := 0.11.0
51+
RESTIC_VER := 0.12.0
5252

5353
###
5454
### These variables should not need tweaking.

pkg/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
"kmodules.xyz/client-go/tools/cli"
3030
)
3131

32-
var SupportedProducts = []string{"stash-enterprise"}
32+
var SupportedProducts = []string{"stash-enterprise", "kubedb-ext-stash"}
3333

3434
var licenseApiService string
3535

0 commit comments

Comments
 (0)