Skip to content

Commit 2a9d982

Browse files
authored
docs: Update helm install commands (#350)
1 parent f3f7e57 commit 2a9d982

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/modules/commons-operator/pages/installation.adoc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,14 @@ Helm::
4747
+
4848
--
4949
Helm allows you to download and deploy Stackable operators on Kubernetes.
50-
First ensure that you have installed the Stackable Operators Helm repository:
5150
52-
[source,console]
53-
$ helm repo add stackable \
54-
https://repo.stackable.tech/repository/helm-stable/
51+
NOTE: `helm repo` subcommands are not supported for OCI registries. The operators are installed directly, without adding the Helm Chart repository first.
5552
56-
Then install the Stackable Commons Operator
53+
Install the Stackable Commons Operator
5754
5855
[source,console]
5956
$ helm install --wait commons-operator \
60-
stackable-stable/commons-operator --version 24.7.0
57+
oci://oci.stackable.tech/sdp-charts/commons-operator --version 24.7.0
6158
6259
Helm will deploy the operator in Kubernetes and apply the CRDs.
6360
--

0 commit comments

Comments
 (0)