diff --git a/source/user_guide/FAQ_user.rst b/source/user_guide/FAQ_user.rst index 4b4cafd2ce8f492cc6ebe280f6e3848f258965c2..c2114cdbeb7d8ad3a8683e77906b56a6ef172df7 100644 --- a/source/user_guide/FAQ_user.rst +++ b/source/user_guide/FAQ_user.rst @@ -144,7 +144,7 @@ How to upgrade my helm dependency / I can't enable a feature Basic use case is that the doc mention a feature, you enable it in values.yaml, but don't see the effect. The cause can be that you don't use latest version of the helm package, the part of the toolkit which provide feature such as storage, nodowntime, ... Until June 2024, version was pinned to a specific version, only allowing minor release (see `Use 0.6.*`) -We now recommend that you alsways use the latest version. +We now recommend that you always use the latest version. To do so update the file my-project/chart/Chart.yaml, set the version of the shiny-server dependency to ``*``. .. tabs::