Skip to content

Commit

Permalink
Use restic 0.12.0 (#799) (#800)
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 aa183f6 commit 834dd17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
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
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 834dd17

Please sign in to comment.