Skip to content

Commit 96551e8

Browse files
committed
chore: Update getting-started release version to 26.3.0
1 parent 0af71d2 commit 96551e8

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 25.11 release.
40+
Run the following commands to install ZooKeeper, Kafka and NiFi from the Stackable 26.3 release.
4141

4242
[source,bash]
4343
----
44-
stackablectl release install -i commons -i secret -i listener -i zookeeper -i kafka -i nifi 25.11
44+
stackablectl release install -i commons -i secret -i listener -i zookeeper -i kafka -i nifi 26.3
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.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
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
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 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
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
7979
----
8080

8181
== Deploying Stackable Services

0 commit comments

Comments
 (0)