File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed
docs/modules/superset/examples/getting_started Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -34,28 +34,28 @@ cd "$(dirname "$0")"
3434
3535case " $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[]
4141echo " Updating Helm repo"
4242helm repo update
4343echo " Installing Operators with Helm"
4444# tag::helm-install-operators[]
45- helm install --wait commons-operator stackable-dev /commons-operator --version 0.0.0-dev
46- helm install --wait secret-operator stackable-dev /secret-operator --version 0.0.0-dev
47- helm install --wait listener-operator stackable-dev /listener-operator --version 0.0.0-dev
48- helm install --wait superset-operator stackable-dev /superset-operator --version 0.0.0-dev
45+ helm install --wait commons-operator stackable-stable /commons-operator --version 24.11.0
46+ helm install --wait secret-operator stackable-stable /secret-operator --version 24.11.0
47+ helm install --wait listener-operator stackable-stable /listener-operator --version 24.11.0
48+ helm install --wait superset-operator stackable-stable /superset-operator --version 24.11.0
4949# end::helm-install-operators[]
5050;;
5151" stackablectl" )
5252echo " installing Operators with stackablectl"
5353# tag::stackablectl-install-operators[]
5454stackablectl operator install \
55- commons=0.0.0-dev \
56- secret=0.0.0-dev \
57- listener=0.0.0-dev \
58- superset=0.0.0-dev
55+ commons=24.11.0 \
56+ secret=24.11.0 \
57+ listener=24.11.0 \
58+ superset=24.11.0
5959# end::stackablectl-install-operators[]
6060;;
6161* )
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 superset=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 superset=24.11.0 operator
Original file line number Diff line number Diff line change 1313 name : config
1414 containers :
1515 - name : superset
16- image : docker.stackable.tech/stackable/superset:4.0.2-stackable0.0.0-dev
16+ image : docker.stackable.tech/stackable/superset:4.0.2-stackable24.11.0
1717 command : [
1818 " /bin/sh" ,
1919 " -c" ,
You can’t perform that action at this time.
0 commit comments