Skip to content

Commit 0f67ae2

Browse files
authored
docs: update release version (#567)
1 parent 336c919 commit 0f67ae2

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

docs/modules/superset/examples/getting_started/getting_started.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,28 @@ cd "$(dirname "$0")"
3434

3535
case "$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[]
4141
echo "Updating Helm repo"
4242
helm repo update
4343
echo "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")
5252
echo "installing Operators with stackablectl"
5353
# tag::stackablectl-install-operators[]
5454
stackablectl 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
*)
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 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

docs/modules/superset/examples/getting_started/superset-load-examples-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
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",

0 commit comments

Comments
 (0)