@@ -32,30 +32,30 @@ cd "$(dirname "$0")"
32
32
33
33
case " $1 " in
34
34
" helm" )
35
- echo " Adding 'stackable-dev ' Helm Chart repository"
35
+ echo " Adding 'stackable-stable ' Helm Chart repository"
36
36
# tag::helm-add-repo[]
37
- helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev /
37
+ helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable /
38
38
# end::helm-add-repo[]
39
39
echo " Updating Helm repo"
40
40
helm repo update
41
41
echo " Installing Operators with Helm"
42
42
# tag::helm-install-operators[]
43
- helm install --wait zookeeper-operator stackable-dev /zookeeper-operator --version 0.0.0-dev
44
- helm install --wait hdfs-operator stackable-dev /hdfs-operator --version 0.0.0-dev
45
- helm install --wait commons-operator stackable-dev /commons-operator --version 0.0.0-dev
46
- helm install --wait secret-operator stackable-dev /secret-operator --version 0.0.0-dev
47
- helm install --wait listener-operator stackable-dev /listener-operator --version 0.0.0-dev
43
+ helm install --wait zookeeper-operator stackable-stable /zookeeper-operator --version 24.11.0
44
+ helm install --wait hdfs-operator stackable-stable /hdfs-operator --version 24.11.0
45
+ helm install --wait commons-operator stackable-stable /commons-operator --version 24.11.0
46
+ helm install --wait secret-operator stackable-stable /secret-operator --version 24.11.0
47
+ helm install --wait listener-operator stackable-stable /listener-operator --version 24.11.0
48
48
# end::helm-install-operators[]
49
49
;;
50
50
" stackablectl" )
51
51
echo " installing Operators with stackablectl"
52
52
# tag::stackablectl-install-operators[]
53
53
stackablectl operator install \
54
- commons=0.0.0-dev \
55
- secret=0.0.0-dev \
56
- listener=0.0.0-dev \
57
- zookeeper=0.0.0-dev \
58
- hdfs=0.0.0-dev
54
+ commons=24.11.0 \
55
+ secret=24.11.0 \
56
+ listener=24.11.0 \
57
+ zookeeper=24.11.0 \
58
+ hdfs=24.11.0
59
59
# end::stackablectl-install-operators[]
60
60
;;
61
61
* )
0 commit comments