diff --git a/modules/ROOT/pages/deployment/container/orchestration/orchestration.adoc b/modules/ROOT/pages/deployment/container/orchestration/orchestration.adoc index 313e79e0..054e52b4 100644 --- a/modules/ROOT/pages/deployment/container/orchestration/orchestration.adoc +++ b/modules/ROOT/pages/deployment/container/orchestration/orchestration.adoc @@ -248,7 +248,10 @@ As the Helm chart has currently not been published to a Helm repository, you nee * Check the supported Kubernetes versions before you download the chart. + -The `~` represents all patch releases for that particular version: +-- +** The `~` represents all patch releases for that particular version. +** The `-0` represents subversions of that particular version. +-- + [tabs] ====