Skip to content

Commit ee874b0

Browse files
committed
chore: Update 25.3(.0) to 25.7(.0) on getting-started page
1 parent c39a284 commit ee874b0

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

modules/ROOT/pages/getting-started.adoc

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ 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 25.3 release.
35+
Stackable operators can be installed using `stackablectl`.
36+
Run the following commands to install ZooKeeper, Kafka and NiFi from the Stackable 25.7 release.
3637

3738
[source,bash]
3839
----
39-
stackablectl release install -i commons -i secret -i listener -i zookeeper -i kafka -i nifi 25.3
40+
stackablectl release install -i commons -i secret -i listener -i zookeeper -i kafka -i nifi 25.7
4041
----
4142

4243
.Using Helm instead
@@ -50,12 +51,12 @@ Install the operators:
5051
5152
[source,bash]
5253
----
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
54+
helm install zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version=25.7.0
55+
helm install kafka-operator oci://oci.stackable.tech/sdp-charts/kafka-operator --version=25.7.0
56+
helm install secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version=25.7.0
57+
helm install listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version=25.7.0
58+
helm install commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version=25.7.0
59+
helm install nifi-operator oci://oci.stackable.tech/sdp-charts/nifi-operator --version=25.7.0
5960
----
6061
====
6162

@@ -64,12 +65,12 @@ You can check which operators are installed using `stackablectl operator install
6465
[source,console]
6566
----
6667
OPERATOR VERSION NAMESPACE STATUS LAST UPDATED
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
68+
commons 25.7.0 default deployed 2024-11-30 17:58:32.916032854 +0100 CET
69+
kafka 25.7.0 default deployed 2024-11-30 17:58:55.036115353 +0100 CET
70+
listener 25.7.0 default deployed 2024-11-30 17:59:18.136775259 +0100 CET
71+
nifi 25.7.0 default deployed 2024-11-30 17:59:51.927081648 +0100 CET
72+
secret 25.7.0 default deployed 2024-11-30 18:00:05.060241771 +0100 CET
73+
zookeeper 25.7.0 default deployed 2024-11-30 18:00:08.425686918 +0100 CET
7374
----
7475

7576
== Deploying Stackable Services

0 commit comments

Comments
 (0)