Skip to content

Commit 7421448

Browse files
authored
Merge pull request #671 from stackabletech/docs/update-release
docs: Update release in getting_started
2 parents a1b8541 + 309eed0 commit 7421448

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs/modules/trino/examples/getting_started/code/getting_started.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,29 +34,29 @@ cd "$(dirname "$0")"
3434

3535
case "$1" in
3636
"helm")
37-
echo "Adding 'stackable-dev' Helm Chart repository"
37+
echo "Adding 'stackable-stable' Helm Chart repository"
3838
# tag::helm-add-repo[]
39-
helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev/
39+
helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable/
4040
# end::helm-add-repo[]
4141
echo "Updating Helm repo"
4242
helm repo update
4343

4444
echo "Installing Operators with Helm"
4545
# tag::helm-install-operators[]
46-
helm install --wait commons-operator stackable-dev/commons-operator --version 0.0.0-dev
47-
helm install --wait secret-operator stackable-dev/secret-operator --version 0.0.0-dev
48-
helm install --wait listener-operator stackable-dev/listener-operator --version 0.0.0-dev
49-
helm install --wait trino-operator stackable-dev/trino-operator --version 0.0.0-dev
46+
helm install --wait commons-operator stackable-stable/commons-operator --version 24.11.0
47+
helm install --wait secret-operator stackable-stable/secret-operator --version 24.11.0
48+
helm install --wait listener-operator stackable-stable/listener-operator --version 24.11.0
49+
helm install --wait trino-operator stackable-stable/trino-operator --version 24.11.0
5050
# end::helm-install-operators[]
5151
;;
5252
"stackablectl")
5353
echo "installing Operators with stackablectl"
5454
# tag::stackablectl-install-operators[]
5555
stackablectl operator install \
56-
commons=0.0.0-dev \
57-
secret=0.0.0-dev \
58-
listener=0.0.0-dev \
59-
trino=0.0.0-dev
56+
commons=24.11.0 \
57+
secret=24.11.0 \
58+
listener=24.11.0 \
59+
trino=24.11.0
6060
# end::stackablectl-install-operators[]
6161
;;
6262
*)
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 trino=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 trino=24.11.0 operator

0 commit comments

Comments
 (0)