Skip to content

Commit 00a4728

Browse files
authored
docs(getting-started): Update version references (#633)
* docs(getting-started): Update stackable-release version * docs(getting-started): Update product versions
1 parent 6d2261b commit 00a4728

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

modules/ROOT/pages/getting-started.adoc

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

3232
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.
3333

34-
Stackable operators can be installed using `stackablectl`. Run the following commands to install ZooKeeper, Kafka and NiFi from the Stackable 24.3 release.
34+
Stackable operators can be installed using `stackablectl`. Run the following commands to install ZooKeeper, Kafka and NiFi from the Stackable 24.7 release.
3535

3636
[source,bash]
3737
----
38-
stackablectl release install -i commons -i secret -i listener -i zookeeper -i kafka -i nifi 24.3
38+
stackablectl release install -i commons -i secret -i listener -i zookeeper -i kafka -i nifi 24.7
3939
----
4040

4141
.Using Helm instead
@@ -54,12 +54,12 @@ Install the operators:
5454
5555
[source,bash]
5656
----
57-
helm install zookeeper-operator stackable-stable/zookeeper-operator --version=24.3.0
58-
helm install kafka-operator stackable-stable/kafka-operator --version=24.3.0
59-
helm install secret-operator stackable-stable/secret-operator --version=24.3.0
60-
helm install listener-operator stackable-stable/listener-operator --version=24.3.0
61-
helm install commons-operator stackable-stable/commons-operator --version=24.3.0
62-
helm install nifi-operator stackable-stable/nifi-operator --version=24.3.0
57+
helm install zookeeper-operator stackable-stable/zookeeper-operator --version=24.7.0
58+
helm install kafka-operator stackable-stable/kafka-operator --version=24.7.0
59+
helm install secret-operator stackable-stable/secret-operator --version=24.7.0
60+
helm install listener-operator stackable-stable/listener-operator --version=24.7.0
61+
helm install commons-operator stackable-stable/commons-operator --version=24.7.0
62+
helm install nifi-operator stackable-stable/nifi-operator --version=24.7.0
6363
----
6464
====
6565

@@ -68,12 +68,12 @@ You can check which operators are installed using `stackablectl operator install
6868
[source,console]
6969
----
7070
OPERATOR VERSION NAMESPACE STATUS LAST UPDATED
71-
commons 24.3.0 default deployed 2024-03-30 17:58:32.916032854 +0100 CET
72-
kafka 24.3.0 default deployed 2024-03-30 17:58:55.036115353 +0100 CET
73-
listener 24.3.0 default deployed 2024-03-30 17:59:18.136775259 +0100 CET
74-
nifi 24.3.0 default deployed 2024-03-30 17:59:51.927081648 +0100 CET
75-
secret 24.3.0 default deployed 2024-03-30 18:00:05.060241771 +0100 CET
76-
zookeeper 24.3.0 default deployed 2024-03-30 18:00:08.425686918 +0100 CET
71+
commons 24.7.0 default deployed 2024-03-30 17:58:32.916032854 +0100 CET
72+
kafka 24.7.0 default deployed 2024-03-30 17:58:55.036115353 +0100 CET
73+
listener 24.7.0 default deployed 2024-03-30 17:59:18.136775259 +0100 CET
74+
nifi 24.7.0 default deployed 2024-03-30 17:59:51.927081648 +0100 CET
75+
secret 24.7.0 default deployed 2024-03-30 18:00:05.060241771 +0100 CET
76+
zookeeper 24.7.0 default deployed 2024-03-30 18:00:08.425686918 +0100 CET
7777
----
7878

7979
== Deploying Stackable Services
@@ -94,7 +94,7 @@ metadata:
9494
name: simple-zk
9595
spec:
9696
image:
97-
productVersion: 3.8.3
97+
productVersion: 3.9.2
9898
clusterConfig:
9999
tls:
100100
serverSecretClass: null
@@ -129,7 +129,7 @@ metadata:
129129
name: simple-kafka
130130
spec:
131131
image:
132-
productVersion: 3.5.1
132+
productVersion: 3.7.1
133133
clusterConfig:
134134
zookeeperConfigMapName: simple-kafka-znode
135135
tls:
@@ -172,7 +172,7 @@ metadata:
172172
name: simple-nifi
173173
spec:
174174
image:
175-
productVersion: 1.23.2
175+
productVersion: 1.27.0
176176
clusterConfig:
177177
listenerClass: external-unstable
178178
zookeeperConfigMapName: simple-nifi-znode

0 commit comments

Comments
 (0)