Skip to content

Commit 0bd16a8

Browse files
authored
docs: update release version (#544)
1 parent be3b483 commit 0bd16a8

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs/modules/airflow/examples/getting_started/code/getting_started.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,28 +48,28 @@ helm install --wait airflow-redis bitnami/redis \
4848

4949
case "$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[]
5555
echo "Updating Helm repo"
5656
helm repo update
5757
echo "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")
6666
echo "installing Operators with stackablectl"
6767
# tag::stackablectl-install-operators[]
6868
stackablectl 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
*)
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)