Skip to content

Commit 0cd6c0f

Browse files
authored
docs: update release version (#591)
1 parent 651403d commit 0cd6c0f

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

docs/modules/hbase/examples/getting_started/getting_started.sh

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,33 +31,33 @@ cd "$(dirname "$0")"
3131

3232
case "$1" in
3333
"helm")
34-
echo "Adding 'stackable-dev' Helm Chart repository"
34+
echo "Adding 'stackable-stable' Helm Chart repository"
3535
# tag::helm-add-repo[]
36-
helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev/
36+
helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable/
3737
# end::helm-add-repo[]
3838
echo "Updating Helm repo"
3939
helm repo update
4040
echo "Installing Operators with Helm"
4141
# tag::helm-install-operators[]
42-
helm install --wait zookeeper-operator stackable-dev/zookeeper-operator --version 0.0.0-dev &
43-
helm install --wait hdfs-operator stackable-dev/hdfs-operator --version 0.0.0-dev &
44-
helm install --wait commons-operator stackable-dev/commons-operator --version 0.0.0-dev &
45-
helm install --wait secret-operator stackable-dev/secret-operator --version 0.0.0-dev &
46-
helm install --wait listener-operator stackable-dev/listener-operator --version 0.0.0-dev &
47-
helm install --wait hbase-operator stackable-dev/hbase-operator --version 0.0.0-dev &
42+
helm install --wait zookeeper-operator stackable-stable/zookeeper-operator --version 24.11.0 &
43+
helm install --wait hdfs-operator stackable-stable/hdfs-operator --version 24.11.0 &
44+
helm install --wait commons-operator stackable-stable/commons-operator --version 24.11.0 &
45+
helm install --wait secret-operator stackable-stable/secret-operator --version 24.11.0 &
46+
helm install --wait listener-operator stackable-stable/listener-operator --version 24.11.0 &
47+
helm install --wait hbase-operator stackable-stable/hbase-operator --version 24.11.0 &
4848
wait
4949
# end::helm-install-operators[]
5050
;;
5151
"stackablectl")
5252
echo "installing Operators with stackablectl"
5353
# tag::stackablectl-install-operators[]
5454
stackablectl operator install \
55-
commons=0.0.0-dev \
56-
secret=0.0.0-dev \
57-
listener=0.0.0-dev \
58-
zookeeper=0.0.0-dev \
59-
hdfs=0.0.0-dev \
60-
hbase=0.0.0-dev
55+
commons=24.11.0 \
56+
secret=24.11.0 \
57+
listener=24.11.0 \
58+
zookeeper=24.11.0 \
59+
hdfs=24.11.0 \
60+
hbase=24.11.0
6161
# end::stackablectl-install-operators[]
6262
;;
6363
*)
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 zookeeper=0.0.0-dev operator
5-
Installed hdfs=0.0.0-dev operator
6-
Installed hbase=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 zookeeper=24.11.0 operator
5+
Installed hdfs=24.11.0 operator
6+
Installed hbase=24.11.0 operator

docs/modules/hbase/examples/usage-guide/hbck2-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: hbck2
11-
image: docker.stackable.tech/stackable/hbase:2.4.18-stackable0.0.0-dev
11+
image: docker.stackable.tech/stackable/hbase:2.4.18-stackable24.11.0
1212
volumeMounts:
1313
- name: hbase-config
1414
mountPath: /stackable/conf

docs/modules/hbase/examples/usage-guide/snapshot-export-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: hbase
11-
image: docker.stackable.tech/stackable/hbase:2.4.18-stackable0.0.0-dev
11+
image: docker.stackable.tech/stackable/hbase:2.4.18-stackable24.11.0
1212
volumeMounts:
1313
- name: hbase-config
1414
mountPath: /stackable/conf

0 commit comments

Comments
 (0)