File tree Expand file tree Collapse file tree
modules/superset/examples/getting_started Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,26 +18,26 @@ cd "$(dirname "$0")"
1818
1919case " $1 " in
2020" helm" )
21- echo " Adding 'stackable-dev ' Helm Chart repository"
21+ echo " Adding 'stackable-stable ' Helm Chart repository"
2222# 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 /
2424# end::helm-add-repo[]
2525echo " Updating Helm repo"
2626helm repo update
2727echo " Installing Operators with Helm"
2828# tag::helm-install-operators[]
29- helm install --wait commons-operator stackable-dev /commons-operator --version 0.0.0-dev
30- helm install --wait secret-operator stackable-dev /secret-operator --version 0.0.0-dev
31- helm install --wait superset-operator stackable-dev /superset-operator --version 0.0.0-dev
29+ helm install --wait commons-operator stackable-stable /commons-operator --version 23.7.0
30+ helm install --wait secret-operator stackable-stable /secret-operator --version 23.7.0
31+ helm install --wait superset-operator stackable-stable /superset-operator --version 23.7.0
3232# end::helm-install-operators[]
3333;;
3434" stackablectl" )
3535echo " installing Operators with stackablectl"
3636# tag::stackablectl-install-operators[]
3737stackablectl operator install \
38- commons=0.0.0-dev \
39- secret=0.0.0-dev \
40- superset=0.0.0-dev
38+ commons=23.7.0 \
39+ secret=23.7.0 \
40+ superset=23.7.0
4141# end::stackablectl-install-operators[]
4242;;
4343* )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66spec :
77 image :
88 productVersion : 2.1.0
9- stackableVersion : 0.0.0-dev
9+ stackableVersion : 23.7.0
1010 clusterConfig :
1111 credentialsSecret : simple-superset-credentials
1212 listenerClass : external-unstable
Original file line number Diff line number Diff line change 33 repo_name : stackable-stable
44 repo_url : https://repo.stackable.tech/repository/helm-stable/
55versions :
6- commons : " 23.7"
7- secret : " 23.7"
8- superset : " 23.7"
6+ commons : " 23.7.0 "
7+ secret : " 23.7.0 "
8+ superset : " 23.7.0 "
You can’t perform that action at this time.
0 commit comments