From a4dfb27a765e16950010e705f4db78b5e2aa38eb Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 20 Sep 2023 15:33:03 +0200 Subject: [PATCH] doc: bump versions in the upgrade sample to 6.0.0 (#1075) Signed-off-by: Christian Berendt --- doc/source/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 4ae98a72..5497169a 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -39,14 +39,14 @@ Use of a specific release in the configuration repository .. code-block:: console - MANAGER_VERSION=5.3.0 gilt overlay # you have to do this 2x - MANAGER_VERSION=5.3.0 gilt overlay + MANAGER_VERSION=6.0.0 gilt overlay # you have to do this 2x + MANAGER_VERSION=6.0.0 gilt overlay * set the new manager version in the configuration repository .. code-block:: console - yq -i '.manager_version = "5.3.0"' environments/manager/configuration.yml + yq -i '.manager_version = "6.0.0"' environments/manager/configuration.yml * if ``openstack_version`` or ``ceph_version`` are set in ``environments/manager/configuration.yml`` (or anywhere else), they must be removed when using a stable release