Skip to content

Commit 6ed6620

Browse files
razvanfhennig
authored andcommitted
Update getting started guide to nightly versions.
1 parent 9219b1d commit 6ed6620

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@ fi
1616

1717
case "$1" in
1818
"helm")
19-
echo "Adding 'stackable-stable' Helm Chart repository"
19+
echo "Adding 'stackable-dev' Helm Chart repository"
2020
# tag::helm-add-repo[]
21-
helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable/
21+
helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev/
2222
# end::helm-add-repo[]
2323
echo "Installing Operators with Helm"
2424
# tag::helm-install-operators[]
25-
helm install --wait commons-operator stackable-stable/commons-operator --version 0.4.0
26-
helm install --wait secret-operator stackable-stable/secret-operator --version 0.6.0
27-
helm install --wait spark-k8s-operator stackable-stable/spark-k8s-operator --version 0.6.0
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 spark-k8s-operator stackable-dev/spark-k8s-operator --version 0.7.0-nightly
2828
# end::helm-install-operators[]
2929
;;
3030
"stackablectl")
3131
echo "installing Operators with stackablectl"
3232
# tag::stackablectl-install-operators[]
3333
stackablectl operator install \
34-
commons=0.4.0 \
35-
secret=0.6.0 \
36-
spark-k8s=0.6.0
34+
commons=0.5.0-nightly \
35+
secret=0.7.0-nightly \
36+
spark-k8s=0.7.0-nightly
3737
# end::stackablectl-install-operators[]
3838
;;
3939
*)

docs/templating_vars.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
helm:
3-
repo_name: stackable-stable
4-
repo_url: https://repo.stackable.tech/repository/helm-stable/
3+
repo_name: stackable-dev
4+
repo_url: https://repo.stackable.tech/repository/helm-dev/
55
versions:
6-
commons: 0.4.0
7-
secret: 0.6.0
8-
spark: 0.6.0
6+
commons: 0.5.0-nightly
7+
secret: 0.7.0-nightly
8+
spark: 0.7.0-nightly

0 commit comments

Comments
 (0)