Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ metadata:
name: simple-kafka
spec:
image:
productVersion: 3.9.0
productVersion: 3.9.1
clusterConfig:
zookeeperConfigMapName: simple-kafka-znode
tls:
Expand Down
4 changes: 2 additions & 2 deletions modules/concepts/pages/product-image-selection.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ These images contain various tools for initialization jobs and/or the actual pro
Stackable uses two separate versions to describe the images provided as part of the platform:

**Product version** +
This is the version of the product that the image provides, such as Kafka 3.9.0.
This is the version of the product that the image provides, such as Kafka 3.9.1

TIP: You can find all products and their supported versions in the xref:operators:supported_versions.adoc[supported versions overview].
You can also find the supported versions per product on each operator page, for example, for xref:kafka:index.adoc#_supported_versions[Apache Kafka].
Expand Down Expand Up @@ -71,7 +71,7 @@ TIP: All our images are also mirrored to our https://quay.io/organization/stacka
----
spec:
image:
productVersion: 3.9.0 <.>
productVersion: 3.9.1 <.>
# stackableVersion: 25.7.0 # optional <.>
----
<.> The version of your product.
Expand Down
Loading