aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-11-24 08:02:03 +0000
committerefiacor <fiachra.corcoran@est.tech>2022-11-24 08:04:18 +0000
commit99e46fbb376c2bb8a3968535c4c554ef56449d29 (patch)
treeeda0d1614a5dde43183cd579a6c09f4a71fd23eb
parent1fa43b55e82b8759ba37859da61aafe00024cc8b (diff)
[STRIMZI] Bump strimzi version in docs
Bump docs version of Strimzi operator Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I74ee562543d393ae051054c990c228ab8e96fd04 Issue-ID: OOM-3057
-rw-r--r--docs/oom_quickstart_guide.rst2
-rw-r--r--docs/oom_setup_paas.rst6
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst
index 27d7a063e8..a4bce67a05 100644
--- a/docs/oom_quickstart_guide.rst
+++ b/docs/oom_quickstart_guide.rst
@@ -61,7 +61,7 @@ More details can be found :doc:`here <oom_setup_paas>`.
- Install the operator::
- > helm install strimzi-kafka-operator strimzi/strimzi-kafka-operator --namespace strimzi-system --version 0.28.0 --set watchAnyNamespace=true --create-namespace
+ > helm install strimzi-kafka-operator strimzi/strimzi-kafka-operator --namespace strimzi-system --version 0.32.0 --set watchAnyNamespace=true --create-namespace
More details can be found :doc:`here <oom_setup_paas>`.
diff --git a/docs/oom_setup_paas.rst b/docs/oom_setup_paas.rst
index 2dabcb1aea..971cdb0a93 100644
--- a/docs/oom_setup_paas.rst
+++ b/docs/oom_setup_paas.rst
@@ -28,7 +28,7 @@ The versions of PaaS components that are supported by OOM are as follows:
============== ============= ================= =======
honolulu 1.2.0 13.x
istanbul 1.5.4 19.x
- jakarta 0.28.0
+ jakarta 1.8.0 35.x 0.32.0
============== ============= ================= =======
This guide provides instructions on how to install the PaaS
@@ -54,7 +54,7 @@ tasks are simplified and require less manual intervention.
Installation steps
------------------
-The recommended version of Strimzi for Kubernetes 1.19 is v0.28.0.
+The recommended version of Strimzi for Kubernetes 1.19 is v0.32.0
The Strimzi cluster operator is deployed using helm to install the parent chart
containing all of the required custom resource definitions. This should be done
by a kubernetes administrator to allow for deployment of custom resources in to
@@ -71,7 +71,7 @@ Installation can be as simple as:
- Install the operator::
- > helm install strimzi-kafka-operator strimzi/strimzi-kafka-operator --namespace strimzi-system --version 0.28.0 --set watchAnyNamespace=true --create-namespace
+ > helm install strimzi-kafka-operator strimzi/strimzi-kafka-operator --namespace strimzi-system --version 0.32.0 --set watchAnyNamespace=true --create-namespace
Cert-Manager
============