Skip to content

Commit

Permalink
doc: bump versions in the upgrade sample to 6.0.0 (#1075)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Sep 20, 2023
1 parent c518096 commit a4dfb27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4dfb27

Please sign in to comment.