Skip to content

Commit b8554a9

Browse files
committed
docs: Update getiing-started page
1 parent 0b450d1 commit b8554a9

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

modules/ROOT/pages/getting-started.adoc

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ These can be installed on any node that has access to the Kubernetes control pla
3737
In this example we will install them on the controller node.
3838

3939
Stackable operators can be installed using `stackablectl`.
40-
Run the following commands to install ZooKeeper, Kafka and NiFi from the Stackable 26.3 release.
40+
Run the following commands to install ZooKeeper, Kafka and NiFi from the Stackable 26.7 release.
4141

4242
[source,bash]
4343
----
44-
stackablectl release install -i commons -i secret -i listener -i zookeeper -i kafka -i nifi 26.3
44+
stackablectl release install -i commons -i secret -i listener -i zookeeper -i kafka -i nifi 26.7
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=26.3.0
60-
helm install kafka-operator oci://oci.stackable.tech/sdp-charts/kafka-operator --version=26.3.0
61-
helm install secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version=26.3.0
62-
helm install listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version=26.3.0
63-
helm install commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version=26.3.0
64-
helm install nifi-operator oci://oci.stackable.tech/sdp-charts/nifi-operator --version=26.3.0
59+
helm install zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version=26.7.0
60+
helm install kafka-operator oci://oci.stackable.tech/sdp-charts/kafka-operator --version=26.7.0
61+
helm install secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version=26.7.0
62+
helm install listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version=26.7.0
63+
helm install commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version=26.7.0
64+
helm install nifi-operator oci://oci.stackable.tech/sdp-charts/nifi-operator --version=26.7.0
6565
----
6666
====
6767

@@ -70,12 +70,12 @@ You can check which operators are installed using `stackablectl operator install
7070
[source,console]
7171
----
7272
OPERATOR VERSION NAMESPACE STATUS LAST UPDATED
73-
commons 26.3.0 default deployed 2026-03-16 17:58:32.916032854 +0100 CET
74-
kafka 26.3.0 default deployed 2026-03-16 17:58:55.036115353 +0100 CET
75-
listener 26.3.0 default deployed 2026-03-16 17:59:18.136775259 +0100 CET
76-
nifi 26.3.0 default deployed 2026-03-16 17:59:51.927081648 +0100 CET
77-
secret 26.3.0 default deployed 2026-03-16 18:00:05.060241771 +0100 CET
78-
zookeeper 26.3.0 default deployed 2026-03-16 18:00:08.425686918 +0100 CET
73+
commons 26.7.0 default deployed 2026-07-21 17:58:32.916032854 +0100 CET
74+
kafka 26.7.0 default deployed 2026-07-21 17:58:55.036115353 +0100 CET
75+
listener 26.7.0 default deployed 2026-07-21 17:59:18.136775259 +0100 CET
76+
nifi 26.7.0 default deployed 2026-07-21 17:59:51.927081648 +0100 CET
77+
secret 26.7.0 default deployed 2026-07-21 18:00:05.060241771 +0100 CET
78+
zookeeper 26.7.0 default deployed 2026-07-21 18:00:08.425686918 +0100 CET
7979
----
8080

8181
== Deploying Stackable Services

0 commit comments

Comments
 (0)