File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
docs/modules/trino/examples/getting_started/code Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -34,29 +34,29 @@ cd "$(dirname "$0")"
34
34
35
35
case " $1 " in
36
36
" helm" )
37
- echo " Adding 'stackable-dev ' Helm Chart repository"
37
+ echo " Adding 'stackable-stable ' Helm Chart repository"
38
38
# tag::helm-add-repo[]
39
- helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev /
39
+ helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable /
40
40
# end::helm-add-repo[]
41
41
echo " Updating Helm repo"
42
42
helm repo update
43
43
44
44
echo " Installing Operators with Helm"
45
45
# tag::helm-install-operators[]
46
- helm install --wait commons-operator stackable-dev /commons-operator --version 0.0.0-dev
47
- helm install --wait secret-operator stackable-dev /secret-operator --version 0.0.0-dev
48
- helm install --wait listener-operator stackable-dev /listener-operator --version 0.0.0-dev
49
- helm install --wait trino-operator stackable-dev /trino-operator --version 0.0.0-dev
46
+ helm install --wait commons-operator stackable-stable /commons-operator --version 24.11.0
47
+ helm install --wait secret-operator stackable-stable /secret-operator --version 24.11.0
48
+ helm install --wait listener-operator stackable-stable /listener-operator --version 24.11.0
49
+ helm install --wait trino-operator stackable-stable /trino-operator --version 24.11.0
50
50
# end::helm-install-operators[]
51
51
;;
52
52
" stackablectl" )
53
53
echo " installing Operators with stackablectl"
54
54
# tag::stackablectl-install-operators[]
55
55
stackablectl operator install \
56
- commons=0.0.0-dev \
57
- secret=0.0.0-dev \
58
- listener=0.0.0-dev \
59
- trino=0.0.0-dev
56
+ commons=24.11.0 \
57
+ secret=24.11.0 \
58
+ listener=24.11.0 \
59
+ trino=24.11.0
60
60
# end::stackablectl-install-operators[]
61
61
;;
62
62
* )
Original file line number Diff line number Diff line change 1
- Installed commons=0.0.0-dev operator
2
- Installed secret=0.0.0-dev operator
3
- Installed listener=0.0.0-dev operator
4
- Installed trino=0.0.0-dev operator
1
+ Installed commons=24.11.0 operator
2
+ Installed secret=24.11.0 operator
3
+ Installed listener=24.11.0 operator
4
+ Installed trino=24.11.0 operator
You can’t perform that action at this time.
0 commit comments