@@ -18,27 +18,27 @@ cd "$(dirname "$0")"
18
18
19
19
case " $1 " in
20
20
" helm" )
21
- echo " Adding 'stackable-dev ' Helm Chart repository"
21
+ echo " Adding 'stackable-stable ' Helm Chart repository"
22
22
# tag::helm-add-repo[]
23
- helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev /
23
+ helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable /
24
24
# end::helm-add-repo[]
25
25
echo " Updating Helm repo"
26
26
helm repo update
27
27
28
28
echo " Installing Operators with Helm"
29
29
# tag::helm-install-operators[]
30
- helm install --wait commons-operator stackable-dev /commons-operator --version 0.0.0-dev
31
- helm install --wait secret-operator stackable-dev /secret-operator --version 0.0.0-dev
32
- helm install --wait spark-k8s-operator stackable-dev /spark-k8s-operator --version 0.0.0-dev
30
+ helm install --wait commons-operator stackable-stable /commons-operator --version 23.7.0
31
+ helm install --wait secret-operator stackable-stable /secret-operator --version 23.7.0
32
+ helm install --wait spark-k8s-operator stackable-stable /spark-k8s-operator --version 23.7.0
33
33
# end::helm-install-operators[]
34
34
;;
35
35
" stackablectl" )
36
36
echo " installing Operators with stackablectl"
37
37
# tag::stackablectl-install-operators[]
38
38
stackablectl operator install \
39
- commons=0.0.0-dev \
40
- secret=0.0.0-dev \
41
- spark-k8s=0.0.0-dev
39
+ commons=23.7.0 \
40
+ secret=23.7.0 \
41
+ spark-k8s=23.7.0
42
42
# end::stackablectl-install-operators[]
43
43
;;
44
44
* )
@@ -58,7 +58,7 @@ metadata:
58
58
namespace: default
59
59
spec:
60
60
version: "1.0"
61
- sparkImage: docker.stackable.tech/stackable/pyspark-k8s:3.3.0-stackable0.0.0-dev
61
+ sparkImage: docker.stackable.tech/stackable/pyspark-k8s:3.3.0-stackable23.7.0
62
62
mode: cluster
63
63
mainApplicationFile: local:///stackable/spark/examples/src/main/python/pi.py
64
64
driver:
0 commit comments