@@ -37,11 +37,11 @@ These can be installed on any node that has access to the Kubernetes control pla
3737In this example we will install them on the controller node.
3838
3939Stackable operators can be installed using `stackablectl`.
40- Run the following commands to install ZooKeeper, Kafka and NiFi from the Stackable 25.7 release.
40+ Run the following commands to install ZooKeeper, Kafka and NiFi from the Stackable 25.11 release.
4141
4242[source,bash]
4343----
44- stackablectl release install -i commons -i secret -i listener -i zookeeper -i kafka -i nifi 25.7
44+ stackablectl release install -i commons -i secret -i listener -i zookeeper -i kafka -i nifi 25.11
4545----
4646
4747.Using Helm instead
@@ -56,12 +56,12 @@ Install the operators:
5656
5757[source,bash]
5858----
59- helm install zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version=25.7 .0
60- helm install kafka-operator oci://oci.stackable.tech/sdp-charts/kafka-operator --version=25.7 .0
61- helm install secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version=25.7 .0
62- helm install listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version=25.7 .0
63- helm install commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version=25.7 .0
64- helm install nifi-operator oci://oci.stackable.tech/sdp-charts/nifi-operator --version=25.7 .0
59+ helm install zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version=25.11 .0
60+ helm install kafka-operator oci://oci.stackable.tech/sdp-charts/kafka-operator --version=25.11 .0
61+ helm install secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version=25.11 .0
62+ helm install listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version=25.11 .0
63+ helm install commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version=25.11 .0
64+ helm install nifi-operator oci://oci.stackable.tech/sdp-charts/nifi-operator --version=25.11 .0
6565----
6666====
6767
@@ -70,12 +70,12 @@ You can check which operators are installed using `stackablectl operator install
7070[source,console]
7171----
7272OPERATOR VERSION NAMESPACE STATUS LAST UPDATED
73- commons 25.7 .0 default deployed 2025-07-24 17:58:32.916032854 +0100 CET
74- kafka 25.7 .0 default deployed 2025-07-24 17:58:55.036115353 +0100 CET
75- listener 25.7 .0 default deployed 2025-07-24 17:59:18.136775259 +0100 CET
76- nifi 25.7 .0 default deployed 2025-07-24 17:59:51.927081648 +0100 CET
77- secret 25.7 .0 default deployed 2025-07-24 18:00:05.060241771 +0100 CET
78- zookeeper 25.7 .0 default deployed 2025-07-24 18:00:08.425686918 +0100 CET
73+ commons 25.11 .0 default deployed 2025-11-07 17:58:32.916032854 +0100 CET
74+ kafka 25.11 .0 default deployed 2025-11-07 17:58:55.036115353 +0100 CET
75+ listener 25.11 .0 default deployed 2025-11-07 17:59:18.136775259 +0100 CET
76+ nifi 25.11 .0 default deployed 2025-11-07 17:59:51.927081648 +0100 CET
77+ secret 25.11 .0 default deployed 2025-11-07 18:00:05.060241771 +0100 CET
78+ zookeeper 25.11 .0 default deployed 2025-11-07 18:00:08.425686918 +0100 CET
7979----
8080
8181== Deploying Stackable Services
0 commit comments