@@ -36,32 +36,32 @@ 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
echo " Installing Operators with Helm"
46
46
# tag::helm-install-operators[]
47
- helm install --wait commons-operator stackable-dev /commons-operator --version 0.0.0-dev
48
- helm install --wait secret-operator stackable-dev /secret-operator --version 0.0.0-dev
49
- helm install --wait listener-operator stackable-dev /listener-operator --version 0.0.0-dev
50
- helm install --wait zookeeper-operator stackable-dev /zookeeper-operator --version 0.0.0-dev
51
- helm install --wait hdfs-operator stackable-dev /hdfs-operator --version 0.0.0-dev
52
- helm install --wait druid-operator stackable-dev /druid-operator --version 0.0.0-dev
47
+ helm install --wait commons-operator stackable-stable /commons-operator --version 24.11.0
48
+ helm install --wait secret-operator stackable-stable /secret-operator --version 24.11.0
49
+ helm install --wait listener-operator stackable-stable /listener-operator --version 24.11.0
50
+ helm install --wait zookeeper-operator stackable-stable /zookeeper-operator --version 24.11.0
51
+ helm install --wait hdfs-operator stackable-stable /hdfs-operator --version 24.11.0
52
+ helm install --wait druid-operator stackable-stable /druid-operator --version 24.11.0
53
53
# end::helm-install-operators[]
54
54
;;
55
55
" stackablectl" )
56
56
echo " installing Operators with stackablectl"
57
57
# tag::stackablectl-install-operators[]
58
58
stackablectl operator install \
59
- commons=0.0.0-dev \
60
- secret=0.0.0-dev \
61
- listener=0.0.0-dev \
62
- zookeeper=0.0.0-dev \
63
- hdfs=0.0.0-dev \
64
- druid=0.0.0-dev
59
+ commons=24.11.0 \
60
+ secret=24.11.0 \
61
+ listener=24.11.0 \
62
+ zookeeper=24.11.0 \
63
+ hdfs=24.11.0 \
64
+ druid=24.11.0
65
65
# end::stackablectl-install-operators[]
66
66
;;
67
67
* )
0 commit comments