Skip to content

Commit 479de94

Browse files
authored
docs: Update helm install commands (#301)
1 parent 72102e7 commit 479de94

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

+4-7
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,15 @@ Resource sizing depends on cluster type(s), usage and scope, but as a starting p
1919
* 256MB RAM
2020

2121
== Helm
22-
Helm allows you to download and deploy Stackable operators on Kubernetes and is by far the easiest installation method. First ensure that you have installed the Stackable Operators Helm repository:
22+
Helm allows you to download and deploy Stackable operators on Kubernetes and is by far the easiest installation method.
2323

24-
[source,console]
25-
----
26-
$ helm repo add stackable https://repo.stackable.tech/repository/helm-stable/
27-
----
24+
NOTE: `helm repo` subcommands are not supported for OCI registries. The operators are installed directly, without adding the Helm Chart repository first.
2825

29-
Then install the Stackable Listener Operator
26+
Install the Stackable Listener Operator
3027

3128
[source,console]
3229
----
33-
$ helm install listener-operator stackable/listener-operator
30+
$ helm install listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator
3431
----
3532

3633
Helm will deploy the operator in Kubernetes containers and apply the CRDs.

0 commit comments

Comments
 (0)