File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs/modules/opa/examples/getting_started Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,20 +28,20 @@ case "$1" in
28
28
" helm" )
29
29
echo " Adding 'stackable-dev' Helm Chart repository"
30
30
# tag::helm-add-repo[]
31
- helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev /
31
+ helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable /
32
32
# end::helm-add-repo[]
33
33
echo " Updating Helm repo"
34
34
helm repo update
35
35
36
36
echo " Installing operators with Helm"
37
37
# tag::helm-install-operators[]
38
- helm install --wait opa-operator stackable-dev /opa-operator --version 0.0.0-dev
38
+ helm install --wait opa-operator stackable-stable /opa-operator --version 24.11.0
39
39
# end::helm-install-operators[]
40
40
;;
41
41
" stackablectl" )
42
42
echo " installing operators with stackablectl"
43
43
# tag::stackablectl-install-operators[]
44
- stackablectl operator install opa=0.0.0-dev
44
+ stackablectl operator install opa=24.11.0
45
45
# end::stackablectl-install-operators[]
46
46
;;
47
47
* )
Original file line number Diff line number Diff line change 1
- Installed opa=0.0.0-dev operator
1
+ Installed opa=24.11.0 operator
You can’t perform that action at this time.
0 commit comments