diff --git a/docs/upgrading.rst b/docs/upgrading.rst index f7c0054112ff39125da131715257ac3788873eee..b91c4e82c4a51852324b3cff8de26cc96c2b3e62 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -8,7 +8,7 @@ Because of `problems with Helm and secret management <https://open.greenhost.net/openappstack/openappstack/-/issues/891>`__ we had to move away from using a helm chart for secrets, and now use scripts that run during installation to manage secrets. Because we have removed the -``oas-secrets`` helm chart, Flux will try to remove the secrets that it has +``oas-secrets`` helm chart, Flux will remove the secrets that it has generated. **It is important that you back up these secrets before switching from ``v0.6`` to ``v0.7``!** @@ -51,8 +51,8 @@ that have been generated by Helm in it as ``yaml`` files. Now you can upgrade your cluster by running ``kubectl edit gitrepository -n flux-system openappstack`` and setting ``spec.ref.branch`` to ``v0.7`` -Flux will now start updating your cluster to version 0.7. This process will most -likely fail, because it will remove the secrets that you just backed up. Make +Flux will now start updating your cluster to version 0.7. This process will fail, +because it will remove the secrets that you just backed up. Make sure that the ``oas-secrets`` helmrelease has been removed by running ``flux get hr -A``. You might also see that some helmreleases start failing to be installed because important secrets do not exist anymore.