Skip to content

Commit e5a8169

Browse files
committed
demo: update based on latest changes
1 parent b4e7a70 commit e5a8169

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

assets/demo/demo.gif

192 KB
Loading

assets/demo/demo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ INTERACTIVE=${INTERACTIVE:-"1"}
55
run() {
66
type "kubectl operator catalog list -A"
77
type "kubectl operator list-available cockroachdb"
8-
type "kubectl operator install cockroachdb --create-operator-group -v 2.1.1"
8+
type "kubectl operator install cockroachdb --create-operator-group -v 2.1.1 -c stable"
99
type "kubectl operator list"
1010
type "kubectl operator upgrade cockroachdb"
1111
type "kubectl operator list"

0 commit comments

Comments
 (0)