File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
docs/modules/spark-k8s/examples/getting_started Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -31,29 +31,29 @@ cd "$(dirname "$0")"
3131
3232case " $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[]
3838echo " Updating Helm repo"
3939helm repo update
4040
4141echo " Installing Operators with Helm"
4242# tag::helm-install-operators[]
43- helm install --wait commons-operator stackable-dev /commons-operator --version 0.0.0-dev
44- helm install --wait secret-operator stackable-dev /secret-operator --version 0.0.0-dev
45- helm install --wait listener-operator stackable-dev /listener-operator --version 0.0.0-dev
46- helm install --wait spark-k8s-operator stackable-dev /spark-k8s-operator --version 0.0.0-dev
43+ helm install --wait commons-operator stackable-stable /commons-operator --version 24.11.0
44+ helm install --wait secret-operator stackable-stable /secret-operator --version 24.11.0
45+ helm install --wait listener-operator stackable-stable /listener-operator --version 24.11.0
46+ helm install --wait spark-k8s-operator stackable-stable /spark-k8s-operator --version 24.11.0
4747# end::helm-install-operators[]
4848;;
4949" stackablectl" )
5050echo " installing Operators with stackablectl"
5151# tag::stackablectl-install-operators[]
5252stackablectl operator install \
53- commons=0.0.0-dev \
54- secret=0.0.0-dev \
55- listener=0.0.0-dev \
56- spark-k8s=0.0.0-dev
53+ commons=24.11.0 \
54+ secret=24.11.0 \
55+ listener=24.11.0 \
56+ spark-k8s=24.11.0
5757# end::stackablectl-install-operators[]
5858;;
5959* )
Original file line number Diff line number Diff line change 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 spark-k8s=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 spark-k8s=24.11.0 operator
You can’t perform that action at this time.
0 commit comments