|
14 | 14 |
|
15 | 15 | case "$1" in |
16 | 16 | "helm") |
17 | | -echo "Adding 'stackable-dev' Helm Chart repository" |
| 17 | +echo "Adding 'stackable-stable' Helm Chart repository" |
18 | 18 | # tag::helm-add-repo[] |
19 | | -helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev/ |
| 19 | +helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable/ |
20 | 20 | # end::helm-add-repo[] |
21 | 21 | echo "Installing Operators with Helm" |
22 | 22 | # tag::helm-install-operators[] |
23 | | -helm install --wait zookeeper-operator stackable-dev/zookeeper-operator --version 0.13.0-nightly |
24 | | -helm install --wait hdfs-operator stackable-dev/hdfs-operator --version 0.7.0-nightly |
25 | | -helm install --wait commons-operator stackable-dev/commons-operator --version 0.5.0-nightly |
26 | | -helm install --wait secret-operator stackable-dev/secret-operator --version 0.7.0-nightly |
27 | | -helm install --wait hbase-operator stackable-dev/hbase-operator --version 0.6.0-nightly |
| 23 | +helm install --wait zookeeper-operator stackable-stable/zookeeper-operator --version 23.1.0 |
| 24 | +helm install --wait hdfs-operator stackable-stable/hdfs-operator --version 23.1.0 |
| 25 | +helm install --wait commons-operator stackable-stable/commons-operator --version 23.1.0 |
| 26 | +helm install --wait secret-operator stackable-stable/secret-operator --version 23.1.0 |
| 27 | +helm install --wait hbase-operator stackable-stable/hbase-operator --version 23.1.0 |
28 | 28 | # end::helm-install-operators[] |
29 | 29 | ;; |
30 | 30 | "stackablectl") |
31 | 31 | echo "installing Operators with stackablectl" |
32 | 32 | # tag::stackablectl-install-operators[] |
33 | 33 | stackablectl operator install \ |
34 | | - commons=0.5.0-nightly \ |
35 | | - secret=0.7.0-nightly \ |
36 | | - zookeeper=0.13.0-nightly \ |
37 | | - hdfs=0.7.0-nightly \ |
38 | | - hbase=0.6.0-nightly |
| 34 | + commons=23.1.0 \ |
| 35 | + secret=23.1.0 \ |
| 36 | + zookeeper=23.1.0 \ |
| 37 | + hdfs=23.1.0 \ |
| 38 | + hbase=23.1.0 |
39 | 39 | # end::stackablectl-install-operators[] |
40 | 40 | ;; |
41 | 41 | *) |
|
0 commit comments