File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
docs/modules/airflow/examples/getting_started/code Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -48,28 +48,28 @@ helm install --wait airflow-redis bitnami/redis \
4848
4949case " $1 " in
5050" helm" )
51- echo " Adding 'stackable-dev ' Helm Chart repository"
51+ echo " Adding 'stackable-stable ' Helm Chart repository"
5252# tag::helm-add-repo[]
53- helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev /
53+ helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable /
5454# end::helm-add-repo[]
5555echo " Updating Helm repo"
5656helm repo update
5757echo " Installing Operators with Helm"
5858# tag::helm-install-operators[]
59- helm install --wait commons-operator stackable-dev /commons-operator --version 0.0.0-dev
60- helm install --wait secret-operator stackable-dev /secret-operator --version 0.0.0-dev
61- helm install --wait listener-operator stackable-dev /listener-operator --version 0.0.0-dev
62- helm install --wait airflow-operator stackable-dev /airflow-operator --version 0.0.0-dev
59+ helm install --wait commons-operator stackable-stable /commons-operator --version 24.11.0
60+ helm install --wait secret-operator stackable-stable /secret-operator --version 24.11.0
61+ helm install --wait listener-operator stackable-stable /listener-operator --version 24.11.0
62+ helm install --wait airflow-operator stackable-stable /airflow-operator --version 24.11.0
6363# end::helm-install-operators[]
6464;;
6565" stackablectl" )
6666echo " installing Operators with stackablectl"
6767# tag::stackablectl-install-operators[]
6868stackablectl operator install \
69- commons=0.0.0-dev \
70- secret=0.0.0-dev \
71- listener=0.0.0-dev \
72- airflow=0.0.0-dev
69+ commons=24.11.0 \
70+ secret=24.11.0 \
71+ listener=24.11.0 \
72+ airflow=24.11.0
7373# end::stackablectl-install-operators[]
7474;;
7575* )
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 airflow=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 airflow=24.11.0 operator
You can’t perform that action at this time.
0 commit comments