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")"
34
34
35
35
case " $1 " in
36
36
" helm" )
37
- echo " Adding 'stackable-dev ' Helm Chart repository"
37
+ echo " Adding 'stackable-stable ' Helm Chart repository"
38
38
# 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 /
40
40
# end::helm-add-repo[]
41
41
echo " Updating Helm repo"
42
42
helm repo update
43
43
echo " Installing Operators with Helm"
44
44
# 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
49
49
# end::helm-install-operators[]
50
50
;;
51
51
" stackablectl" )
52
52
echo " installing Operators with stackablectl"
53
53
# tag::stackablectl-install-operators[]
54
54
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
59
59
# end::stackablectl-install-operators[]
60
60
;;
61
61
* )
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 13
13
name : config
14
14
containers :
15
15
- 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
17
17
command : [
18
18
" /bin/sh" ,
19
19
" -c" ,
You can’t perform that action at this time.
0 commit comments