From 215f842ac0beae93be64bb9ad4956361735c4878 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Mon, 15 Feb 2021 15:23:02 -0800 Subject: [PATCH] Use restic 0.12.0 (#637) /cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com> --- Makefile | 2 +- pkg/root.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 359d83dd1..51c7806bb 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ else endif endif -RESTIC_VER := 0.11.0 +RESTIC_VER := 0.12.0 ### ### These variables should not need tweaking. diff --git a/pkg/root.go b/pkg/root.go index 2e7697ace..7d45fc751 100644 --- a/pkg/root.go +++ b/pkg/root.go @@ -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