Skip to content

Commit e0713c6

Browse files
committed
chore: Update release and product versions in getting_started page
1 parent 1b680d7 commit e0713c6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

modules/ROOT/pages/getting-started.adoc

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Install the Stackable command line utility xref:management:stackablectl:index.ad
3232

3333
The Stackable operators are components that translate the service definitions deployed via Kubernetes into deploy services on the worker nodes. These can be installed on any node that has access to the Kubernetes control plane. In this example we will install them on the controller node.
3434

35-
Stackable operators can be installed using `stackablectl`. Run the following commands to install ZooKeeper, Kafka and NiFi from the Stackable 24.11 release.
35+
Stackable operators can be installed using `stackablectl`. Run the following commands to install ZooKeeper, Kafka and NiFi from the Stackable 25.3 release.
3636

3737
[source,bash]
3838
----
39-
stackablectl release install -i commons -i secret -i listener -i zookeeper -i kafka -i nifi 24.11
39+
stackablectl release install -i commons -i secret -i listener -i zookeeper -i kafka -i nifi 25.3
4040
----
4141

4242
.Using Helm instead
@@ -50,12 +50,12 @@ Install the operators:
5050
5151
[source,bash]
5252
----
53-
helm install zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version=24.11.1
54-
helm install kafka-operator oci://oci.stackable.tech/sdp-charts/kafka-operator --version=24.11.1
55-
helm install secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version=24.11.1
56-
helm install listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version=24.11.1
57-
helm install commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version=24.11.1
58-
helm install nifi-operator oci://oci.stackable.tech/sdp-charts/nifi-operator --version=24.11.1
53+
helm install zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version=25.3.0
54+
helm install kafka-operator oci://oci.stackable.tech/sdp-charts/kafka-operator --version=25.3.0
55+
helm install secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version=25.3.0
56+
helm install listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version=25.3.0
57+
helm install commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version=25.3.0
58+
helm install nifi-operator oci://oci.stackable.tech/sdp-charts/nifi-operator --version=25.3.0
5959
----
6060
====
6161

@@ -64,12 +64,12 @@ You can check which operators are installed using `stackablectl operator install
6464
[source,console]
6565
----
6666
OPERATOR VERSION NAMESPACE STATUS LAST UPDATED
67-
commons 24.11.1 default deployed 2024-11-30 17:58:32.916032854 +0100 CET
68-
kafka 24.11.1 default deployed 2024-11-30 17:58:55.036115353 +0100 CET
69-
listener 24.11.1 default deployed 2024-11-30 17:59:18.136775259 +0100 CET
70-
nifi 24.11.1 default deployed 2024-11-30 17:59:51.927081648 +0100 CET
71-
secret 24.11.1 default deployed 2024-11-30 18:00:05.060241771 +0100 CET
72-
zookeeper 24.11.1 default deployed 2024-11-30 18:00:08.425686918 +0100 CET
67+
commons 25.3.0 default deployed 2024-11-30 17:58:32.916032854 +0100 CET
68+
kafka 25.3.0 default deployed 2024-11-30 17:58:55.036115353 +0100 CET
69+
listener 25.3.0 default deployed 2024-11-30 17:59:18.136775259 +0100 CET
70+
nifi 25.3.0 default deployed 2024-11-30 17:59:51.927081648 +0100 CET
71+
secret 25.3.0 default deployed 2024-11-30 18:00:05.060241771 +0100 CET
72+
zookeeper 25.3.0 default deployed 2024-11-30 18:00:08.425686918 +0100 CET
7373
----
7474

7575
== Deploying Stackable Services
@@ -90,7 +90,7 @@ metadata:
9090
name: simple-zk
9191
spec:
9292
image:
93-
productVersion: 3.9.2
93+
productVersion: 3.9.3
9494
clusterConfig:
9595
tls:
9696
serverSecretClass: null
@@ -278,7 +278,7 @@ To get the IP address we need to connect to (in this case `172.18.0.2`), run:
278278
----
279279
$ kubectl get nodes -o wide
280280
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
281-
quickstart-control-plane Ready control-plane 4d18h v1.30.0 172.18.0.2 <none> Debian GNU/Linux 12 (bookworm) 6.11.3 containerd://1.7.15
281+
quickstart-control-plane Ready control-plane 4d18h v1.32.0 172.18.0.2 <none> Debian GNU/Linux 12 (bookworm) 6.13.2 containerd://1.7.24
282282
----
283283

284284

0 commit comments

Comments
 (0)