We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa183f6 commit 834dd17Copy full SHA for 834dd17
Makefile
@@ -48,7 +48,7 @@ else
48
endif
49
50
51
-RESTIC_VER := 0.11.0
+RESTIC_VER := 0.12.0
52
53
###
54
### These variables should not need tweaking.
pkg/root.go
@@ -29,7 +29,7 @@ import (
29
"kmodules.xyz/client-go/tools/cli"
30
)
31
32
-var SupportedProducts = []string{"stash-enterprise"}
+var SupportedProducts = []string{"stash-enterprise", "kubedb-ext-stash"}
33
34
var licenseApiService string
35
0 commit comments