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
2828" helm" )
2929echo " Adding 'stackable-dev' Helm Chart repository"
3030# 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 /
3232# end::helm-add-repo[]
3333echo " Updating Helm repo"
3434helm repo update
3535
3636echo " Installing operators with Helm"
3737# 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
3939# end::helm-install-operators[]
4040;;
4141" stackablectl" )
4242echo " installing operators with stackablectl"
4343# tag::stackablectl-install-operators[]
44- stackablectl operator install opa=0.0.0-dev
44+ stackablectl operator install opa=24.11.0
4545# end::stackablectl-install-operators[]
4646;;
4747* )
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