Skip to content

Commit 3acf433

Browse files
committed
getting-started corrections: change to full version and run templating
1 parent 08d94d8 commit 3acf433

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,26 @@ cd "$(dirname "$0")"
1818

1919
case "$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[]
2525
echo "Updating Helm repo"
2626
helm repo update
2727
echo "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")
3535
echo "installing Operators with stackablectl"
3636
# tag::stackablectl-install-operators[]
3737
stackablectl 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
*)

docs/modules/superset/examples/getting_started/superset.yaml

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

docs/templating_vars.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ helm:
33
repo_name: stackable-stable
44
repo_url: https://repo.stackable.tech/repository/helm-stable/
55
versions:
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"

0 commit comments

Comments
 (0)