@@ -36,19 +36,19 @@ cd "$(dirname "$0")"
36
36
37
37
case " $1 " in
38
38
" helm" )
39
- echo " Adding 'stackable-dev ' Helm Chart repository"
39
+ echo " Adding 'stackable-stable ' Helm Chart repository"
40
40
# tag::helm-add-repo[]
41
- helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev /
41
+ helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable /
42
42
# end::helm-add-repo[]
43
43
echo " Updating Helm repo"
44
44
helm repo update
45
45
46
46
echo " Installing Operators with Helm"
47
47
# tag::helm-install-operators[]
48
- helm install --wait commons-operator stackable-dev /commons-operator --version 0.0.0-dev
49
- helm install --wait secret-operator stackable-dev /secret-operator --version 0.0.0-dev
50
- helm install --wait listener-operator stackable-dev /listener-operator --version 0.0.0-dev
51
- helm install --wait hive-operator stackable-dev /hive-operator --version 0.0.0-dev
48
+ helm install --wait commons-operator stackable-stable /commons-operator --version 24.11.0
49
+ helm install --wait secret-operator stackable-stable /secret-operator --version 24.11.0
50
+ helm install --wait listener-operator stackable-stable /listener-operator --version 24.11.0
51
+ helm install --wait hive-operator stackable-stable /hive-operator --version 24.11.0
52
52
# end::helm-install-operators[]
53
53
54
54
echo " Install minio for S3"
@@ -87,10 +87,10 @@ if false; then
87
87
echo " Installing Operators with stackablectl"
88
88
# tag::stackablectl-install-operators[]
89
89
stackablectl operator install \
90
- commons=0.0.0-dev \
91
- secret=0.0.0-dev \
92
- listener=0.0.0-dev \
93
- hive=0.0.0-dev
90
+ commons=24.11.0 \
91
+ secret=24.11.0 \
92
+ listener=24.11.0 \
93
+ hive=24.11.0
94
94
# end::stackablectl-install-operators[]
95
95
fi
96
96
0 commit comments