Skip to content

Commit

Permalink
Use restic 0.12.0 (#637) (#644)
Browse files Browse the repository at this point in the history
/cherry-pick

Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm committed Feb 15, 2021
1 parent 9b27b06 commit ee83ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ else
endif
endif

RESTIC_VER := 0.11.0
RESTIC_VER := 0.12.0

###
### These variables should not need tweaking.
Expand Down
2 changes: 1 addition & 1 deletion pkg/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"kmodules.xyz/client-go/tools/cli"
)

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

var licenseApiService string

Expand Down

0 comments on commit ee83ac0

Please sign in to comment.